arm64: dts: rockchip: rk3308b-evb-v10 modify vccio_flash to 3.3v

The power supply for vccio_flash is depends on GPIO0_A4(pin R3 on SoCs),
if GPIO0_A4 input high, vccio_flash = 1.8v
if GPIO0_A4 input low,  vccio_flash = 3.3v

Reference to rk_board_init() in arch/arm/mach-rockchip/rk3308/rk3308.c,
it has configure vccio3 io-domain, so here needn't to do more.

BUT lack of vccio3 will make regulator summary hard to read, it's better
to configure vccio3 = <&vccio_flash> after double check its voltage.

Change-Id: I5c17cba5ac184b84800df654544cc3f8fe8c2480
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2019-03-26 09:45:45 +08:00
committed by Tao Huang
parent a7b735fd70
commit 77404a6a28

View File

@@ -206,8 +206,9 @@
regulator-name = "vccio_flash";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
vin-supply = <&vcc_io>;
};
vcc_phy: vcc-phy-regulator {