Message ID | 1358491295-4022-2-git-send-email-avinashphilip@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
>>>>> "Philip" == Philip Avinash <avinashphilip@ti.com> writes: Philip> From: "Philip, Avinash" <avinashphilip@ti.com> Philip> Add ELM data node to AM33XX device tree file. Philip> Signed-off-by: Philip Avinash <avinashphilip@ti.com> Philip> --- Philip> arch/arm/boot/dts/am33xx.dtsi | 8 ++++++++ Philip> 1 file changed, 8 insertions(+) Philip> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi Philip> index c2f14e8..eaef5e7 100644 Philip> --- a/arch/arm/boot/dts/am33xx.dtsi Philip> +++ b/arch/arm/boot/dts/am33xx.dtsi Philip> @@ -385,5 +385,13 @@ Philip> mac-address = [ 00 00 00 00 00 00 ]; Philip> }; Philip> }; Philip> + Philip> + elm: elm@48080000 { Philip> + compatible = "ti,am33xx-elm"; Please drop the <tab> after compatible. Other than that it looks goood. Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
On Tue, Jan 22, 2013 at 02:17:38, Peter Korsgaard wrote: > >>>>> "Philip" == Philip Avinash <avinashphilip@ti.com> writes: > > Philip> From: "Philip, Avinash" <avinashphilip@ti.com> > Philip> Add ELM data node to AM33XX device tree file. > > Philip> Signed-off-by: Philip Avinash <avinashphilip@ti.com> > Philip> --- > Philip> arch/arm/boot/dts/am33xx.dtsi | 8 ++++++++ > Philip> 1 file changed, 8 insertions(+) > > Philip> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > Philip> index c2f14e8..eaef5e7 100644 > Philip> --- a/arch/arm/boot/dts/am33xx.dtsi > Philip> +++ b/arch/arm/boot/dts/am33xx.dtsi > Philip> @@ -385,5 +385,13 @@ > Philip> mac-address = [ 00 00 00 00 00 00 ]; > Philip> }; > Philip> }; > Philip> + > Philip> + elm: elm@48080000 { > Philip> + compatible = "ti,am33xx-elm"; > > Please drop the <tab> after compatible. I will replace with space and submit another version > > Other than that it looks goood. > > Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Thanks Avinash > > -- > Bye, Peter Korsgaard >
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index c2f14e8..eaef5e7 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -385,5 +385,13 @@ mac-address = [ 00 00 00 00 00 00 ]; }; }; + + elm: elm@48080000 { + compatible = "ti,am33xx-elm"; + reg = <0x48080000 0x2000>; + interrupts = <4>; + ti,hwmods = "elm"; + status = "disabled"; + }; }; };