diff mbox

[v2,05/10] arm: qcom-msm8974: Add CPU phandles to CPU definitions

Message ID 1407872640-6732-6-git-send-email-lina.iyer@linaro.org
State New
Headers show

Commit Message

Lina Iyer Aug. 12, 2014, 7:43 p.m. UTC
Add CPU phandle labels for all Krait CPUS.

Signed-off-by: Lina Iyer <lina.iyer@linaro.org>
---
 arch/arm/boot/dts/qcom-msm8974.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Kumar Gala Aug. 12, 2014, 9:09 p.m. UTC | #1
On Aug 12, 2014, at 2:43 PM, Lina Iyer <lina.iyer@linaro.org> wrote:

> Add CPU phandle labels for all Krait CPUS.
> 
> Signed-off-by: Lina Iyer <lina.iyer@linaro.org>
> ---
> arch/arm/boot/dts/qcom-msm8974.dtsi | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)

Merge this with patch 6/10

- k
Pramod Gurav Aug. 14, 2014, 10:04 a.m. UTC | #2
On Wednesday 13 August 2014 01:13 AM, Lina Iyer wrote:
> Add CPU phandle labels for all Krait CPUS.
> 
> Signed-off-by: Lina Iyer <lina.iyer@linaro.org>
> ---
>  arch/arm/boot/dts/qcom-msm8974.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
Hi Lina,
These changes are already done  by Stephen's below cpufreq patch whicth
adds OPP table for 8974. You might want to sync them up.

Author: Stephen Boyd <sboyd@codeaurora.org>
Date:   Wed Jun 25 05:36:23 2014 +0530

    ARM: dts: qcom: Add necessary DT data for Krait cpufreq

    Add the necessary DT nodes and data so we can probe the cpufreq
    driver on MSM devices with Krait CPUs.

    Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

> diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi



Thanks
Pramod
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index 69dca2a..15a75e4 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -14,7 +14,7 @@ 
 		#size-cells = <0>;
 		interrupts = <1 9 0xf04>;
 
-		cpu@0 {
+		CPU0: cpu@0 {
 			compatible = "qcom,krait";
 			enable-method = "qcom,kpss-acc-v2";
 			device_type = "cpu";
@@ -23,7 +23,7 @@ 
 			qcom,acc = <&acc0>;
 		};
 
-		cpu@1 {
+		CPU1: cpu@1 {
 			compatible = "qcom,krait";
 			enable-method = "qcom,kpss-acc-v2";
 			device_type = "cpu";
@@ -32,7 +32,7 @@ 
 			qcom,acc = <&acc1>;
 		};
 
-		cpu@2 {
+		CPU2: cpu@2 {
 			compatible = "qcom,krait";
 			enable-method = "qcom,kpss-acc-v2";
 			device_type = "cpu";
@@ -41,7 +41,7 @@ 
 			qcom,acc = <&acc2>;
 		};
 
-		cpu@3 {
+		CPU3: cpu@3 {
 			compatible = "qcom,krait";
 			enable-method = "qcom,kpss-acc-v2";
 			device_type = "cpu";