ARM: dts: rk3288: remove emmc node for miniarm
authorNickey Yang <nickey.yang@rock-chips.com>
Thu, 18 Aug 2016 12:01:23 +0000 (20:01 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Fri, 19 Aug 2016 08:32:14 +0000 (16:32 +0800)
This patch remove emmc node for rk3288-miniarm board.
because the new version of the hardware does not use emmc.

Change-Id: I72914a4e570342e5b0b559b3400e0a9db8aea7eb
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
arch/arm/boot/dts/rk3288-miniarm.dts

index 9652c7953afa935b2ca2310a86a2772041fa8555..90c0e1a779ee8ac5f2c40761d8888775a38763c7 100644 (file)
        cpu0-supply = <&vdd_cpu>;
 };
 
-&emmc {
-       bus-width = <8>;
-       cap-mmc-highspeed;
-       disable-wp;
-       non-removable;
-       num-slots = <1>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>;
-       status = "okay";
-};
-
 &gmac {
        phy-supply = <&vcc33_lan>;
        phy-mode = "rgmii";