Browse Source

ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 104 .dts file

Now that support for Intersil ISL12057 RTC chip is available
upstream, let's enable it in NETGEAR ReadyNAS 104 .dts file
so that the device stop believing it's the 70's.

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Arnaud Ebalard 11 years ago
parent
commit
c0d1c266a1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      arch/arm/boot/dts/armada-370-netgear-rn104.dts

+ 5 - 0
arch/arm/boot/dts/armada-370-netgear-rn104.dts

@@ -117,6 +117,11 @@
 				clock-frequency = <100000>;
 				clock-frequency = <100000>;
 				status = "okay";
 				status = "okay";
 
 
+				isl12057: isl12057@68 {
+					compatible = "isl,isl12057";
+					reg = <0x68>;
+				};
+
 				g762: g762@3e {
 				g762: g762@3e {
 					compatible = "gmt,g762";
 					compatible = "gmt,g762";
 					reg = <0x3e>;
 					reg = <0x3e>;