[PATCH v2 08/11] arm: dts: k3-am654-r5-base-board-u-boot: Remove usb mode configuration

Julien Panis jpanis at baylibre.com
Mon Jul 10 15:54:16 CEST 2023


USB0 and USB1 dual-role feature is already handled
as peripheral only in dwc3-generic driver.

Signed-off-by: Julien Panis <jpanis at baylibre.com>
---
 arch/arm/dts/k3-am654-r5-base-board-u-boot.dtsi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/dts/k3-am654-r5-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-r5-base-board-u-boot.dtsi
index 4516ab1437e7..3ccd42985fd8 100644
--- a/arch/arm/dts/k3-am654-r5-base-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-am654-r5-base-board-u-boot.dtsi
@@ -169,10 +169,6 @@
 	bootph-pre-ram;
 };
 
-&usb1 {
-	dr_mode = "peripheral";
-};
-
 &fss {
 	bootph-pre-ram;
 };
@@ -198,7 +194,6 @@
 &usb0 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&usb0_pins_default>;
-	dr_mode = "peripheral";
 	bootph-pre-ram;
 };
 

-- 
2.37.3



More information about the U-Boot mailing list