summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2021-03-24 20:43:12 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-25 15:57:30 -0500
commit9931b73f65d45847fb1e977d18c366ce6020afdf (patch)
treeff7fdf914038ba89ae81f58f562aed6c6c5f3cce
parent6520e5e7535f03ab04e30cca32335759886475a1 (diff)
arm: dts: k3-am642-evm-u-boot: Add no-1-8-v tag in sdhci1 node instead of sdhci0 node
UHS-I modes are not supported in MMCSD1 subsystem. Therefore, remove the no-1-8-v tag from sdhci0 node and add it in sdhci1 node. Fixes: 7d941ea047ed ("arm: dts: k3-am642: Add r5 specific dt support") Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
-rw-r--r--arch/arm/dts/k3-am642-evm-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
index 9e30436ce7..f9c128e413 100644
--- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi
+++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
@@ -50,10 +50,10 @@
};
&sdhci0 {
- no-1-8-v;
u-boot,dm-spl;
};
&sdhci1 {
+ no-1-8-v;
u-boot,dm-spl;
};