]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: dts: rockchip: Add more properties for emmc on px5-evb
authorShawn Lin <shawn.lin@rock-chips.com>
Thu, 22 Sep 2016 04:02:17 +0000 (12:02 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 16 Oct 2016 00:42:59 +0000 (02:42 +0200)
The emmc on px5-evb can support hs200, so let's add mmc-hs200-1_8v.
And in order to speed up the boot time, we could add no-sdio and
no-sd to simplify the initialization.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts

index 3ffa71d169e2373b04110bb7b2e0dc5a408bf36a..4fa5806a0695f47263413da448d600bf71fda9b5 100644 (file)
@@ -87,6 +87,9 @@
        clock-frequency = <150000000>;
        disable-wp;
        keep-power-in-suspend;
+       mmc-hs200-1_8v;
+       no-sdio;
+       no-sd;
        non-removable;
        num-slots = <1>;
        pinctrl-names = "default";