Commit ceb01bb8 authored by Eric Chanudet's avatar Eric Chanudet Committed by Bjorn Andersson
Browse files

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: default avatarEric Chanudet <echanude@redhat.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: Andrew Halaney <ahalaney@redhat.com> # sa8540p-ride
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221219191000.2570545-5-echanude@redhat.com
parent e1deaa84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@

		rtc@6000 {
			compatible = "qcom,pm8941-rtc";
			reg = <0x6000>;
			reg = <0x6000>, <0x6100>;
			reg-names = "rtc", "alarm";
			interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
		};
+2 −1
Original line number Diff line number Diff line
@@ -93,7 +93,8 @@

		rtc@6000 {
			compatible = "qcom,pm8941-rtc";
			reg = <0x6000>;
			reg = <0x6000>, <0x6100>;
			reg-names = "rtc", "alarm";
			interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
		};

+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@

		rtc@6000 {
			compatible = "qcom,pm8941-rtc";
			reg = <0x6000>;
			reg = <0x6000>, <0x6100>;
			reg-names = "rtc", "alarm";
			interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@

		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>;

+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@

		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;
Loading