arm64: dts: rockchip: rv1126b-evb1-v10: Move vcc5v0_sys in front of vbus5v0_typec

vcc5v0_sys is the power supply of vbus5v0_typec.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I1407b0f2ca2d66106a994afc811c54319ae75e3a
This commit is contained in:
Joseph Chen
2025-03-20 15:26:04 +08:00
committed by Tao Huang
parent b6760dcaa9
commit fdf70fb7d6

View File

@@ -48,6 +48,17 @@
reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>;
};
vcc5v0_sys: vcc5v0-sys {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_sys";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
vin-supply = <&vcc12v_dcin>;
status = "okay";
};
vbus5v0_typec: vbus5v0-typec {
compatible = "regulator-fixed";
regulator-name = "vbus5v0_typec";
@@ -74,17 +85,6 @@
pinctrl-0 = <&vcc5v0_host_en>;
};
vcc5v0_sys: vcc5v0-sys {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_sys";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
vin-supply = <&vcc12v_dcin>;
status = "okay";
};
vcc_sd: vcc-sd {
compatible = "regulator-fixed";
gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_LOW>;