From 8e4a05cc07ea79937eec8d1eb10e2ee471de6902 Mon Sep 17 00:00:00 2001 From: Ziyuan Xu Date: Tue, 26 Mar 2019 10:37:54 +0800 Subject: [PATCH] arm64: dts: rockchip: fixup vccio3-supply for evb-v11 Power **vccio3** was fixed to VCC_IO that is always supply 3.3v, and it's used as functions pins for sfc/nandc. Change-Id: I928770f34ea30fe5bc6569219385d3dbf59c3db1 Signed-off-by: Ziyuan Xu --- arch/arm64/boot/dts/rockchip/rk3308-evb-v11.dtsi | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3308-evb-v11.dtsi b/arch/arm64/boot/dts/rockchip/rk3308-evb-v11.dtsi index 2c6a177f27b2..239672cf085d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3308-evb-v11.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3308-evb-v11.dtsi @@ -233,15 +233,6 @@ regulator-max-microvolt = <3300000>; }; - vccio_flash: vccio-flash { - compatible = "regulator-fixed"; - regulator-name = "vccio_flash"; - regulator-always-on; - regulator-boot-on; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <1800000>; - }; - vcc_phy: vcc-phy-regulator { compatible = "regulator-fixed"; regulator-name = "vcc_phy"; @@ -341,7 +332,7 @@ vccio0-supply = <&vcc_io>; vccio1-supply = <&vcc_io>; vccio2-supply = <&vcc_1v8>; - vccio3-supply = <&vccio_flash>; + vccio3-supply = <&vcc_io>; vccio4-supply = <&vccio_sdio>; vccio5-supply = <&vccio_sd>; };