Skip to content

Commit 50eeba8

Browse files
Rasmus Villemoesgregkh
authored andcommitted
ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node
[ Upstream commit d5c7b4d ] Commit a22950c (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]> Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7b3e13e commit 50eeba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/ls1021a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
};
133133

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

0 commit comments

Comments
 (0)