All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] ARM: shmobile: r8a7794 dtsi: Add "timer" label to the timer node
@ 2015-03-03  1:21 Gaku Inami
  0 siblings, 0 replies; only message in thread
From: Gaku Inami @ 2015-03-03  1:21 UTC (permalink / raw)
  To: linux-sh

Add "timer" label to the timer node on r8a7794.dtsi, since
the timer node is referenced from r8a7794-alt.dts.

Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
---
 arch/arm/boot/dts/r8a7794.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index 7a3ffa5..937ab9e 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -82,7 +82,7 @@
 		status = "disabled";
 	};
 
-	timer {
+	timer: timer {
 		compatible = "arm,armv7-timer";
 		interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
 			     <1 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-03  1:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03  1:21 [PATCH 3/5] ARM: shmobile: r8a7794 dtsi: Add "timer" label to the timer node Gaku Inami

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.