projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a94b65
)
arm64: dts: qcom: pms405: add rtc node
author
Vinod Koul
<vkoul@kernel.org>
Fri, 9 Nov 2018 09:44:10 +0000
(15:14 +0530)
committer
Andy 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/pms405.dtsi
b/arch/arm64/boot/dts/qcom/pms405.dtsi
index 7b8104e2150786b0ed895b005504a70100327bc5..2b275bbdafa3709a1e50ef4e159b81b4300d427f 100644
(file)
--- 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>;
+ };
};
};