arm: dts: k3-am642-evm-u-boot: Add u-boot, dm-spl tag in the pinmux node of mmc1
authorAswath Govindraju <a-govindraju@ti.com>
Mon, 9 Aug 2021 17:02:23 +0000 (22:32 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 11 Sep 2021 00:10:20 +0000 (20:10 -0400)
Add u-boot,dm-spl tag in the pinmux device tree node, required for MMCSD1
subsystem.

Fixes: b6059ddc45b9 ("arm: dts: k3-am642: Add r5 specific dt support")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
arch/arm/dts/k3-am642-evm-u-boot.dtsi

index ed38b72..03688a5 100644 (file)
        u-boot,dm-spl;
 };
 
+&main_mmc1_pins_default {
+       u-boot,dm-spl;
+};
+
 &main_usb0_pins_default {
        u-boot,dm-spl;
 };