]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: OMAP4460: Add bandgap entry for OMAP4460 devices
authorEduardo Valentin <eduardo.valentin@ti.com>
Fri, 7 Jun 2013 20:46:06 +0000 (16:46 -0400)
committerBenoit Cousson <benoit.cousson@linaro.org>
Tue, 18 Jun 2013 23:53:46 +0000 (18:53 -0500)
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>
arch/arm/boot/dts/omap4460.dtsi

index 19628b171b013e7cbe2231cc8c8cc7c7b8508175..c2f0f39b5a2482b6fd035432e92edb6af3b9d956 100644 (file)
                             <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
                ti,hwmods = "debugss";
        };
+
+       bandgap {
+               reg = <0x4a002260 0x4
+                      0x4a00232C 0x4
+                      0x4a002378 0x18>;
+               compatible = "ti,omap4460-bandgap";
+               interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>; /* talert */
+               gpios = <&gpio3 22 0>; /* tshut */
+       };
 };