diff options
author | Aswath Govindraju | 2021-08-09 22:32:23 +0530 |
---|---|---|
committer | Tom Rini | 2021-09-10 20:10:20 -0400 |
commit | 7ca1af635ac7a323f2715e6478173f3c8eb8c413 (patch) | |
tree | 0a8d6e2c1f60e176c1e7245e38f221937c7b84a8 /arch | |
parent | 4c9289f52f004927a5fc87ff41137829312f10d6 (diff) |
arm: dts: k3-am642-evm-u-boot: Add u-boot, dm-spl tag in the pinmux node of mmc1
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/k3-am642-evm-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi index ed38b7269ee..03688a51a30 100644 --- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi +++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi @@ -59,6 +59,10 @@ u-boot,dm-spl; }; +&main_mmc1_pins_default { + u-boot,dm-spl; +}; + &main_usb0_pins_default { u-boot,dm-spl; }; |