aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Norris <briannorris@chromium.org>2016-05-13 18:12:04 -0400
committerHeiko Stuebner <heiko@sntech.de>2016-05-30 03:43:30 -0400
commit13b2b3e23d54ce9120c581697a0ab837b7c088b0 (patch)
treeaf029b39dd5429d8837743807b0b241755006c47
parentb4e87c097c0858e432ac13010b114e2659ffa70f (diff)
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>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-evb.dts12
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 @@
77 }; 77 };
78}; 78};
79 79
80&emmc_phy {
81 status = "okay";
82};
83
80&pwm0 { 84&pwm0 {
81 status = "okay"; 85 status = "okay";
82}; 86};
@@ -89,6 +93,14 @@
89 status = "okay"; 93 status = "okay";
90}; 94};
91 95
96&sdhci {
97 bus-width = <8>;
98 mmc-hs400-1_8v;
99 mmc-hs400-enhanced-strobe;
100 non-removable;
101 status = "okay";
102};
103
92&uart2 { 104&uart2 {
93 status = "okay"; 105 status = "okay";
94}; 106};