]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: imx6qdl-sabresd: Set LDO regulator supply
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 4 Apr 2017 17:04:13 +0000 (20:04 +0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Apr 2017 08:16:22 +0000 (16:16 +0800)
Setting the supply is optional but beneficial, it will cause PMIC
voltages to be dynamically changed with cpu frequency.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-sabresd.dtsi

index 63bf95ed8c88930ccc935f71a236fa02c89243e7..58055ceec6dcf97960a6fe239aa1e1f47b140e60 100644 (file)
        status = "okay";
 };
 
+&reg_arm {
+       vin-supply = <&sw1a_reg>;
+};
+
+&reg_pu {
+       vin-supply = <&sw1c_reg>;
+};
+
+&reg_soc {
+       vin-supply = <&sw1c_reg>;
+};
+
 &snvs_poweroff {
        status = "okay";
 };