[PATCH v3 5/7] MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetree

2016-10-31 Thread Paul Cercueil
Now that the jz4740-rtc driver supports devicetree, we can add a
devicetree node for it.

Signed-off-by: Paul Cercueil 
Acked-by: Maarten ter Huurne 
---
 arch/mips/boot/dts/ingenic/jz4740.dtsi | 11 +++
 1 file changed, 11 insertions(+)

v2: Previous patch 5/5 was garbage. This is a new patch.
v3: Changed 'jz4740-rtc@10003000' to 'rtc@10003000'

diff --git a/arch/mips/boot/dts/ingenic/jz4740.dtsi 
b/arch/mips/boot/dts/ingenic/jz4740.dtsi
index f6ae6ed..c6acd6a 100644
--- a/arch/mips/boot/dts/ingenic/jz4740.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4740.dtsi
@@ -44,6 +44,17 @@
#clock-cells = <1>;
};
 
+   rtc_dev: rtc@10003000 {
+   compatible = "ingenic,jz4740-rtc";
+   reg = <0x10003000 0x40>;
+
+   interrupt-parent = <>;
+   interrupts = <15>;
+
+   clocks = < JZ4740_CLK_RTC>;
+   clock-names = "rtc";
+   };
+
uart0: serial@1003 {
compatible = "ingenic,jz4740-uart";
reg = <0x1003 0x100>;
-- 
2.9.3



[PATCH v3 5/7] MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetree

2016-10-31 Thread Paul Cercueil
Now that the jz4740-rtc driver supports devicetree, we can add a
devicetree node for it.

Signed-off-by: Paul Cercueil 
Acked-by: Maarten ter Huurne 
---
 arch/mips/boot/dts/ingenic/jz4740.dtsi | 11 +++
 1 file changed, 11 insertions(+)

v2: Previous patch 5/5 was garbage. This is a new patch.
v3: Changed 'jz4740-rtc@10003000' to 'rtc@10003000'

diff --git a/arch/mips/boot/dts/ingenic/jz4740.dtsi 
b/arch/mips/boot/dts/ingenic/jz4740.dtsi
index f6ae6ed..c6acd6a 100644
--- a/arch/mips/boot/dts/ingenic/jz4740.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4740.dtsi
@@ -44,6 +44,17 @@
#clock-cells = <1>;
};
 
+   rtc_dev: rtc@10003000 {
+   compatible = "ingenic,jz4740-rtc";
+   reg = <0x10003000 0x40>;
+
+   interrupt-parent = <>;
+   interrupts = <15>;
+
+   clocks = < JZ4740_CLK_RTC>;
+   clock-names = "rtc";
+   };
+
uart0: serial@1003 {
compatible = "ingenic,jz4740-uart";
reg = <0x1003 0x100>;
-- 
2.9.3