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 <quic_gokukris@quicinc.com>
This commit is contained in:
Gokul krishna Krishnakumar
2024-04-01 14:07:48 -07:00
parent 80c3e1d96b
commit f61dcd79f6

View File

@@ -3461,9 +3461,9 @@
reg = <0xa3380000 0x10000>; reg = <0xa3380000 0x10000>;
status = "ok"; status = "ok";
cx-supply = <&VDD_LPI_CX_LEVEL>; cx-supply = <&VDD_CX_LEVEL>;
cx-uV-uA = <RPMH_REGULATOR_LEVEL_LOW_SVS 0>; cx-uV-uA = <RPMH_REGULATOR_LEVEL_LOW_SVS 0>;
mx-supply = <&VDD_LPI_MX_LEVEL>; mx-supply = <&VDD_MX_LEVEL>;
mx-uV-uA = <RPMH_REGULATOR_LEVEL_LOW_SVS 0>; mx-uV-uA = <RPMH_REGULATOR_LEVEL_LOW_SVS 0>;
reg-names = "cx", "mx"; reg-names = "cx", "mx";