summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-02 14:41:35 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-02 14:41:35 -0700
commit1bd40bfda3260ee1f9c67fa34deb1ca029604e84 (patch)
treeb7c5528f869669a7ad346532b349864f482be8fc
parent4b37769e9ea1993d3e594f283c224723e62591f3 (diff)
parent87b8789085ea128fcaa6ff40e56e8072af54d60d (diff)
Merge "ARM: dts: msm: correct cpu nodes information for msmtriton"
-rw-r--r--arch/arm/boot/dts/qcom/msmtriton.dtsi32
1 files changed, 16 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/qcom/msmtriton.dtsi b/arch/arm/boot/dts/qcom/msmtriton.dtsi
index 807c40fcc46e..8374d27e5b56 100644
--- a/arch/arm/boot/dts/qcom/msmtriton.dtsi
+++ b/arch/arm/boot/dts/qcom/msmtriton.dtsi
@@ -41,59 +41,59 @@
#address-cells = <2>;
#size-cells = <0>;
- CPU0: cpu@0 {
+ CPU0: cpu@100 {
device_type = "cpu";
compatible = "arm,armv8";
- reg = <0x0 0x0>;
+ reg = <0x0 0x100>;
enable-method = "psci";
};
- CPU1: cpu@1 {
+ CPU1: cpu@101 {
device_type = "cpu";
compatible = "arm,armv8";
- reg = <0x0 0x1>;
+ reg = <0x0 0x101>;
enable-method = "psci";
};
- CPU2: cpu@2 {
+ CPU2: cpu@102 {
device_type = "cpu";
compatible = "arm,armv8";
- reg = <0x0 0x2>;
+ reg = <0x0 0x102>;
enable-method = "psci";
};
- CPU3: cpu@3 {
+ CPU3: cpu@103 {
device_type = "cpu";
compatible = "arm,armv8";
- reg = <0x0 0x3>;
+ reg = <0x0 0x103>;
enable-method = "psci";
};
- CPU4: cpu@100 {
+ CPU4: cpu@0 {
device_type = "cpu";
compatible = "arm,armv8";
- reg = <0x0 0x100>;
+ reg = <0x0 0x0>;
enable-method = "psci";
};
- CPU5: cpu@101 {
+ CPU5: cpu@1 {
device_type = "cpu";
compatible = "arm,armv8";
- reg = <0x0 0x101>;
+ reg = <0x0 0x1>;
enable-method = "psci";
};
- CPU6: cpu@102 {
+ CPU6: cpu@2 {
device_type = "cpu";
compatible = "arm,armv8";
- reg = <0x0 0x102>;
+ reg = <0x0 0x2>;
enable-method = "psci";
};
- CPU7: cpu@103 {
+ CPU7: cpu@3 {
device_type = "cpu";
compatible = "arm,armv8";
- reg = <0x0 0x103>;
+ reg = <0x0 0x3>;
enable-method = "psci";
};