Commit 0dc6c598 authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: apq8064: correct clock names



Since new code doesn't take old clk names in account, it does fixes
error:

msm_dsi 4700000.mdss_dsi: dev_pm_opp_set_clkname: Couldn't find clock: -2

and following kernel oops introduced by
b0530eb1 ("drm/msm/dpu: Use OPP API to set clk/perf state").

Also removes warning about deprecated clock names.

Tested against linux-5.10.y LTS on Nexus 7 2013.

Reviewed-by: default avatarBrian Masney <masneyb@onstation.org>
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20210707131453.24041-1-david@ixit.cz


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 66cb47d4
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1262,9 +1262,9 @@
				<&mmcc DSI1_BYTE_CLK>,
				<&mmcc DSI1_BYTE_CLK>,
				<&mmcc DSI_PIXEL_CLK>,
				<&mmcc DSI_PIXEL_CLK>,
				<&mmcc DSI1_ESC_CLK>;
				<&mmcc DSI1_ESC_CLK>;
			clock-names = "iface_clk", "bus_clk", "core_mmss_clk",
			clock-names = "iface", "bus", "core_mmss",
					"src_clk", "byte_clk", "pixel_clk",
					"src", "byte", "pixel",
					"core_clk";
					"core";


			assigned-clocks = <&mmcc DSI1_BYTE_SRC>,
			assigned-clocks = <&mmcc DSI1_BYTE_SRC>,
					<&mmcc DSI1_ESC_SRC>,
					<&mmcc DSI1_ESC_SRC>,