arm64: dts: rockchip: rk3308-evb-v10: move vccio regulator ahead

Now a fixed regulator is supplied by another fixed regulator, the parent
should probe first to avoid a defer-probe error.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I0d4d5c74b242cce9ec55268f050579be3778bee7
This commit is contained in:
Jianqun Xu
2022-08-31 08:52:04 +08:00
parent ccf03b5e2d
commit 08f0ad89d0

View File

@@ -170,6 +170,15 @@
regulator-max-microvolt = <1000000>;
};
vcc_3v3_codec: vcc_io: vcc-io {
compatible = "regulator-fixed";
regulator-name = "vcc_io";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vccio_sdio: vcc_1v8: vcc-1v8 {
compatible = "regulator-fixed";
regulator-name = "vcc_1v8";
@@ -207,15 +216,6 @@
regulator-max-microvolt = <1500000>;
};
vcc_3v3_codec: vcc_io: vcc-io {
compatible = "regulator-fixed";
regulator-name = "vcc_io";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vccio_flash: vccio-flash {
compatible = "regulator-fixed";
regulator-name = "vccio_flash";