From ed4a257bd1b121a55e74ef7561d8db7a04f2bf86 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Tue, 10 Oct 2023 03:20:28 +0800 Subject: [PATCH] fix: cluster mask reg_usb_hub_vcc5v gpio Signed-off-by: Han Gao --- arch/riscv/boot/dts/thead/light-lpi4a-cluster-16gb.dts | 4 ++++ arch/riscv/boot/dts/thead/light-lpi4a-cluster.dts | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/arch/riscv/boot/dts/thead/light-lpi4a-cluster-16gb.dts b/arch/riscv/boot/dts/thead/light-lpi4a-cluster-16gb.dts index 3497c477e..578ecfe82 100644 --- a/arch/riscv/boot/dts/thead/light-lpi4a-cluster-16gb.dts +++ b/arch/riscv/boot/dts/thead/light-lpi4a-cluster-16gb.dts @@ -24,3 +24,7 @@ ®_usb_hub_vdd1v2 { /delete-property/ gpio; }; + +®_usb_hub_vcc5v { + /delete-property/ gpio; +}; diff --git a/arch/riscv/boot/dts/thead/light-lpi4a-cluster.dts b/arch/riscv/boot/dts/thead/light-lpi4a-cluster.dts index cfb6a476b..967717476 100644 --- a/arch/riscv/boot/dts/thead/light-lpi4a-cluster.dts +++ b/arch/riscv/boot/dts/thead/light-lpi4a-cluster.dts @@ -24,3 +24,7 @@ ®_usb_hub_vdd1v2 { /delete-property/ gpio; }; + +®_usb_hub_vcc5v { + /delete-property/ gpio; +};