arm: dts: k3-u-boot: Drop usage of "u-boot, mux-autoprobe"

MUX driver should autoprobe if the device tree has "idle-states"
property. Drop using the custom "u-boot,mux-autoprobe" property.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
This commit is contained in:
Roger Quadros
2024-02-28 19:19:53 -05:00
committed by Tom Rini
parent 946bc3bc48
commit 6a2c7ea53f
4 changed files with 0 additions and 22 deletions
-4
View File
@@ -184,10 +184,6 @@
bootph-all;
};
&serdes_ln_ctrl {
u-boot,mux-autoprobe;
};
&usbss0 {
bootph-all;
};
@@ -165,7 +165,6 @@
&serdes_ln_ctrl {
bootph-all;
u-boot,mux-autoprobe;
};
&serdes2_usb_link {
@@ -174,7 +173,6 @@
&usb_serdes_mux {
bootph-all;
u-boot,mux-autoprobe;
};
&serdes_wiz2 {
@@ -93,14 +93,6 @@
bootph-all;
};
&serdes_ln_ctrl {
u-boot,mux-autoprobe;
};
&usb_serdes_mux {
u-boot,mux-autoprobe;
};
&main_usbss0_pins_default {
bootph-all;
};
-8
View File
@@ -89,14 +89,6 @@
bootph-all;
};
&serdes_ln_ctrl {
u-boot,mux-autoprobe;
};
&usb_serdes_mux {
u-boot,mux-autoprobe;
};
&main_usbss0_pins_default {
bootph-all;
};