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

Commit 4e54ed5d 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 qpic clk vote on mdmcalifornium"

parents b6c0a3d4 3dd123ed
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>;
	};
};