From: Eduardo Valentin Date: Wed, 19 Jun 2013 02:36:38 +0000 (-0400) Subject: ARM: dts: OMAP5: Add bandgap DT entry X-Git-Tag: next-20130628~18^2~28^2^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cbad26dbad4a6d5e4b226829257e479f24f835e2;p=karo-tx-linux.git ARM: dts: OMAP5: Add bandgap DT entry Add bandgap device DT entry for OMAP5 dtsi. Cc: Tony Lindgren Cc: Russell King Signed-off-by: Eduardo Valentin Signed-off-by: J Keerthy [benoit.cousson@linaro.org: Fix alignement and use the macros for IRQ attributes] Signed-off-by: Benoit Cousson --- 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 = ; }; }; + + bandgap@4a0021e0 { + reg = <0x4a0021e0 0xc + 0x4a00232c 0xc + 0x4a002380 0x2c + 0x4a0023C0 0x3c>; + interrupts = ; + compatible = "ti,omap5430-bandgap"; + }; }; };