mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-13 20:59:37 +02:00
arm64: dts: rockchip: fix regulator name for Lunzn Fastrhino R6xS
[ Upstream commit2dad31528d
] Make the regulator name the same as those marked by schematics. Fixes:c79dab407a
("arm64: dts: rockchip: Add Lunzn Fastrhino R66S") Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: https://lore.kernel.org/r/20240630150010.55729-2-amadeus@jmu.edu.cn Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
becbe98cee
commit
bca0d0102f
|
@ -39,9 +39,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dc_12v: dc-12v-regulator {
|
vcc12v_dcin: vcc12v-dcin-regulator {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "dc_12v";
|
regulator-name = "vcc12v_dcin";
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-min-microvolt = <12000000>;
|
regulator-min-microvolt = <12000000>;
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
vin-supply = <&dc_12v>;
|
vin-supply = <&vcc12v_dcin>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vcc5v0_sys: vcc5v0-sys-regulator {
|
vcc5v0_sys: vcc5v0-sys-regulator {
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-min-microvolt = <5000000>;
|
||||||
regulator-max-microvolt = <5000000>;
|
regulator-max-microvolt = <5000000>;
|
||||||
vin-supply = <&dc_12v>;
|
vin-supply = <&vcc12v_dcin>;
|
||||||
};
|
};
|
||||||
|
|
||||||
vcc5v0_usb_host: vcc5v0-usb-host-regulator {
|
vcc5v0_usb_host: vcc5v0-usb-host-regulator {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user