Re: [PATCH v1 2/2] soc: qcom: pd-mapper: Add support for Maili SoC
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 19/08/2026 07:42, Prasad Kumpatla wrote: > Add support for the Qualcomm Maili SoC to the protection > domain mapper. Maili shares the same protection domain > configuration as Kaanapali, so reuse the existing > Kaanapali domain data. > > Reviewed-by: Konrad Dybcio <[email protected]> > Signed-off-by: Prasad Kumpatla <[email protected]> > --- > drivers/soc/qcom/qcom_pd_mapper.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/soc/qcom/qcom_pd_mapper.c b/drivers/soc/qcom/qcom_pd_mapper.c > index 64ca99d7fad9..3376423d237f 100644 > --- a/drivers/soc/qcom/qcom_pd_mapper.c > +++ b/drivers/soc/qcom/qcom_pd_mapper.c > @@ -626,6 +626,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = { > { .compatible = "qcom,hawi", .data = kaanapali_domains, }, > { .compatible = "qcom,kaanapali", .data = kaanapali_domains, }, > { .compatible = "qcom,mahua", .data = glymur_domains, }, > + { .compatible = "qcom,maili", .data = kaanapali_domains, }, This patchset makes no sense. Early upstreaming of unreleased SoC does not mean you send everything except DTS. You send things earlier to speed up merging, but such trivialities targeting Qcom SoC should be sent with the SoC DTS. It brings no value to send it earlier. Best regards, Krzysztof