All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] arm32: dts: ls1021a: Add a compatible node for ls1021a esdhc
@ 2017-11-15  8:49 yinbo.zhu at nxp.com
  2017-11-15  9:14 ` Fabio Estevam
  0 siblings, 1 reply; 4+ messages in thread
From: yinbo.zhu at nxp.com @ 2017-11-15  8:49 UTC (permalink / raw)
  To: linux-arm-kernel

From: "yinbo.zhu" <yinbo.zhu@nxp.com>

The compatible node is to mark the 1021a esdhc HW feature

Signed-off-by: yinbo.zhu <yinbo.zhu@nxp.com>
---
 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 9319e1f0f1d8..5c0ffd55a3de 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -155,7 +155,7 @@
 		};
 
 		esdhc: esdhc at 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.14.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-16 11:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15  8:49 [PATCH v1] arm32: dts: ls1021a: Add a compatible node for ls1021a esdhc yinbo.zhu at nxp.com
2017-11-15  9:14 ` Fabio Estevam
2017-11-16 11:44   ` Shawn Guo
2017-11-16 11:54     ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.