Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9600e25 authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Benoit Cousson
Browse files

ARM: dts: OMAP4460: Add bandgap entry for OMAP4460 devices



Add bandgap devices for OMAP4460 devices.

Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: default avatarBenoit Cousson <benoit.cousson@linaro.org>
parent 8ed94f24
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -29,4 +29,13 @@
			     <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
		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 */
	};
};