Commit 1f45188c authored by Marek Vasut's avatar Marek Vasut Committed by Jonathan Cameron

ARM: mxs: Add OF props for MX23 LRADC

Add interrupt mapping and compatible string for MX23 LRADC.
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 5e1f9aca
...@@ -391,7 +391,9 @@ audio-in@8004c000 { ...@@ -391,7 +391,9 @@ audio-in@8004c000 {
}; };
lradc@80050000 { lradc@80050000 {
compatible = "fsl,imx23-lradc";
reg = <0x80050000 0x2000>; reg = <0x80050000 0x2000>;
interrupts = <36 37 38 39 40 41 42 43 44>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment