arm64: dts: qcom: pm8941-rtc add alarm register

A few descriptions including a qcom,pm8941-rtc describe two reg-names
for the "rtc" and "alarm" register banks, but only one offset.
For consistency with reg-names, add the "alarm" register offset.
No functional change is expected from this.

Signed-off-by: Eric Chanudet <echanude@redhat.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: Andrew Halaney <ahalaney@redhat.com> # sa8540p-ride
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221219191000.2570545-5-echanude@redhat.com
This commit is contained in:
Eric Chanudet
2022-12-19 14:10:01 -05:00
committed by Bjorn Andersson
parent e1deaa8437
commit ceb01bb895
6 changed files with 7 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ pm8150_adc_tm: adc-tm@3500 {
rtc@6000 {
compatible = "qcom,pm8941-rtc";
reg = <0x6000>;
reg = <0x6000>, <0x6100>;
reg-names = "rtc", "alarm";
interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
};

View File

@@ -93,7 +93,8 @@ adc-chan@f {
rtc@6000 {
compatible = "qcom,pm8941-rtc";
reg = <0x6000>;
reg = <0x6000>, <0x6100>;
reg-names = "rtc", "alarm";
interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
};

View File

@@ -126,7 +126,7 @@ xo-therm-buf@3c {
rtc@6000 {
compatible = "qcom,pm8941-rtc";
reg = <0x6000>;
reg = <0x6000>, <0x6100>;
reg-names = "rtc", "alarm";
interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
};

View File

@@ -108,7 +108,7 @@ pmm8155au_1_adc_tm: adc-tm@3500 {
pmm8155au_1_rtc: rtc@6000 {
compatible = "qcom,pm8941-rtc";
reg = <0x6000>;
reg = <0x6000>, <0x6100>;
reg-names = "rtc", "alarm";
interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;

View File

@@ -74,7 +74,7 @@ vph-pwr@131 {
pmp8074_rtc: rtc@6000 {
compatible = "qcom,pm8941-rtc";
reg = <0x6000>;
reg = <0x6000>, <0x6100>;
reg-names = "rtc", "alarm";
interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
allow-set-time;

View File

@@ -125,7 +125,7 @@ xo_therm: xo_temp@76 {
rtc@6000 {
compatible = "qcom,pm8941-rtc";
reg = <0x6000>;
reg = <0x6000>, <0x6100>;
reg-names = "rtc", "alarm";
interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
};