diff mbox

[2/2] ARM: mxs: Add OF props for MX23 LRADC

Message ID 1358798722-25102-2-git-send-email-marex@denx.de (mailing list archive)
State New, archived
Headers show

Commit Message

Marek Vasut Jan. 21, 2013, 8:05 p.m. UTC
Add interrupt mapping and compatible string for MX23 LRADC.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
---
 arch/arm/boot/dts/imx23.dtsi |    2 ++
 1 file changed, 2 insertions(+)

Comments

Jonathan Cameron Jan. 22, 2013, 12:06 p.m. UTC | #1
On 01/21/2013 08:05 PM, Marek Vasut wrote:
> Add interrupt mapping and compatible string for MX23 LRADC.

Series looks fine to me, but obviously I'd like an ACK for this one
from Shawn before taking it.

Thanks,

Jonathan

> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Shawn Guo <shawn.guo@linaro.org>
> ---
>  arch/arm/boot/dts/imx23.dtsi |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi
> index 65415c5..56afcf4 100644
> --- a/arch/arm/boot/dts/imx23.dtsi
> +++ b/arch/arm/boot/dts/imx23.dtsi
> @@ -391,7 +391,9 @@
>  			};
>  
>  			lradc@80050000 {
> +				compatible = "fsl,imx23-lradc";
>  				reg = <0x80050000 0x2000>;
> +				interrupts = <36 37 38 39 40 41 42 43 44>;
>  				status = "disabled";
>  			};
>  
>
Shawn Guo Jan. 22, 2013, 12:41 p.m. UTC | #2
On Tue, Jan 22, 2013 at 12:06:43PM +0000, Jonathan Cameron wrote:
> On 01/21/2013 08:05 PM, Marek Vasut wrote:
> > Add interrupt mapping and compatible string for MX23 LRADC.
> 
> Series looks fine to me, but obviously I'd like an ACK for this one
> from Shawn before taking it.

Acked-by: Shawn Guo <shawn.guo@linaro.org>
Jonathan Cameron Jan. 22, 2013, 1:02 p.m. UTC | #3
On 01/22/2013 12:41 PM, Shawn Guo wrote:
> On Tue, Jan 22, 2013 at 12:06:43PM +0000, Jonathan Cameron wrote:
>> On 01/21/2013 08:05 PM, Marek Vasut wrote:
>>> Add interrupt mapping and compatible string for MX23 LRADC.
>>
>> Series looks fine to me, but obviously I'd like an ACK for this one
>> from Shawn before taking it.
> 
> Acked-by: Shawn Guo <shawn.guo@linaro.org>
> 
Thanks,

both added to togreg branch of iio.git
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi
index 65415c5..56afcf4 100644
--- a/arch/arm/boot/dts/imx23.dtsi
+++ b/arch/arm/boot/dts/imx23.dtsi
@@ -391,7 +391,9 @@ 
 			};
 
 			lradc@80050000 {
+				compatible = "fsl,imx23-lradc";
 				reg = <0x80050000 0x2000>;
+				interrupts = <36 37 38 39 40 41 42 43 44>;
 				status = "disabled";
 			};