diff options
author | Jun Nie <jun.nie@linaro.org> | 2017-03-21 16:52:59 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-03-24 16:16:50 +0800 |
commit | 25798d52b87d7c7d775dc7985817592f0ef3dffd (patch) | |
tree | 105c1a9e625e7904e6f6636fa91d7687299d4f5a /arch/arm64/boot/dts/zte/zx296718-evb.dts | |
parent | 6d7e05ab8ff6f6bb91ecfbbd542240c7b6c23502 (diff) | |
download | linux-25798d52b87d7c7d775dc7985817592f0ef3dffd.tar.bz2 |
arm64: dts: zte: add mmc devices for zx296718
Add three mmc devices for zx296718 SoC, and enable the SD and eMMMC on
zx296718-evb board.
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/zte/zx296718-evb.dts')
-rw-r--r-- | arch/arm64/boot/dts/zte/zx296718-evb.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/zte/zx296718-evb.dts b/arch/arm64/boot/dts/zte/zx296718-evb.dts index e164ff6de5fc..238311b4cf0f 100644 --- a/arch/arm64/boot/dts/zte/zx296718-evb.dts +++ b/arch/arm64/boot/dts/zte/zx296718-evb.dts @@ -59,6 +59,14 @@ }; +&emmc { + status = "okay"; +}; + +&sd1 { + status = "okay"; +}; + &uart0 { status = "okay"; }; |