mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: rk3308b-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: I270bab86ba8fa8c4389134972ee7f5bbb1bf1037
This commit is contained in:
@@ -165,6 +165,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";
|
||||
@@ -194,15 +203,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