diff options
author | Brian Norris <briannorris@chromium.org> | 2016-05-14 01:12:04 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-05-30 10:43:30 +0300 |
commit | 13b2b3e23d54ce9120c581697a0ab837b7c088b0 (patch) | |
tree | af029b39dd5429d8837743807b0b241755006c47 /arch/arm64/boot/dts/rockchip/rk3399-evb.dts | |
parent | b4e87c097c0858e432ac13010b114e2659ffa70f (diff) | |
download | linux-13b2b3e23d54ce9120c581697a0ab837b7c088b0.tar.xz |
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/boot/dts/rockchip/rk3399-evb.dts')
-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"; }; |