Skip to content

Commit

Permalink
ARM: tegra: dalmore: add cpu regulator node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laxman Dewangan authored and Stephen Warren committed Apr 4, 2013
1 parent 33eb271 commit da204ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/boot/dts/tegra114-dalmore.dts
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,21 @@
};
};

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;
};
Expand Down

0 comments on commit da204ee

Please sign in to comment.