]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
arm64: dts: rockchip: enable eMMC for rk3399 EVB
authorBrian Norris <briannorris@chromium.org>
Fri, 13 May 2016 22:12:04 +0000 (15:12 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 30 May 2016 07:43:30 +0000 (09:43 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3399-evb.dts

index 1a3eb148205030583cbe1024cb422de1d50018f7..d33aa06d46f59c757b2c0b09ff0d53a18b397e1a 100644 (file)
        };
 };
 
+&emmc_phy {
+       status = "okay";
+};
+
 &pwm0 {
        status = "okay";
 };
        status = "okay";
 };
 
+&sdhci {
+       bus-width = <8>;
+       mmc-hs400-1_8v;
+       mmc-hs400-enhanced-strobe;
+       non-removable;
+       status = "okay";
+};
+
 &uart2 {
        status = "okay";
 };