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

Commit 66b67b14 authored by Naseer Ahmed's avatar Naseer Ahmed
Browse files

ARM: dts: msm: Add missing clock to qpic display on 9607



core_clk is not being voted by qpic display driver. This change
adds to the clock to the configuration to enable voting by the
driver.

Change-Id: Ia2ceaa972e492354475f3659d065060fbafad8fa
Signed-off-by: default avatarNaseer Ahmed <naseer@codeaurora.org>
parent 0c3a23a4
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -28,8 +28,9 @@

		vdd-supply = <&mdm9607_l11>;

		clock-names = "core_a_clk";
		clocks = <&clock_gcc clk_qpic_a_clk>;
		clock-names = "core_clk", "core_a_clk";
		clocks = <&clock_gcc clk_qpic_clk>,
			<&clock_gcc clk_qpic_a_clk>;

	};
};