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

Commit 9e3684a7 authored by Taniya Das's avatar Taniya Das Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add cpu clocks phandle for A7 based targets



CPU clocks and clock-names added for all targets which depend on clock-a7
for cpu clocks.

Change-Id: Id0d9a0fc2d44bd3736f8ac15c14d57ca5fe6a8b7
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent f8e36012
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2015, 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
@@ -211,6 +211,12 @@
	qcom,pm@fe805664 {
		compatible = "qcom,pm";
		reg = <0xfe805664 0x40>;
		clocks = <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>;
		clock-names = "cpu0_clk", "cpu1_clk",
			"cpu2_clk", "cpu3_clk";
		qcom,use-sync-timer;
		qcom,synced-clocks;
	};
+7 −1
Original line number Diff line number Diff line
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2015, 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
@@ -321,6 +321,12 @@
	qcom,pm@fe805664 {
		compatible = "qcom,pm";
		reg = <0xfe805664 0x40>;
		clocks = <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>;
		clock-names = "cpu0_clk", "cpu1_clk",
			"cpu2_clk", "cpu3_clk";
		qcom,use-sync-timer;
		qcom,pc-resets-timer;
		qcom,synced-clocks;
+7 −1
Original line number Diff line number Diff line
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2015, 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
@@ -335,6 +335,12 @@
	qcom,pm@fe805664 {
		compatible = "qcom,pm";
		reg = <0xfe805664 0x40>;
		clocks = <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>;
		clock-names = "cpu0_clk", "cpu1_clk",
			"cpu2_clk", "cpu3_clk";
		qcom,pc-mode = "tz_l2_int";
		qcom,use-sync-timer;
		qcom,synced-clocks;
+7 −1
Original line number Diff line number Diff line
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2015, 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
@@ -310,6 +310,12 @@
	qcom,pm@fe805664 {
		compatible = "qcom,pm";
		reg = <0xfe805664 0x40>;
		clocks = <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>;
		clock-names = "cpu0_clk", "cpu1_clk",
			"cpu2_clk", "cpu3_clk";
		qcom,use-sync-timer;
		qcom,pc-resets-timer;
		qcom,synced-clocks;
+7 −1
Original line number Diff line number Diff line
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2015, 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
@@ -313,6 +313,12 @@
	qcom,pm@fe805664 {
		compatible = "qcom,pm";
		reg = <0xfe805664 0x40>;
		clocks = <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>,
		       <&clock_cpu  clk_a7ssmux>;
		clock-names = "cpu0_clk", "cpu1_clk",
			"cpu2_clk", "cpu3_clk";
		qcom,use-sync-timer;
		qcom,pc-resets-timer;
		qcom,synced-clocks;
Loading