2017-11-16 12:22:10

by Rasmus Villemoes

[permalink] [raw]
Subject: [PATCH resend] arm: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node

Commit a22950c888e3 (mmc: sdhci-of-esdhc: add quirk
SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021a) added logic to the driver to
enable the broken timeout val quirk for ls1021a, but did not add the
corresponding compatible string to the device tree, so it didn't really
have any effect. Fix that.

Signed-off-by: Rasmus Villemoes <[email protected]>
---
Resending with Shawn Guo, Yinbo Zhu and Fabio Estevam on Cc in
addition to those generated by get_maintainer.pl.

arch/arm/boot/dts/ls1021a.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 3ff2b8a9f01a..9cdec545decc 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -162,7 +162,7 @@
};

esdhc: esdhc@1560000 {
- compatible = "fsl,esdhc";
+ compatible = "fsl,ls1021a-esdhc", "fsl,esdhc";
reg = <0x0 0x1560000 0x0 0x10000>;
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
clock-frequency = <0>;
--
2.7.4


From 1583964487992228553@xxx Mon Nov 13 15:17:30 +0000 2017
X-GM-THRID: 1583962815226135480
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread