On 25.05.2023 17:47, Neil Armstrong wrote: > The PMK8550 RTC is functional on the SM8550 MTP & QRD boards, > let's enable them. > > Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> > --- WDYM "functional"? Is there a reason it shouldn't be enabled for everyone? Konrad > arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 4 ++++ > arch/arm64/boot/dts/qcom/sm8550-qrd.dts | 4 ++++ > 2 files changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts > index e2b9bb6b1e27..6bf111e655f7 100644 > --- a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts > +++ b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts > @@ -496,6 +496,10 @@ &pm8550b_eusb2_repeater { > vdd3-supply = <&vreg_l5b_3p1>; > }; > > +&pmk8550_rtc { > + status = "okay"; > +}; > + > &qupv3_id_0 { > status = "okay"; > }; > diff --git a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts > index 4a8177f99523..b08a8201ad23 100644 > --- a/arch/arm64/boot/dts/qcom/sm8550-qrd.dts > +++ b/arch/arm64/boot/dts/qcom/sm8550-qrd.dts > @@ -482,6 +482,10 @@ &pm8550b_eusb2_repeater { > vdd3-supply = <&vreg_l5b_3p1>; > }; > > +&pmk8550_rtc { > + status = "okay"; > +}; > + > &qupv3_id_0 { > status = "okay"; > }; >