aboutsummaryrefslogtreecommitdiff
path: root/src/arm/armada-xp-mv78230.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/armada-xp-mv78230.dtsi')
-rw-r--r--src/arm/armada-xp-mv78230.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arm/armada-xp-mv78230.dtsi b/src/arm/armada-xp-mv78230.dtsi
index 98335fb34b7a..2592e1c13560 100644
--- a/src/arm/armada-xp-mv78230.dtsi
+++ b/src/arm/armada-xp-mv78230.dtsi
@@ -27,12 +27,14 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
+ enable-method = "marvell,armada-xp-smp";
cpu@0 {
device_type = "cpu";
compatible = "marvell,sheeva-v7";
reg = <0>;
clocks = <&cpuclk 0>;
+ clock-latency = <1000000>;
};
cpu@1 {
@@ -40,6 +42,7 @@
compatible = "marvell,sheeva-v7";
reg = <1>;
clocks = <&cpuclk 1>;
+ clock-latency = <1000000>;
};
};