]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-j721e-beagleboneai64: Fix USB operation
authorRoger Quadros <rogerq@kernel.org>
Fri, 12 Jan 2024 12:49:50 +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.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
arch/arm/dts/k3-j721e-beagleboneai64-u-boot.dtsi

index f83caf79988fced7797ddacb63eccb778d1a0fc4..017a5a722e0f4f99bf6c9dfdf961fd61f6d56fb7 100644 (file)
 
 &serdes_ln_ctrl {
        bootph-all;
+       u-boot,mux-autoprobe;
 };
 
 &serdes2_usb_link {
 
 &usb_serdes_mux {
        bootph-all;
+       u-boot,mux-autoprobe;
 };
 
 &serdes_wiz2 {