Re: [PATCH RFC 13/20] clk: qcom: smd-rpm: Add clocks for MSM8952
From: Konrad Dybcio
Date: Mon Sep 14 2026 - 07:25:24 EST
On 9/12/26 10:39 AM, Muzaffer Kadir via B4 Relay wrote:
> From: Muzaffer Kadir <muzafferkadir@xxxxxxxxxxxxxx>
>
> 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