diff options
author | Marek Vasut <marex@denx.de> | 2012-08-16 22:42:52 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-17 00:31:48 -0400 |
commit | aef35104a9e5b8555cdaeebd4563df9921f6d605 (patch) | |
tree | 60f1ac1948c8a5f0217ca7d0fc5c3c9128d72976 /arch/arm/boot/dts/imx28.dtsi | |
parent | 58a8c59e1c15eb9901a14c0750a2012b109a5e4f (diff) |
ARM: dts: imx28: Add compatible and interrupt for LRADC
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Juergen Beisert <jbe@pengutronix.de>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Wolfgang Denk <wd@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 3fa6d190fab4..e2240da7ba95 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -638,7 +638,10 @@ | |||
638 | }; | 638 | }; |
639 | 639 | ||
640 | lradc@80050000 { | 640 | lradc@80050000 { |
641 | compatible = "fsl,imx28-lradc"; | ||
641 | reg = <0x80050000 0x2000>; | 642 | reg = <0x80050000 0x2000>; |
643 | interrupts = <10 14 15 16 17 18 19 | ||
644 | 20 21 22 23 24 25>; | ||
642 | status = "disabled"; | 645 | status = "disabled"; |
643 | }; | 646 | }; |
644 | 647 | ||