]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: OMAP5: Add bandgap DT entry
authorEduardo Valentin <eduardo.valentin@ti.com>
Wed, 19 Jun 2013 02:36:38 +0000 (22:36 -0400)
committerBenoit Cousson <benoit.cousson@linaro.org>
Wed, 19 Jun 2013 10:40:47 +0000 (05:40 -0500)
Add bandgap device DT entry for OMAP5 dtsi.

Cc: Tony Lindgren <tony@atomide.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: J Keerthy <j-keerthy@ti.com>
[benoit.cousson@linaro.org: Fix alignement and use the macros
for IRQ attributes]
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
arch/arm/boot/dts/omap5.dtsi

index accab623dfe4c7f5d7d0278e12607a926b3ca589..33db6ece9019aefc82bec23d1ca970603fdcd280 100644 (file)
                                interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
                        };
                };
+
+               bandgap@4a0021e0 {
+                       reg = <0x4a0021e0 0xc
+                              0x4a00232c 0xc
+                              0x4a002380 0x2c
+                              0x4a0023C0 0x3c>;
+                       interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
+                       compatible = "ti,omap5430-bandgap";
+               };
        };
 };