projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b07642
)
ARM: dts: ls1021a: Enable the esdhc
author
yinbo.zhu
<yinbo.zhu@nxp.com>
Wed, 15 Nov 2017 09:12:01 +0000
(17:12 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000
(16:15 +0800)
Ls1021a esdhc had been enabled in uboot,
but it had not been enabled it in kernel,
So set the esdhc's status to "okay".
Signed-off-by: yinbo.zhu <yinbo.zhu@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a-twr.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ls1021a-twr.dts
b/arch/arm/boot/dts/ls1021a-twr.dts
index
a8b148a
..
f7946f4
100644
(file)
--- a/
arch/arm/boot/dts/ls1021a-twr.dts
+++ b/
arch/arm/boot/dts/ls1021a-twr.dts
@@
-228,6
+228,10
@@
};
};
+&esdhc {
+ status = "okay";
+};
+
&sai1 {
status = "okay";
};