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

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.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent f67cc6a9
......@@ -107,13 +107,11 @@ pm8150_adc_tm: adc-tm@3500 {
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 {
......
......@@ -811,10 +811,6 @@ lt9611_rst_pin: lt9611-rst-pin {
};
};
&pm8150_rtc {
status = "okay";
};
&qupv3_id_0 {
status = "okay";
};
......
......@@ -601,10 +601,6 @@ pa-therm2@4f {
};
};
&pm8150_rtc {
status = "okay";
};
&qupv3_id_0 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment