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

Commit 268df4fe 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 missing clock to qpic display on 9607"

parents 92279560 66b67b14
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>;

	};
};