diff options
author | yinbo.zhu <yinbo.zhu@nxp.com> | 2017-11-15 12:12:01 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 11:15:44 +0300 |
commit | 5710825f52dbaedf69e00570aa005688909c1e11 (patch) | |
tree | 3cf6c73cb851bbc5b15d3eb843a51d1efb1f3381 /arch/arm/boot | |
parent | 1b07642422dc8cd80a682dcc18e52c1e2229f225 (diff) | |
download | linux-5710825f52dbaedf69e00570aa005688909c1e11.tar.xz |
ARM: dts: ls1021a: Enable the esdhc
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/ls1021a-twr.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts index a8b148ad1dd2..f7946f40d35d 100644 --- 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"; }; |