ARM: tegra: dalmore: add cpu regulator node
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 21 Mar 2013 13:47:40 +0000 (19:17 +0530)
committerStephen Warren <swarren@nvidia.com>
Thu, 4 Apr 2013 23:17:42 +0000 (17:17 -0600)
Dalmore uses the TPS51632 as CPU regulator. The device is connected
on I2C5.

Add DT node for TPS51632.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra114-dalmore.dts

index b4b3b8e21a9f78be2804040520f624104c5f0d98..1060cbc43132a230a39ef96c2baba664974515f8 100644 (file)
                };
        };
 
+       i2c@7000d000 {
+               status = "okay";
+               clock-frequency = <400000>;
+
+               tps51632 {
+                       compatible = "ti,tps51632";
+                       reg = <0x43>;
+                       regulator-name = "vdd-cpu";
+                       regulator-min-microvolt = <500000>;
+                       regulator-max-microvolt = <1520000>;
+                       regulator-boot-on;
+                       regulator-always-on;
+               };
+       };
+
        pmc {
                nvidia,invert-interrupt;
        };