Commit 233c77d4 authored by Matthew McClintock's avatar Matthew McClintock Committed by Andy Gross

ARM: dts: qcom: ipq4019: use v2 of the kpss bringup mechanism

v1 was the incorrect choice here and sometimes the board
would not come up properly.
Signed-off-by: default avatarMatthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent bd939250
...@@ -52,7 +52,8 @@ cpus { ...@@ -52,7 +52,8 @@ cpus {
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
enable-method = "qcom,kpss-acc-v1"; enable-method = "qcom,kpss-acc-v2";
next-level-cache = <&L2>;
qcom,acc = <&acc0>; qcom,acc = <&acc0>;
qcom,saw = <&saw0>; qcom,saw = <&saw0>;
reg = <0x0>; reg = <0x0>;
...@@ -71,7 +72,8 @@ cpu@0 { ...@@ -71,7 +72,8 @@ cpu@0 {
cpu@1 { cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
enable-method = "qcom,kpss-acc-v1"; enable-method = "qcom,kpss-acc-v2";
next-level-cache = <&L2>;
qcom,acc = <&acc1>; qcom,acc = <&acc1>;
qcom,saw = <&saw1>; qcom,saw = <&saw1>;
reg = <0x1>; reg = <0x1>;
...@@ -90,7 +92,8 @@ cpu@1 { ...@@ -90,7 +92,8 @@ cpu@1 {
cpu@2 { cpu@2 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
enable-method = "qcom,kpss-acc-v1"; enable-method = "qcom,kpss-acc-v2";
next-level-cache = <&L2>;
qcom,acc = <&acc2>; qcom,acc = <&acc2>;
qcom,saw = <&saw2>; qcom,saw = <&saw2>;
reg = <0x2>; reg = <0x2>;
...@@ -109,7 +112,8 @@ cpu@2 { ...@@ -109,7 +112,8 @@ cpu@2 {
cpu@3 { cpu@3 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
enable-method = "qcom,kpss-acc-v1"; enable-method = "qcom,kpss-acc-v2";
next-level-cache = <&L2>;
qcom,acc = <&acc3>; qcom,acc = <&acc3>;
qcom,saw = <&saw3>; qcom,saw = <&saw3>;
reg = <0x3>; reg = <0x3>;
...@@ -124,6 +128,11 @@ cpu@3 { ...@@ -124,6 +128,11 @@ cpu@3 {
>; >;
clock-latency = <256000>; clock-latency = <256000>;
}; };
L2: l2-cache {
compatible = "cache";
cache-level = <2>;
};
}; };
pmu { pmu {
...@@ -292,22 +301,22 @@ crypto@8e3a000 { ...@@ -292,22 +301,22 @@ crypto@8e3a000 {
}; };
acc0: clock-controller@b088000 { acc0: clock-controller@b088000 {
compatible = "qcom,kpss-acc-v1"; compatible = "qcom,kpss-acc-v2";
reg = <0x0b088000 0x1000>, <0xb008000 0x1000>; reg = <0x0b088000 0x1000>, <0xb008000 0x1000>;
}; };
acc1: clock-controller@b098000 { acc1: clock-controller@b098000 {
compatible = "qcom,kpss-acc-v1"; compatible = "qcom,kpss-acc-v2";
reg = <0x0b098000 0x1000>, <0xb008000 0x1000>; reg = <0x0b098000 0x1000>, <0xb008000 0x1000>;
}; };
acc2: clock-controller@b0a8000 { acc2: clock-controller@b0a8000 {
compatible = "qcom,kpss-acc-v1"; compatible = "qcom,kpss-acc-v2";
reg = <0x0b0a8000 0x1000>, <0xb008000 0x1000>; reg = <0x0b0a8000 0x1000>, <0xb008000 0x1000>;
}; };
acc3: clock-controller@b0b8000 { acc3: clock-controller@b0b8000 {
compatible = "qcom,kpss-acc-v1"; compatible = "qcom,kpss-acc-v2";
reg = <0x0b0b8000 0x1000>, <0xb008000 0x1000>; reg = <0x0b0b8000 0x1000>, <0xb008000 0x1000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment