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

Commit dc93e48a authored by David Dai's avatar David Dai Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update display cc device



Update device tree entry for display CC in place of dummy
clock support for consumers.

Change-Id: Ib5c7e20200ab27090ea8af04c36fdf9345b0a03a
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent c51b4866
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -673,9 +673,13 @@
		#reset-cells = <1>;
	};

	clock_dispcc: qcom,dispcc {
		compatible = "qcom,dummycc";
		clock-output-names = "dispcc_clocks";
	clock_dispcc: qcom,dispcc@af00000 {
		compatible = "qcom,kona-dispcc";
		reg = <0xaf00000 0x20000>;
		reg-names = "cc_base";
		vdd_mm-supply = <&VDD_MMCX_LEVEL>;
		clock-names = "cfg_ahb_clk";
		clocks = <&clock_gcc GCC_DISP_AHB_CLK>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};