
Reorder the pinmux to place it above the interface for easier tracking.
Signed-off-by: Nishanth Menon nm@ti.com --- arch/arm/dts/k3-am642-evm-u-boot.dtsi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi index 83e00c3f4553..afd1fc4c0b0b 100644 --- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi +++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi @@ -49,20 +49,16 @@ bootph-pre-ram; };
-&usb0 { - dr_mode="peripheral"; - bootph-pre-ram; -}; - -&usbss0 { +&main_usb0_pins_default { bootph-pre-ram; };
-&main_mmc1_pins_default { +&usb0 { + dr_mode="peripheral"; bootph-pre-ram; };
-&main_usb0_pins_default { +&usbss0 { bootph-pre-ram; };
@@ -98,6 +94,10 @@ bootph-pre-ram; };
+&main_mmc1_pins_default { + bootph-pre-ram; +}; + &sdhci1 { bootph-pre-ram; };