arm: dts: k3-j721e: Fix USB0 operation

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: 69b19ca67b ("arm: dts: k3-j721e: Sync with v6.6-rc1")
Signed-off-by: Roger Quadros <rogerq@kernel.org>
This commit is contained in:
Roger Quadros
2024-01-12 14:49:49 +02:00
committed by Tom Rini
parent cd295286c7
commit 7d5a12018e
2 changed files with 16 additions and 0 deletions

View File

@@ -93,6 +93,14 @@
bootph-all;
};
&serdes_ln_ctrl {
u-boot,mux-autoprobe;
};
&usb_serdes_mux {
u-boot,mux-autoprobe;
};
&main_usbss0_pins_default {
bootph-all;
};

View File

@@ -89,6 +89,14 @@
bootph-all;
};
&serdes_ln_ctrl {
u-boot,mux-autoprobe;
};
&usb_serdes_mux {
u-boot,mux-autoprobe;
};
&main_usbss0_pins_default {
bootph-all;
};