diff options
author | Brian Norris | 2016-05-14 00:12:04 +0200 |
---|---|---|
committer | Heiko Stuebner | 2016-05-30 09:43:30 +0200 |
commit | 13b2b3e23d54ce9120c581697a0ab837b7c088b0 (patch) | |
tree | af029b39dd5429d8837743807b0b241755006c47 /arch/arm64 | |
parent | arm64: dts: rockchip: add sdhci/emmc for rk3399 (diff) | |
download | kernel-qcow2-linux-13b2b3e23d54ce9120c581697a0ab837b7c088b0.tar.gz kernel-qcow2-linux-13b2b3e23d54ce9120c581697a0ab837b7c088b0.tar.xz kernel-qcow2-linux-13b2b3e23d54ce9120c581697a0ab837b7c088b0.zip |
arm64: dts: rockchip: enable eMMC for rk3399 EVB
Rockchip's rk3399 evaluation board has eMMC. Let's enable the
newly-added nodes.
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-evb.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-evb.dts b/arch/arm64/boot/dts/rockchip/rk3399-evb.dts index 1a3eb1482050..d33aa06d46f5 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-evb.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-evb.dts @@ -77,6 +77,10 @@ }; }; +&emmc_phy { + status = "okay"; +}; + &pwm0 { status = "okay"; }; @@ -89,6 +93,14 @@ status = "okay"; }; +&sdhci { + bus-width = <8>; + mmc-hs400-1_8v; + mmc-hs400-enhanced-strobe; + non-removable; + status = "okay"; +}; + &uart2 { status = "okay"; }; |