Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6db1bb6a authored by Jagadeesh Kona's avatar Jagadeesh Kona
Browse files

ARM: dts: msm: Update clocks and clock-names of GCC node for YUPIK

Update the clocks and clock-names of GCC node to have all GCC
external clocks.

Change-Id: I8b25e58fb59b7d93e95baa1cc5f15958231ad892
parent 020b7178
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -167,7 +167,11 @@
};

&gcc {
	clocks = <&bi_tcxo>, <&sleep_clk>;
	clocks = <&bi_tcxo>,
		<&sleep_clk>,
		<&pcie_0_pipe_clk>,
		<&pcie_1_pipe_clk>,
		<&usb3_phy_wrapper_gcc_usb30_pipe_clk>;
};

&gpucc {
+10 −2
Original line number Diff line number Diff line
@@ -631,8 +631,16 @@
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&VDD_CX_LEVEL>;
		clocks = <&rpmhcc RPMH_CXO_CLK>, <&sleep_clk>;
		clock-names = "bi_tcxo", "sleep_clk";
		clocks = <&rpmhcc RPMH_CXO_CLK>,
			<&sleep_clk>,
			<&pcie_0_pipe_clk>,
			<&pcie_1_pipe_clk>,
			<&usb3_phy_wrapper_gcc_usb30_pipe_clk>;
		clock-names = "bi_tcxo",
			"sleep_clk",
			"pcie_0_pipe_clk",
			"pcie_1_pipe_clk",
			"usb3_phy_wrapper_gcc_usb30_pipe_clk";
		#clock-cells = <1>;
		#reset-cells = <1>;
	};