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

Commit 8e66d766 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 cpu clocks phandle for A7 based targets"

parents f8e36012 9e3684a7
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