Re: [PATCH 2/4] arm64: dts: qcom: sm8150: use correct PD for DisplayPort controller

From: Dmitry Baryshkov
Date: Fri Jul 18 2025 - 11:42:34 EST


On Thu, Jul 17, 2025 at 04:27:33PM +0200, Konrad Dybcio wrote:
> On 7/17/25 2:48 PM, Dmitry Baryshkov wrote:
> > Commit 5dd110c90a50 ("arm64: dts: qcom: sm8150: add DisplayPort
> > controller") specified SM8250_MMCX for the DisplayPort power domain,
> > however on SM8160 this indices maps to SM8150_MX_AO. Use correct indice
>
> 81*6*0 typo

Ack

>
> > instead (SM8150_MMCX).
> include/dt-bindings/power/qcom-rpmpd.h
> 90:#define SM8150_MMCX 9
> 91:#define SM8150_MMCX_AO 10
> 109:#define SM8250_MMCX 6
> 110:#define SM8250_MMCX_AO 7
>
> (i.e. the commit message is misleading)

#define SM8250_MMCX 6
#define SM8150_MX_AO 6
#define SM8150_MMCX 9

I will try to make it more obvious.

>
>
> Konrad

--
With best wishes
Dmitry