Merge "ARM: dts: msm: Add GDSC proxy consumers for Sun"

This commit is contained in:
qctecmdr
2023-08-02 09:25:02 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -730,6 +730,8 @@
reg = <0x19e000 0x4>; reg = <0x19e000 0x4>;
regulator-name = "gcc_ufs_mem_phy_gdsc"; regulator-name = "gcc_ufs_mem_phy_gdsc";
parent-supply = <&VDD_MX_LEVEL>; parent-supply = <&VDD_MX_LEVEL>;
proxy-supply = <&gcc_ufs_mem_phy_gdsc>;
qcom,proxy-consumer-enable;
qcom,retain-regs; qcom,retain-regs;
qcom,support-cfg-gdscr; qcom,support-cfg-gdscr;
}; };
@@ -739,6 +741,8 @@
reg = <0x177004 0x4>; reg = <0x177004 0x4>;
regulator-name = "gcc_ufs_phy_gdsc"; regulator-name = "gcc_ufs_phy_gdsc";
parent-supply = <&VDD_CX_LEVEL>; parent-supply = <&VDD_CX_LEVEL>;
proxy-supply = <&gcc_ufs_phy_gdsc>;
qcom,proxy-consumer-enable;
qcom,retain-regs; qcom,retain-regs;
qcom,support-cfg-gdscr; qcom,support-cfg-gdscr;
}; };
@@ -747,6 +751,8 @@
compatible = "qcom,gdsc"; compatible = "qcom,gdsc";
reg = <0x139004 0x4>; reg = <0x139004 0x4>;
regulator-name = "gcc_usb30_prim_gdsc"; regulator-name = "gcc_usb30_prim_gdsc";
proxy-supply = <&gcc_usb30_prim_gdsc>;
qcom,proxy-consumer-enable;
qcom,retain-regs; qcom,retain-regs;
qcom,support-cfg-gdscr; qcom,support-cfg-gdscr;
}; };
@@ -756,6 +762,8 @@
reg = <0x150018 0x4>; reg = <0x150018 0x4>;
regulator-name = "gcc_usb3_phy_gdsc"; regulator-name = "gcc_usb3_phy_gdsc";
parent-supply = <&VDD_MX_LEVEL>; parent-supply = <&VDD_MX_LEVEL>;
proxy-supply = <&gcc_usb3_phy_gdsc>;
qcom,proxy-consumer-enable;
qcom,retain-regs; qcom,retain-regs;
qcom,support-cfg-gdscr; qcom,support-cfg-gdscr;
}; };