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: v3.11-rc1~151^2~4^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9600e25840a834309dfcd3ec30c2efcd74d0802;p=profile%2Fivi%2Fkernel-x86-ivi.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 19628b1..c2f0f39 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 */ + }; };