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

Commit 276626d7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add the syscon compatible string to clock nodes on SDM845v2"

parents d6e0d644 3f120bba
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -542,19 +542,19 @@
};

&clock_gcc {
	compatible = "qcom,gcc-sdm845-v2";
	compatible = "qcom,gcc-sdm845-v2", "syscon";
};

&clock_camcc {
	compatible = "qcom,cam_cc-sdm845-v2";
	compatible = "qcom,cam_cc-sdm845-v2", "syscon";
};

&clock_dispcc {
	compatible = "qcom,dispcc-sdm845-v2";
	compatible = "qcom,dispcc-sdm845-v2", "syscon";
};

&clock_gpucc {
	compatible = "qcom,gpucc-sdm845-v2";
	compatible = "qcom,gpucc-sdm845-v2", "syscon";
};

&clock_gfx {
@@ -562,7 +562,7 @@
};

&clock_videocc {
	compatible = "qcom,video_cc-sdm845-v2";
	compatible = "qcom,video_cc-sdm845-v2", "syscon";
};

&clock_aop {