diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-06-07 16:46:06 -0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-18 19:53:46 -0400 |
commit | c9600e25840a834309dfcd3ec30c2efcd74d0802 (patch) | |
tree | bcaa67248623661b2a735926b12a605e444cef7a | |
parent | 8ed94f24da6ecccd5c1a8eecfb3316c93aa5f816 (diff) |
ARM: dts: OMAP4460: Add bandgap entry for OMAP4460 devices
Add bandgap devices for OMAP4460 devices.
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/omap4460.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4460.dtsi b/arch/arm/boot/dts/omap4460.dtsi index 19628b171b01..c2f0f39b5a24 100644 --- a/arch/arm/boot/dts/omap4460.dtsi +++ b/arch/arm/boot/dts/omap4460.dtsi | |||
@@ -29,4 +29,13 @@ | |||
29 | <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; | 29 | <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; |
30 | ti,hwmods = "debugss"; | 30 | ti,hwmods = "debugss"; |
31 | }; | 31 | }; |
32 | |||
33 | bandgap { | ||
34 | reg = <0x4a002260 0x4 | ||
35 | 0x4a00232C 0x4 | ||
36 | 0x4a002378 0x18>; | ||
37 | compatible = "ti,omap4460-bandgap"; | ||
38 | interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>; /* talert */ | ||
39 | gpios = <&gpio3 22 0>; /* tshut */ | ||
40 | }; | ||
32 | }; | 41 | }; |