From ccd8b9e023a3532f9777ace9fa4f1ac72c6707f3 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 5 Feb 2014 13:12:39 +0100 Subject: [PATCH] arm: dts: am33xx.dtsi: Add node name to rtc device node Making it possible to reference and therefor change (disable) this device node from other dts file which import this dtsi file. Signed-off-by: Stefan Roese Cc: Lukas Stockmann Cc: Benoit Cousson Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/am33xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index a74b9a25b43d..707342914a6f 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -404,7 +404,7 @@ ti,timer-pwm; }; - rtc@44e3e000 { + rtc: rtc@44e3e000 { compatible = "ti,da830-rtc"; reg = <0x44e3e000 0x1000>; interrupts = <75 -- 2.39.5