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

Commit 6ecac82e authored by Taniya Das's avatar Taniya Das
Browse files

ARM: dts: msm: Remove PCIE clocks from protected list for YUPIK IOT

The PCIE clocks are required to be accessed, thus remove them from the
protected list.

Change-Id: I4800f708fbb2a3502dc46ec7d33427c70391bfb3
parent eedf5958
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -5,3 +5,14 @@
	compatible = "qcom,yupik-iot";
	qcom,msm-id = <497 0x10000>;
};

&gcc {
	clocks = <&rpmhcc RPMH_CXO_CLK>, <&sleep_clk>,
		<&usb3_phy_wrapper_gcc_usb30_pipe_clk>,
		<&pcie_0_pipe_clk>, <&pcie_1_pipe_clk>;
	clock-names = "bi_tcxo", "sleep_clk",
		"usb3_phy_wrapper_gcc_usb30_pipe_clk",
		"pcie_0_pipe_clk", "pcie_1_pipe_clk";

	/delete-property/ protected-clocks;
};