diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-11-09 15:14:10 +0530 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-11-18 01:08:36 -0600 |
commit | dc294716049695fc743c83e9b3037c1a75d5846c (patch) | |
tree | a636a7259ff235bf66e3e138d202c9b15c41d2c8 /arch/arm64/boot/dts/qcom/pms405.dtsi | |
parent | 1a94b65b67d05639845afb0b4c1b169e2082d3f4 (diff) | |
download | lwn-dc294716049695fc743c83e9b3037c1a75d5846c.tar.gz lwn-dc294716049695fc743c83e9b3037c1a75d5846c.zip |
arm64: dts: qcom: pms405: add rtc node
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>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/pms405.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/pms405.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi b/arch/arm64/boot/dts/qcom/pms405.dtsi index 7b8104e21507..2b275bbdafa3 100644 --- a/arch/arm64/boot/dts/qcom/pms405.dtsi +++ b/arch/arm64/boot/dts/qcom/pms405.dtsi @@ -10,5 +10,11 @@ #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>; + }; }; }; |