diff options
author | Windsome Zeng <windsome.zeng@starfivetech.com> | 2024-12-31 09:58:05 +0300 |
---|---|---|
committer | Windsome Zeng <windsome.zeng@starfivetech.com> | 2024-12-31 09:58:05 +0300 |
commit | 196f587b957a7a7b2900de53b1cafb6ae034de0d (patch) | |
tree | 82e575a642d15bb47826f58b9de31647b4d14346 | |
parent | 38bfc4360333c389b0e89e84b63029cdfb2a6966 (diff) | |
download | u-boot-pinetabv-devel.tar.xz |
dts: Hardware design is incorrect which connects GPIO43 to EESK, EESK should leave to be empty.pinetab-v1.3.0pinetabv-devel
Signed-off-by: Windsome Zeng <windsome.zeng@starfivetech.com>
-rw-r--r-- | arch/riscv/dts/starfive_visionfive2.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/riscv/dts/starfive_visionfive2.dts b/arch/riscv/dts/starfive_visionfive2.dts index 1d66a7a31a..88f6901cbd 100644 --- a/arch/riscv/dts/starfive_visionfive2.dts +++ b/arch/riscv/dts/starfive_visionfive2.dts @@ -291,6 +291,17 @@ input-enable; }; }; + + usb_pins: usb-0 { + usb-pins { + pinmux = <GPIOMUX(43, GPOUT_LOW, + GPOEN_DISABLE, + GPI_NONE)>; + bias-disable; + }; + }; + + }; &sdio0 { @@ -384,6 +395,8 @@ &usbdrd30 { starfive,usb2-only = <1>; + pinctrl-names = "default"; + pinctrl-0 = <&usb_pins>; status = "okay"; }; |