Add required pinmux spl notations for pinmux entries that are missing. Signed-off-by: Nishanth Menon <n...@ti.com> --- arch/arm/dts/k3-am642-evm-u-boot.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi index afd1fc4c0b0b..11a4cb5dad88 100644 --- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi +++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi @@ -45,6 +45,10 @@ bootph-pre-ram; }; +&main_uart0_pins_default { + bootph-pre-ram; +}; + &main_uart0 { bootph-pre-ram; }; @@ -102,6 +106,18 @@ bootph-pre-ram; }; +&mdio1_pins_default { + bootph-pre-ram; +}; + +&rgmii1_pins_default { + bootph-pre-ram; +}; + +&rgmii2_pins_default { + bootph-pre-ram; +}; + &cpsw3g { reg = <0x0 0x8000000 0x0 0x200000>, <0x0 0x43000200 0x0 0x8>; -- 2.40.0