projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e126b
)
armv8: lx2160aqds: Enable eSDHC controllers
author
Yinbo Zhu
<yinbo.zhu@nxp.com>
Mon, 27 May 2019 04:17:18 +0000
(12:17 +0800)
committer
Prabhakar Kushwaha
<prabhakar.kushwaha@nxp.com>
Wed, 19 Jun 2019 07:24:57 +0000
(12:54 +0530)
This patch is to enable esdhc controllers for lx2160aqds
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
arch/arm/dts/fsl-lx2160a-qds.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-lx2160a-qds.dts
b/arch/arm/dts/fsl-lx2160a-qds.dts
index 77cf2cef9a3a1738c74c4f9be198f12d963d9d56..99836c4ccb0f5e11561e881c7e226b64d1f12fc4 100644
(file)
--- a/
arch/arm/dts/fsl-lx2160a-qds.dts
+++ b/
arch/arm/dts/fsl-lx2160a-qds.dts
@@
-15,6
+15,14
@@
compatible = "fsl,lx2160aqds", "fsl,lx2160a";
};
+&esdhc0 {
+ status = "okay";
+};
+
+&esdhc1 {
+ status = "okay";
+};
+
&sata0 {
status = "okay";
};