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

From: Konrad Dybcio
Date: Thu Jul 17 2025 - 10:27:48 EST


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

> 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)


Konrad