On Sun, Jan 26, 2025 at 11:45:16AM -0500, Sasha Levin wrote: > From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > > [ Upstream commit e7282bf8a0e9bb8a4cb1be406674ff7bb7b264f2 ] > > X1P42100 is a cousin of X1E80100, and hence can make use of the > latter's configuration. Do so. This patch does not have a stable tag and makes no sense to backport as support for this platform is not yet even in 6.14-rc1. So please drop from all stable queues (if it's not too late for that now). > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > Link: https://lore.kernel.org/r/20241221-topic-x1p4_soc-v1-3-55347831d73c@xxxxxxxxxxxxxxxx > Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx> > Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> > --- > 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 6e30f08761aa4..50aa54996901f 100644 > --- a/drivers/soc/qcom/qcom_pd_mapper.c > +++ b/drivers/soc/qcom/qcom_pd_mapper.c > @@ -561,6 +561,7 @@ static const struct of_device_id qcom_pdm_domains[] __maybe_unused = { > { .compatible = "qcom,sm8550", .data = sm8550_domains, }, > { .compatible = "qcom,sm8650", .data = sm8550_domains, }, > { .compatible = "qcom,x1e80100", .data = x1e80100_domains, }, > + { .compatible = "qcom,x1p42100", .data = x1e80100_domains, }, > {}, > }; Johan