diff options
author | Stefan Roese <sr@denx.de> | 2014-02-05 07:12:39 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 18:04:28 -0500 |
commit | ccd8b9e023a3532f9777ace9fa4f1ac72c6707f3 (patch) | |
tree | c8aae655c719b276afa4b711492dead02f37edb2 /arch/arm/boot/dts/am33xx.dtsi | |
parent | e8c85a3ea9aabfb6be1ea97b5c0598c678ff95cc (diff) |
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 <sr@denx.de>
Cc: Lukas Stockmann <lukas.stockmann@siemens.com>
Cc: Benoit Cousson <bcousson@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
404 | ti,timer-pwm; | 404 | ti,timer-pwm; |
405 | }; | 405 | }; |
406 | 406 | ||
407 | rtc@44e3e000 { | 407 | rtc: rtc@44e3e000 { |
408 | compatible = "ti,da830-rtc"; | 408 | compatible = "ti,da830-rtc"; |
409 | reg = <0x44e3e000 0x1000>; | 409 | reg = <0x44e3e000 0x1000>; |
410 | interrupts = <75 | 410 | interrupts = <75 |