ARM: tegra: dalmore: add cpu regulator node

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>
This commit is contained in:
Laxman Dewangan 2013-03-21 19:17:40 +05:30 committed by Stephen Warren
parent 33eb271ed3
commit da204ee29f
1 changed files with 15 additions and 0 deletions

View File

@ -730,6 +730,21 @@ battery: smart-battery {
};
};
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;
};