]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: microchip: at91-sama5d2_icp: Add reg_5v to supply PMIC nodes
authorAndrei Simion <andrei.simion@microchip.com>
Mon, 12 Aug 2024 13:52:29 +0000 (16:52 +0300)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Mon, 19 Aug 2024 04:34:06 +0000 (07:34 +0300)
Align with the datasheet by adding regulator-5v which
supplies each node from the regulator using phandle to
regulator-5v through pvin[1-4]-supply and lvin-supply.

Co-developed-by: Mihai Sain <mihai.sain@microchip.com>
Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
Link: https://lore.kernel.org/r/20240812135231.43744-6-andrei.simion@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts

index 999adeca6f336045f6e50a463492c53d72eca29d..5e2bb517a4809ee3d22d2682a77cc1b69c7c2309 100644 (file)
                        linux,default-trigger = "heartbeat";
                };
        };
+
+       reg_5v: regulator-5v {
+               compatible = "regulator-fixed";
+               regulator-name = "VDD_MAIN_5V";
+               regulator-min-microvolt = <5000000>;
+               regulator-max-microvolt = <5000000>;
+               regulator-always-on;
+       };
 };
 
 &adc {
                mcp16502@5b {
                        compatible = "microchip,mcp16502";
                        reg = <0x5b>;
+                       lvin-supply = <&reg_5v>;
+                       pvin1-supply = <&reg_5v>;
+                       pvin2-supply = <&reg_5v>;
+                       pvin3-supply = <&reg_5v>;
+                       pvin4-supply = <&reg_5v>;
                        status = "okay";
                        lpm-gpios = <&pioBU 7 GPIO_ACTIVE_LOW>;