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: Olof Johansson <olof@lixom.net>
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
stdout-path = "serial0:9600n8";
|
||||
};
|
||||
|
||||
memory {
|
||||
memory@21000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x21000000 0x1000000>;
|
||||
};
|
||||
|
@@ -59,7 +59,7 @@
|
||||
stdout-path = "serial0:9600n8";
|
||||
};
|
||||
|
||||
memory {
|
||||
memory@60000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x60000000 0x1000000>;
|
||||
};
|
||||
|
@@ -42,10 +42,12 @@
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "skeleton.dtsi"
|
||||
#include "armv7-m.dtsi"
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
oscclk0: clk-osc0 {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
|
@@ -39,6 +39,7 @@
|
||||
reg = <0>;
|
||||
cci-control-port = <&cci_control1>;
|
||||
cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
};
|
||||
|
||||
cpu1: cpu@1 {
|
||||
@@ -47,6 +48,7 @@
|
||||
reg = <1>;
|
||||
cci-control-port = <&cci_control1>;
|
||||
cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
};
|
||||
|
||||
cpu2: cpu@2 {
|
||||
@@ -55,6 +57,7 @@
|
||||
reg = <0x100>;
|
||||
cci-control-port = <&cci_control2>;
|
||||
cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
|
||||
capacity-dmips-mhz = <516>;
|
||||
};
|
||||
|
||||
cpu3: cpu@3 {
|
||||
@@ -63,6 +66,7 @@
|
||||
reg = <0x101>;
|
||||
cci-control-port = <&cci_control2>;
|
||||
cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
|
||||
capacity-dmips-mhz = <516>;
|
||||
};
|
||||
|
||||
cpu4: cpu@4 {
|
||||
@@ -71,6 +75,7 @@
|
||||
reg = <0x102>;
|
||||
cci-control-port = <&cci_control2>;
|
||||
cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
|
||||
capacity-dmips-mhz = <516>;
|
||||
};
|
||||
|
||||
idle-states {
|
||||
|
Reference in New Issue
Block a user