From: Eduardo Valentin Date: Fri, 7 Jun 2013 20:46:06 +0000 (-0400) Subject: ARM: dts: OMAP4460: Add bandgap entry for OMAP4460 devices X-Git-Tag: next-20130628~18^2~28^2^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c9600e25840a834309dfcd3ec30c2efcd74d0802;p=karo-tx-linux.git ARM: dts: OMAP4460: Add bandgap entry for OMAP4460 devices Add bandgap devices for OMAP4460 devices. Signed-off-by: Eduardo Valentin Cc: Tony Lindgren Cc: Russell King Signed-off-by: Benoit Cousson --- 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 @@ ; 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 */ + }; };