]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-u-boot: Add missing "bootph-all" property to MUX nodes.
authorRoger Quadros <rogerq@kernel.org>
Wed, 31 Jan 2024 13:33:48 +0000 (15:33 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 29 Feb 2024 00:19:53 +0000 (19:19 -0500)
As it is present for USB and USB won't work without the MUX
initialized correctly, add "bootph-all" property to MUX nodes.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
arch/arm/dts/k3-am642-sk-u-boot.dtsi
arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
arch/arm/dts/k3-j721e-sk-u-boot.dtsi

index f3ed376ab77db270d61cf557370a9c7d91d5ef35..ea200a1ee1c6490075955940387c94216b5c8301 100644 (file)
        bootph-all;
 };
 
+&serdes_ln_ctrl {
+       bootph-all;
+};
+
 &usbss0 {
        bootph-all;
 };
index b77f8d92de3973599fee0e0b190d2baff1688df4..9433f3bafae4c9db9007fecb410918726ba470e8 100644 (file)
        bootph-all;
 };
 
+&serdes_ln_ctrl {
+       bootph-all;
+};
+
+&usb_serdes_mux {
+       bootph-all;
+};
+
 &main_usbss0_pins_default {
        bootph-all;
 };
index 370fe5190b2d6819872d537b2d0f23e5b349ee47..fff447094ae0ba764f5c34be697b384200d41e00 100644 (file)
        bootph-all;
 };
 
+&serdes_ln_ctrl {
+       bootph-all;
+};
+
+&usb_serdes_mux {
+       bootph-all;
+};
+
 &main_usbss0_pins_default {
        bootph-all;
 };