Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1313187
| From | Lothar Waßmann <LW@KARO-electronics.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] ARM: dts: sama5d4: add labels for watchdog and pinctrl nodes |
| Date | 2016-01-20 13:40 +0100 |
| Message-ID | <qT0dl-6mw-23@gated-at.bofh.it> (permalink) |
| References | <qT0dk-6mw-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
---
arch/arm/boot/dts/sama5d4.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index 6c0dc89..fb40014 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -1299,7 +1299,7 @@
clocks = <&h32ck>;
};
- watchdog@fc068640 {
+ watchdog: watchdog@fc068640 {
compatible = "atmel,sama5d4-wdt";
reg = <0xfc068640 0x10>;
clocks = <&clk32k>;
@@ -1351,7 +1351,7 @@
};
- pinctrl@fc06a000 {
+ pinctrl: pinctrl@fc06a000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
--
2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
ARM: dts: sama5d4: add support for Ka-Ro electronics TXA5 modules Lothar Waßmann <LW@KARO-electronics.de> - 2016-01-20 13:40 +0100
[PATCH 2/3] ARM: dts: sama5d4: add labels for watchdog and pinctrl nodes Lothar Waßmann <LW@KARO-electronics.de> - 2016-01-20 13:40 +0100
Re: [PATCH 2/3] ARM: dts: sama5d4: add labels for watchdog and pinctrl nodes Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-25 12:20 +0100
Re: [PATCH 2/3] ARM: dts: sama5d4: add labels for watchdog and pinctrl nodes Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-01-25 14:40 +0100
[PATCH 1/3] ARM: dts: sama5d4: cleanup - add blank lines between pinctrl nodes Lothar Waßmann <LW@KARO-electronics.de> - 2016-01-20 13:40 +0100
Re: [PATCH 1/3] ARM: dts: sama5d4: cleanup - add blank lines between pinctrl nodes Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-25 12:20 +0100
Re: [PATCH 1/3] ARM: dts: sama5d4: cleanup - add blank lines between pinctrl nodes Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-01-25 14:40 +0100
csiph-web