diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-03-21 09:47:40 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-04-04 19:17:42 -0400 |
commit | da204ee29fccbb0cd17d07ddd227b9cec04829bc (patch) | |
tree | 2ced7093a43b18f8f60d2fccda21fb56700786fd | |
parent | 33eb271ed322a289fa382c1f47021183357ebeff (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index b4b3b8e21a9f..1060cbc43132 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts | |||
@@ -730,6 +730,21 @@ | |||
730 | }; | 730 | }; |
731 | }; | 731 | }; |
732 | 732 | ||
733 | i2c@7000d000 { | ||
734 | status = "okay"; | ||
735 | clock-frequency = <400000>; | ||
736 | |||
737 | tps51632 { | ||
738 | compatible = "ti,tps51632"; | ||
739 | reg = <0x43>; | ||
740 | regulator-name = "vdd-cpu"; | ||
741 | regulator-min-microvolt = <500000>; | ||
742 | regulator-max-microvolt = <1520000>; | ||
743 | regulator-boot-on; | ||
744 | regulator-always-on; | ||
745 | }; | ||
746 | }; | ||
747 | |||
733 | pmc { | 748 | pmc { |
734 | nvidia,invert-interrupt; | 749 | nvidia,invert-interrupt; |
735 | }; | 750 | }; |