From 3091608226afbb6d1e8ea086b520bcb1811ce98b Mon Sep 17 00:00:00 2001 From: Ziyuan Xu Date: Tue, 26 Mar 2019 09:45:46 +0800 Subject: [PATCH] arm64: dts: rockchip: fixup vccio3-supply for ai-va-v10 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: I0f5a60ab944a773c1dd254adf1dbc6af16b35403 Signed-off-by: Ziyuan Xu --- arch/arm64/boot/dts/rockchip/rk3308-ai-va-v10.dts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3308-ai-va-v10.dts b/arch/arm64/boot/dts/rockchip/rk3308-ai-va-v10.dts index ab6e8a8d1535..123d25ee2c0a 100644 --- a/arch/arm64/boot/dts/rockchip/rk3308-ai-va-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3308-ai-va-v10.dts @@ -176,15 +176,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>; - }; - wireless-bluetooth { compatible = "bluetooth-platdata"; uart_rts_gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_LOW>; @@ -235,7 +226,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 = <&vcc_io>; };