From: Arnaud Ebalard Date: Thu, 19 Dec 2013 22:02:05 +0000 (+0100) Subject: ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 102 .dts file X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=49a9b0be292c095ac28bd81c1011d14e8437b72d;p=linux-beck.git ARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 102 .dts file Now that support for Intersil ISL12057 RTC chip is available upstream, let's enable it in NETGEAR ReadyNAS 102 .dts file so that the device stop believing it's the 70's. Signed-off-by: Arnaud Ebalard Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts index 6a7383f24c7c..651aeb5ef439 100644 --- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts +++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts @@ -122,6 +122,11 @@ clock-frequency = <100000>; status = "okay"; + isl12057: isl12057@68 { + compatible = "isl,isl12057"; + reg = <0x68>; + }; + g762: g762@3e { compatible = "gmt,g762"; reg = <0x3e>;