arm64: dts: qcom: pms405: add rtc node
authorVinod Koul <vkoul@kernel.org>
Fri, 9 Nov 2018 09:44:10 +0000 (15:14 +0530)
committerAndy Gross <andy.gross@linaro.org>
Sun, 18 Nov 2018 07:08:36 +0000 (01:08 -0600)
RTC is found on PMIC PMS405 and is same as other PMIC used, so add the
rtc node with compatible as qcom,pm8941-rtc

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/pms405.dtsi

index 7b8104e2150786b0ed895b005504a70100327bc5..2b275bbdafa3709a1e50ef4e159b81b4300d427f 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
+               rtc@6000 {
+                       compatible = "qcom,pm8941-rtc";
+                       reg = <0x6000>;
+                       reg-names = "rtc", "alarm";
+                       interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
+               };
        };
 };