diff options
author | Kever Yang | 2018-12-14 09:37:12 +0800 |
---|---|---|
committer | Philipp Tomsich | 2018-12-15 20:56:46 +0100 |
commit | 9af1d5ef2fa4248c5e4b4b098e2d36caa0298ee8 (patch) | |
tree | 44a04fe04c3657bdfca1230b2bceb189db305c1f | |
parent | 1ae5cd02267f8c2b01039769ccce44979f20e934 (diff) |
rockchip: rk3288-evb: dts: remove 'vmmc' from emmc node
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>
-rw-r--r-- | arch/arm/dts/rk3288-evb.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/rk3288-evb.dtsi b/arch/arm/dts/rk3288-evb.dtsi index ce75bd5d28e..04902c0bd3f 100644 --- a/arch/arm/dts/rk3288-evb.dtsi +++ b/arch/arm/dts/rk3288-evb.dtsi @@ -150,8 +150,6 @@ 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"; }; |