ARM: dts: msm: Add support for dummy clocks/GDSCs for kera

Add the dummy clock and gdsc handles for clients to be able to request
on them for kera platform.

Change-Id: I24fa8bf818483947760c8b87497b25bcf40be84c
Signed-off-by: Anaadi Mishra <quic_anaadim@quicinc.com>
This commit is contained in:
Anaadi Mishra
2024-04-22 17:25:39 +05:30
parent c477a6a555
commit 21931c9f8f
2 changed files with 260 additions and 0 deletions

View File

@@ -138,6 +138,28 @@
status = "disabled";
};
gcc_pcie_1_gdsc: qcom,gdsc@1ac004 {
compatible = "qcom,gdsc";
reg = <0x1ac004 0x4>;
regulator-name = "gcc_pcie_1_gdsc";
qcom,retain-regs;
qcom,no-status-check-on-disable;
qcom,collapse-vote = <&gcc_apcs_gdsc_vote_ctrl 3>;
qcom,support-cfg-gdscr;
status = "disabled";
};
gcc_pcie_1_phy_gdsc: qcom,gdsc@1ad000 {
compatible = "qcom,gdsc";
reg = <0x1ad000 0x4>;
regulator-name = "gcc_pcie_1_phy_gdsc";
qcom,retain-regs;
qcom,no-status-check-on-disable;
qcom,collapse-vote = <&gcc_apcs_gdsc_vote_ctrl 4>;
qcom,support-cfg-gdscr;
status = "disabled";
};
gcc_ufs_mem_phy_gdsc: qcom,gdsc@19e000 {
compatible = "qcom,gdsc";
reg = <0x19e000 0x4>;
@@ -201,6 +223,15 @@
status = "disabled";
};
gpu_cc_gx_gdsc: qcom,gdsc@3d9905c {
compatible = "regulator-fixed";
reg = <0x3d9905c 0x4>;
regulator-name = "gpu_cc_gx_gdsc";
qcom,retain-regs;
qcom,support-cfg-gdscr;
status = "disabled";
};
/* GX_CLKCTL GDSCs */
gx_clkctl_gx_gdsc: qcom,gdsc@3d68024 {
compatible = "qcom,gdsc";