* [v2,1/3] ARM: dts: AM33XX: Add ELM node
2013-05-02 9:43 [PATCH v3,1/3] ARM: dts: AM33XX: Add ELM node Gupta, Pekon
@ 2013-04-30 5:01 ` Sekhar Nori
0 siblings, 0 replies; 2+ messages in thread
From: Sekhar Nori @ 2013-04-30 5:01 UTC (permalink / raw)
To: linux-arm-kernel
On 4/29/2013 1:23 PM, Gupta, Pekon wrote:
> From: avinash philip <avinashphilip@ti.com>
>
> From: "Philip, Avinash" <avinashphilip@ti.com>
From: line is repeated twice.
>
> Add ELM data node to AM33XX device tree file.
>
> Signed-off-by: Philip Avinash <avinashphilip@ti.com>
> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
> Tested-by: Pekon Gupta <pekon@ti.com>
You should add your sign-off (instead of tested-by) since you are now in
the submission path.
Thanks,
Sekhar
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v3,1/3] ARM: dts: AM33XX: Add ELM node
@ 2013-05-02 9:43 Gupta, Pekon
2013-04-30 5:01 ` [v2,1/3] " Sekhar Nori
0 siblings, 1 reply; 2+ messages in thread
From: Gupta, Pekon @ 2013-05-02 9:43 UTC (permalink / raw)
To: linux-arm-kernel
From: "Philip, Avinash" <avinashphilip@ti.com>
Add ELM data node to AM33XX device tree file.
Signed-off-by: Philip Avinash <avinashphilip@ti.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Pekon Gupta <pekon@ti.com>
---
Changes in v2:
- Replace <xx> literals to 52
- remove tab
arch/arm/boot/dts/am33xx.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 0957645..24fc835 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -399,5 +399,13 @@
0x44d80000 0x2000>; /* M3 DMEM */
ti,hwmods = "wkup_m3";
};
+
+ elm: elm at 48080000 {
+ compatible = "ti,am3352-elm";
+ reg = <0x48080000 0x2000>;
+ interrupts = <4>;
+ ti,hwmods = "elm";
+ status = "disabled";
+ };
};
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-02 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 9:43 [PATCH v3,1/3] ARM: dts: AM33XX: Add ELM node Gupta, Pekon
2013-04-30 5:01 ` [v2,1/3] " Sekhar Nori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).