diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-06-19 04:36:38 +0200 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-19 12:40:47 +0200 |
commit | cbad26dbad4a6d5e4b226829257e479f24f835e2 (patch) | |
tree | dd3b6caf58911b4281e53849bcdc48a8ee8dbaf1 /arch | |
parent | ARM: dts: AM33XX: Add pinmux configuration for CPSW to am335x EVM (diff) | |
download | linux-cbad26dbad4a6d5e4b226829257e479f24f835e2.tar.xz linux-cbad26dbad4a6d5e4b226829257e479f24f835e2.zip |
ARM: dts: OMAP5: Add bandgap DT entry
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index accab623dfe4..33db6ece9019 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -696,5 +696,14 @@ 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"; + }; }; }; |