]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm/dts: k3-j7200-r5-common: Add pmic lp876441 node
authorGowtham Tammana <g-tammana@ti.com>
Wed, 14 Jul 2021 20:52:57 +0000 (15:52 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Jul 2021 12:26:04 +0000 (17:56 +0530)
Add pmic lp876411 node needed for CPU AVS support.

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210714205300.17424-3-g-tammana@ti.com
arch/arm/dts/k3-j7200-r5-common-proc-board.dts

index 8dc18099798936358825fd554fffbb94aa9f9442..6ef92145efb06e3a2d9e54691c906596614d7334 100644 (file)
        ti,driver-strength-ohm = <50>;
 };
 
+&wkup_i2c0 {
+       u-boot,dm-spl;
+       lp876441: lp876441@4c {
+               compatible = "ti,lp876441";
+               reg = <0x4c>;
+               u-boot,dm-spl;
+               pinctrl-names = "default";
+               pinctrl-0 = <&wkup_i2c0_pins_default>;
+               clock-frequency = <400000>;
+
+               regulators: regulators {
+                       u-boot,dm-spl;
+                       buck1_reg: buck1 {
+                               /*VDD_CPU_AVS_REG*/
+                               regulator-name = "buck1";
+                               regulator-min-microvolt = <800000>;
+                               regulator-max-microvolt = <1250000>;
+                               regulator-always-on;
+                               regulator-boot-on;
+                               u-boot,dm-spl;
+                       };
+               };
+       };
+
+};
+
 &main_i2c0 {
        pinctrl-names = "default";
        pinctrl-0 = <&main_i2c0_pins_default>;