Subject: + arm64-add-apm-x-gene-soc-rtc-dts-entry.patch added to -mm tree To: lho@xxxxxxx,a.zummo@xxxxxxxxxxxx,catalin.marinas@xxxxxxx,jcm@xxxxxxxxxx,rsahu@xxxxxxx,will.deacon@xxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Thu, 10 Apr 2014 16:24:56 -0700 The patch titled Subject: arm64: add APM X-Gene SoC RTC DTS entry has been added to the -mm tree. Its filename is arm64-add-apm-x-gene-soc-rtc-dts-entry.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/arm64-add-apm-x-gene-soc-rtc-dts-entry.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/arm64-add-apm-x-gene-soc-rtc-dts-entry.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Loc Ho <lho@xxxxxxx> Subject: arm64: add APM X-Gene SoC RTC DTS entry This patch adds APM X-Gene SoC RTC DTS entry Signed-off-by: Rameshwar Prasad Sahu <rsahu@xxxxxxx> Signed-off-by: Loc Ho <lho@xxxxxxx> Cc: Jon Masters <jcm@xxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: Will Deacon <will.deacon@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/apm-storm.dtsi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff -puN arch/arm64/boot/dts/apm-storm.dtsi~arm64-add-apm-x-gene-soc-rtc-dts-entry arch/arm64/boot/dts/apm-storm.dtsi --- a/arch/arm64/boot/dts/apm-storm.dtsi~arm64-add-apm-x-gene-soc-rtc-dts-entry +++ a/arch/arm64/boot/dts/apm-storm.dtsi @@ -257,6 +257,19 @@ enable-offset = <0x0>; enable-mask = <0x39>; }; + + rtcclk: rtcclk@17000000 { + compatible = "apm,xgene-device-clock"; + #clock-cells = <1>; + clocks = <&socplldiv2 0>; + reg = <0x0 0x17000000 0x0 0x2000>; + reg-names = "csr-reg"; + csr-offset = <0xc>; + csr-mask = <0x2>; + enable-offset = <0x10>; + enable-mask = <0x2>; + clock-output-names = "rtcclk"; + }; }; serial0: serial@1c020000 { @@ -339,5 +352,13 @@ phys = <&phy3 0>; phy-names = "sata-phy"; }; + + rtc: rtc@10510000 { + compatible = "apm,xgene-rtc"; + reg = <0x0 0x10510000 0x0 0x400>; + interrupts = <0x0 0x46 0x4>; + #clock-cells = <1>; + clocks = <&rtcclk 0>; + }; }; }; _ Patches currently in -mm which might be from lho@xxxxxxx are origin.patch documentation-devicetree-bindings-add-documentation-for-the-apm-x-gene-soc-rtc-dts-binding.patch drivers-rtc-add-apm-x-gene-soc-rtc-driver.patch arm64-add-apm-x-gene-soc-rtc-dts-entry.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html