rockchip: rk3288-evb: dts: remove 'vmmc' from emmc node
authorKever Yang <kever.yang@rock-chips.com>
Fri, 14 Dec 2018 01:37:12 +0000 (09:37 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 15 Dec 2018 19:56:46 +0000 (20:56 +0100)
This is a sync with kernel mainline dts.

The U-Boot eMMC does not need to care about the power for Rockchip
SoCs, because if the board is using eMMC, the power will default on
(for bootrom), so the 'vmmc', 'vqmmc' is only useful for SD in U-Boot.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/dts/rk3288-evb.dtsi

index ce75bd5..04902c0 100644 (file)
        num-slots = <1>;
        pinctrl-names = "default";
        pinctrl-0 = <&emmc_clk>, <&emmc_cmd>, <&emmc_pwr>, <&emmc_bus8>;
-       vmmc-supply = <&vcc_io>;
-       vqmmc-supply = <&vcc_flash>;
        status = "okay";
 };