]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-j721e: Fix USB0 operation
authorRoger Quadros <rogerq@kernel.org>
Fri, 12 Jan 2024 12:49:49 +0000 (14:49 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 20 Jan 2024 16:38:18 +0000 (11:38 -0500)
Without correct SERDES MUX and Lane control settings
USB0 will be broken. Set the MUX and Lane control devices
to be auto probed so they are configured correctly.

Fixes: 69b19ca67bcb ("arm: dts: k3-j721e: Sync with v6.6-rc1")
Signed-off-by: Roger Quadros <rogerq@kernel.org>
arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
arch/arm/dts/k3-j721e-sk-u-boot.dtsi

index b77f8d92de3973599fee0e0b190d2baff1688df4..7ae7cf3d4c9503f81e390ffa9605a89f0a5a02a4 100644 (file)
        bootph-all;
 };
 
+&serdes_ln_ctrl {
+       u-boot,mux-autoprobe;
+};
+
+&usb_serdes_mux {
+       u-boot,mux-autoprobe;
+};
+
 &main_usbss0_pins_default {
        bootph-all;
 };
index 370fe5190b2d6819872d537b2d0f23e5b349ee47..479b7bcd6f8471006bbda5da46bfc49af9abb501 100644 (file)
        bootph-all;
 };
 
+&serdes_ln_ctrl {
+       u-boot,mux-autoprobe;
+};
+
+&usb_serdes_mux {
+       u-boot,mux-autoprobe;
+};
+
 &main_usbss0_pins_default {
        bootph-all;
 };