arm: dts: k3-u-boot: Add missing "bootph-all" property to MUX nodes.

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>
This commit is contained in:
Roger Quadros
2024-01-31 15:33:48 +02:00
committed by Tom Rini
parent 6a2c7ea53f
commit 9885161469
3 changed files with 20 additions and 0 deletions

View File

@@ -184,6 +184,10 @@
bootph-all;
};
&serdes_ln_ctrl {
bootph-all;
};
&usbss0 {
bootph-all;
};

View File

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

View File

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