mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user