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

Commit 3dd123ed authored by Naseer Ahmed's avatar Naseer Ahmed
Browse files

ARM: dts: msm: Add missing qpic clk vote on mdmcalifornium



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

Change-Id: I86c0534c7924d508b497258abbceb1bced3be584
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
@@ -29,7 +29,8 @@
		vdd-supply = <&pmdcalifornium_l6>;
		avdd-supply = <&pmdcalifornium_l12>;

		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>;
	};
};