diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-06-08 00:46:05 +0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-19 03:53:46 +0400 |
commit | 8ed94f24da6ecccd5c1a8eecfb3316c93aa5f816 (patch) | |
tree | f2d2722a71e2d84a9d73cad711622ef704326ab2 /arch/arm/boot/dts/omap443x.dtsi | |
parent | f96884574d2d39041a00603341d8300d29a29aad (diff) | |
download | linux-8ed94f24da6ecccd5c1a8eecfb3316c93aa5f816.tar.xz |
ARM: dts: OMAP443x: Add bandgap entry for OMAP443x devices
Add the bandgap entry for OMAP4430 devices.
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Russell King <linux@arm.linux.org.uk>
[benoit.cousson@linaro.org: Add blank line and fix reg presentation]
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap443x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap443x.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap443x.dtsi b/arch/arm/boot/dts/omap443x.dtsi index a81f8dfb836b..bcf455efe18d 100644 --- a/arch/arm/boot/dts/omap443x.dtsi +++ b/arch/arm/boot/dts/omap443x.dtsi @@ -24,4 +24,10 @@ clock-latency = <300000>; /* From legacy driver */ }; }; + + bandgap { + reg = <0x4a002260 0x4 + 0x4a00232C 0x4>; + compatible = "ti,omap4430-bandgap"; + }; }; |