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

Commit 311e45df authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents daac463b 6ecac82e
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;
};