ARM: dts: msm: Add support for GCC and TCSRCC on Tuna
Add support for GCC and TCSRCC on Tuna platform. While at it, move gcc's GDSC to real. Change-Id: Ife8d7c141b80c84767bdd2f8b54b6fa2603d5881 Signed-off-by: Ajit Pandey <quic_ajipan@quicinc.com>
This commit is contained in:
@@ -398,8 +398,25 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
gcc: clock-controller@100000 {
|
gcc: clock-controller@100000 {
|
||||||
compatible = "qcom,dummycc";
|
compatible = "qcom,tuna-gcc", "syscon";
|
||||||
clock-output-names = "gcc_clocks";
|
reg = <0x100000 0x1f4200>;
|
||||||
|
reg-name = "cc_base";
|
||||||
|
vdd_cx-supply = <&VDD_CX_LEVEL>;
|
||||||
|
vdd_mx-supply = <&VDD_MX_LEVEL>;
|
||||||
|
clocks = <&rpmhcc RPMH_CXO_CLK>,
|
||||||
|
<&pcie_0_pipe_clk>,
|
||||||
|
<&sleep_clk>,
|
||||||
|
<&ufs_phy_rx_symbol_0_clk>,
|
||||||
|
<&ufs_phy_rx_symbol_1_clk>,
|
||||||
|
<&ufs_phy_tx_symbol_0_clk>,
|
||||||
|
<&usb3_phy_wrapper_gcc_usb30_pipe_clk>;
|
||||||
|
clock-names = "bi_tcxo",
|
||||||
|
"pcie_0_pipe_clk",
|
||||||
|
"sleep_clk",
|
||||||
|
"ufs_phy_rx_symbol_0_clk",
|
||||||
|
"ufs_phy_rx_symbol_1_clk",
|
||||||
|
"ufs_phy_tx_symbol_0_clk",
|
||||||
|
"usb3_phy_wrapper_gcc_usb30_pipe_clk";
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
@@ -411,9 +428,10 @@
|
|||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
tcsrcc: clock-controller@f100000 {
|
tcsrcc: clock-controller@1fbf000 {
|
||||||
compatible = "qcom,dummycc";
|
compatible = "qcom,tuna-tcsrcc", "syscon";
|
||||||
clock-output-names = "tcsrcc_clocks";
|
reg = <0x1fbf000 0x14>;
|
||||||
|
reg-name = "cc_base";
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
@@ -480,32 +498,38 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&gcc_pcie_0_gdsc {
|
&gcc_pcie_0_gdsc {
|
||||||
compatible = "regulator-fixed";
|
compatible = "qcom,gdsc";
|
||||||
|
parent-supply = <&VDD_CX_LEVEL>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gcc_pcie_0_phy_gdsc {
|
&gcc_pcie_0_phy_gdsc {
|
||||||
compatible = "regulator-fixed";
|
compatible = "qcom,gdsc";
|
||||||
|
parent-supply = <&VDD_MX_LEVEL>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gcc_ufs_mem_phy_gdsc {
|
&gcc_ufs_mem_phy_gdsc {
|
||||||
compatible = "regulator-fixed";
|
compatible = "qcom,gdsc";
|
||||||
|
parent-supply = <&VDD_MX_LEVEL>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gcc_ufs_phy_gdsc {
|
&gcc_ufs_phy_gdsc {
|
||||||
compatible = "regulator-fixed";
|
compatible = "qcom,gdsc";
|
||||||
|
parent-supply = <&VDD_CX_LEVEL>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gcc_usb30_prim_gdsc {
|
&gcc_usb30_prim_gdsc {
|
||||||
compatible = "regulator-fixed";
|
compatible = "qcom,gdsc";
|
||||||
|
parent-supply = <&VDD_CX_LEVEL>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gcc_usb3_phy_gdsc {
|
&gcc_usb3_phy_gdsc {
|
||||||
compatible = "regulator-fixed";
|
compatible = "qcom,gdsc";
|
||||||
|
parent-supply = <&VDD_MX_LEVEL>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user