Commit 4eb8883d authored by Olof Johansson's avatar Olof Johansson

Merge tag 'vexpress-dt-4.10' of...

Merge tag 'vexpress-dt-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/dt

ARMv7 Vexpress DT fixes/updates for v4.10

1. Addition of CPU dmips/capacity information to TC2 platform

2. Cleanup/fix unit address warnings and removal of skeleton.dtsi from
   MPS2 device tree

* tag 'vexpress-dt-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  ARM: dts: vexpress: add TC2 cpu capacity-dmips-mhz information
  ARM: dts: mps2: remove skeleton.dtsi include and fix unit address warnings
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents c3424e1c b01c3994
...@@ -59,7 +59,7 @@ chosen { ...@@ -59,7 +59,7 @@ chosen {
stdout-path = "serial0:9600n8"; stdout-path = "serial0:9600n8";
}; };
memory { memory@21000000 {
device_type = "memory"; device_type = "memory";
reg = <0x21000000 0x1000000>; reg = <0x21000000 0x1000000>;
}; };
......
...@@ -59,7 +59,7 @@ chosen { ...@@ -59,7 +59,7 @@ chosen {
stdout-path = "serial0:9600n8"; stdout-path = "serial0:9600n8";
}; };
memory { memory@60000000 {
device_type = "memory"; device_type = "memory";
reg = <0x60000000 0x1000000>; reg = <0x60000000 0x1000000>;
}; };
......
...@@ -42,10 +42,12 @@ ...@@ -42,10 +42,12 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "skeleton.dtsi"
#include "armv7-m.dtsi" #include "armv7-m.dtsi"
/ { / {
#address-cells = <1>;
#size-cells = <1>;
oscclk0: clk-osc0 { oscclk0: clk-osc0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -39,6 +39,7 @@ cpu0: cpu@0 { ...@@ -39,6 +39,7 @@ cpu0: cpu@0 {
reg = <0>; reg = <0>;
cci-control-port = <&cci_control1>; cci-control-port = <&cci_control1>;
cpu-idle-states = <&CLUSTER_SLEEP_BIG>; cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
capacity-dmips-mhz = <1024>;
}; };
cpu1: cpu@1 { cpu1: cpu@1 {
...@@ -47,6 +48,7 @@ cpu1: cpu@1 { ...@@ -47,6 +48,7 @@ cpu1: cpu@1 {
reg = <1>; reg = <1>;
cci-control-port = <&cci_control1>; cci-control-port = <&cci_control1>;
cpu-idle-states = <&CLUSTER_SLEEP_BIG>; cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
capacity-dmips-mhz = <1024>;
}; };
cpu2: cpu@2 { cpu2: cpu@2 {
...@@ -55,6 +57,7 @@ cpu2: cpu@2 { ...@@ -55,6 +57,7 @@ cpu2: cpu@2 {
reg = <0x100>; reg = <0x100>;
cci-control-port = <&cci_control2>; cci-control-port = <&cci_control2>;
cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>; cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
capacity-dmips-mhz = <516>;
}; };
cpu3: cpu@3 { cpu3: cpu@3 {
...@@ -63,6 +66,7 @@ cpu3: cpu@3 { ...@@ -63,6 +66,7 @@ cpu3: cpu@3 {
reg = <0x101>; reg = <0x101>;
cci-control-port = <&cci_control2>; cci-control-port = <&cci_control2>;
cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>; cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
capacity-dmips-mhz = <516>;
}; };
cpu4: cpu@4 { cpu4: cpu@4 {
...@@ -71,6 +75,7 @@ cpu4: cpu@4 { ...@@ -71,6 +75,7 @@ cpu4: cpu@4 {
reg = <0x102>; reg = <0x102>;
cci-control-port = <&cci_control2>; cci-control-port = <&cci_control2>;
cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>; cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
capacity-dmips-mhz = <516>;
}; };
idle-states { idle-states {
......
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