From f61dcd79f60668550ca16c8e2187b2420d2afe37 Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Mon, 1 Apr 2024 14:07:48 -0700 Subject: [PATCH] ARM: dts: qcom: change the power regulator to VDD_MX SOCCP uses mx and cx power rails and not the island rails. Change-Id: I52f3f28f9206e62b4b7dc99dd4c7c9f19d6f92cf Signed-off-by: Gokul krishna Krishnakumar --- qcom/sun.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 554e057b..e18f9097 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3461,9 +3461,9 @@ reg = <0xa3380000 0x10000>; status = "ok"; - cx-supply = <&VDD_LPI_CX_LEVEL>; + cx-supply = <&VDD_CX_LEVEL>; cx-uV-uA = ; - mx-supply = <&VDD_LPI_MX_LEVEL>; + mx-supply = <&VDD_MX_LEVEL>; mx-uV-uA = ; reg-names = "cx", "mx";