On 9/12/26 10:39 AM, Muzaffer Kadir via B4 Relay wrote: > From: Muzaffer Kadir <[email protected]> > > MSM8952 has same clocks with MSM8976 and MSM8940.
Let's reuse the compatible then - add an entry to dt-bindings
where we have a 8952-specific compatible in case we ever need to
act on it specifically and a fallback to 8976, so that we don't need
to modify the driver needlessly.
Your DT then would look like:
compatible = "qcom,rpmcc-msm8952",
"qcom,rpmcc-msm8976";
Konrad
