Re: [PATCH] soc: qcom: pd_mapper: Add SM7225 compatible
From: Konrad Dybcio
Date: Fri Dec 20 2024 - 04:39:59 EST
On 20.12.2024 9:39 AM, Luca Weiss wrote:
> The Qualcomm SM7225 is practically identical to SM6350, so add an entry
> using that data.
>
> Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
> ---
I think we should instead add the fallback compatible, like
- enum:
- asdf,asdf
- const: qcom,sm7225
- const: qcom,sm6350
as we've done for speedbin/rename variants of SoCs lately, with separate
entries being added for "actually different" sillicon.
Konrad