Commit 40a5aa1f authored by Bjorn Andersson's avatar Bjorn Andersson
Browse files

arm64: dts: qcom: pm8150: Enable RTC



The PM8150 comes with everything the RTC needs, so let's just leave it
enabled instead of having to explicitly enable it for all boards.
In effect this patch enables the RTC on the SM8150 MTP and the SM8250
HDK.

Acked-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210106001004.4081508-1-bjorn.andersson@linaro.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent f67cc6a9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -107,13 +107,11 @@
			status = "disabled";
		};

		pm8150_rtc: rtc@6000 {
		rtc@6000 {
			compatible = "qcom,pm8941-rtc";
			reg = <0x6000>;
			reg-names = "rtc", "alarm";
			interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;

			status = "disabled";
		};

		pm8150_gpios: gpio@c000 {
+0 −4
Original line number Diff line number Diff line
@@ -811,10 +811,6 @@
	};
};

&pm8150_rtc {
	status = "okay";
};

&qupv3_id_0 {
	status = "okay";
};
+0 −4
Original line number Diff line number Diff line
@@ -601,10 +601,6 @@
	};
};

&pm8150_rtc {
	status = "okay";
};

&qupv3_id_0 {
	status = "okay";
};