[PATCH] arm64: dts: qcom: sm8150: Use SM8150_MSS for the SDHC power domain

Abel Vesa posted 1 patch 1 week, 2 days ago
arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: qcom: sm8150: Use SM8150_MSS for the SDHC power domain
Posted by Abel Vesa 1 week, 2 days ago
Replace the raw power-domain index of SDHC2 with the SM8150_MSS binding
constant. This documents the selected RPMh power domain and avoids using
a magic value.

Reported-by: sashiko-bot <sashiko-bot@kernel.org>
Link: https://sashiko.dev/#/patchset/20260914-qcom-tie-cx-to-gcc-v4-0-9d5a606ada33@oss.qualcomm.com?part=45
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index 94a3b02cb289..ae2c259e8476 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -3574,7 +3574,7 @@ sdhc_2: mmc@8804000 {
 			iommus = <&apps_smmu 0x6a0 0x0>;
 			qcom,dll-config = <0x0007642c>;
 			qcom,ddr-config = <0x80040868>;
-			power-domains = <&rpmhpd 0>;
+			power-domains = <&rpmhpd SM8150_MSS>;
 			operating-points-v2 = <&sdhc2_opp_table>;
 
 			status = "disabled";

---
base-commit: 1a1de54f7369cd2b5bac0f265910e60ad3a6b4c3
change-id: 20260915-dts-qcom-sm8150-sdhc-use-mss-for-pd-index-c8375b8bc58e

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>
Re: [PATCH] arm64: dts: qcom: sm8150: Use SM8150_MSS for the SDHC power domain
Posted by Konrad Dybcio 1 week, 2 days ago
On 9/15/26 10:02 AM, Abel Vesa wrote:
> Replace the raw power-domain index of SDHC2 with the SM8150_MSS binding
> constant. This documents the selected RPMh power domain and avoids using
> a magic value.
> 
> Reported-by: sashiko-bot <sashiko-bot@kernel.org>
> Link: https://sashiko.dev/#/patchset/20260914-qcom-tie-cx-to-gcc-v4-0-9d5a606ada33@oss.qualcomm.com?part=45
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---

MSS is the modem power supply, this should be CX

Konrad
Re: [PATCH] arm64: dts: qcom: sm8150: Use SM8150_MSS for the SDHC power domain
Posted by Abel Vesa 1 week, 2 days ago
On 26-09-15 10:13:36, Konrad Dybcio wrote:
> On 9/15/26 10:02 AM, Abel Vesa wrote:
> > Replace the raw power-domain index of SDHC2 with the SM8150_MSS binding
> > constant. This documents the selected RPMh power domain and avoids using
> > a magic value.
> > 
> > Reported-by: sashiko-bot <sashiko-bot@kernel.org>
> > Link: https://sashiko.dev/#/patchset/20260914-qcom-tie-cx-to-gcc-v4-0-9d5a606ada33@oss.qualcomm.com?part=45
> > Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> > ---
> 
> MSS is the modem power supply, this should be CX

Correct. I'll respin with CX attached instead.