提交 651f97f5 编写于 作者: C Chen-Yu Tsai

ARM: dts: sun9i: Add enable-method for SMP support for the A80 SoC

Using the enable-method property for SMP support would allow future PSCI
implementations to override any in-OS support. This is better than just
matching against the machine compatible, and then having to determine
whether other methods are available or not.

This adds enable-method properties to all CPU nodes.
Acked-by: NMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
上级 cd244bd0
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
device_type = "cpu"; device_type = "cpu";
cci-control-port = <&cci_control0>; cci-control-port = <&cci_control0>;
clock-frequency = <12000000>; clock-frequency = <12000000>;
enable-method = "allwinner,sun9i-a80-smp";
reg = <0x0>; reg = <0x0>;
}; };
...@@ -73,6 +74,7 @@ ...@@ -73,6 +74,7 @@
device_type = "cpu"; device_type = "cpu";
cci-control-port = <&cci_control0>; cci-control-port = <&cci_control0>;
clock-frequency = <12000000>; clock-frequency = <12000000>;
enable-method = "allwinner,sun9i-a80-smp";
reg = <0x1>; reg = <0x1>;
}; };
...@@ -81,6 +83,7 @@ ...@@ -81,6 +83,7 @@
device_type = "cpu"; device_type = "cpu";
cci-control-port = <&cci_control0>; cci-control-port = <&cci_control0>;
clock-frequency = <12000000>; clock-frequency = <12000000>;
enable-method = "allwinner,sun9i-a80-smp";
reg = <0x2>; reg = <0x2>;
}; };
...@@ -89,6 +92,7 @@ ...@@ -89,6 +92,7 @@
device_type = "cpu"; device_type = "cpu";
cci-control-port = <&cci_control0>; cci-control-port = <&cci_control0>;
clock-frequency = <12000000>; clock-frequency = <12000000>;
enable-method = "allwinner,sun9i-a80-smp";
reg = <0x3>; reg = <0x3>;
}; };
...@@ -97,6 +101,7 @@ ...@@ -97,6 +101,7 @@
device_type = "cpu"; device_type = "cpu";
cci-control-port = <&cci_control1>; cci-control-port = <&cci_control1>;
clock-frequency = <18000000>; clock-frequency = <18000000>;
enable-method = "allwinner,sun9i-a80-smp";
reg = <0x100>; reg = <0x100>;
}; };
...@@ -105,6 +110,7 @@ ...@@ -105,6 +110,7 @@
device_type = "cpu"; device_type = "cpu";
cci-control-port = <&cci_control1>; cci-control-port = <&cci_control1>;
clock-frequency = <18000000>; clock-frequency = <18000000>;
enable-method = "allwinner,sun9i-a80-smp";
reg = <0x101>; reg = <0x101>;
}; };
...@@ -113,6 +119,7 @@ ...@@ -113,6 +119,7 @@
device_type = "cpu"; device_type = "cpu";
cci-control-port = <&cci_control1>; cci-control-port = <&cci_control1>;
clock-frequency = <18000000>; clock-frequency = <18000000>;
enable-method = "allwinner,sun9i-a80-smp";
reg = <0x102>; reg = <0x102>;
}; };
...@@ -121,6 +128,7 @@ ...@@ -121,6 +128,7 @@
device_type = "cpu"; device_type = "cpu";
cci-control-port = <&cci_control1>; cci-control-port = <&cci_control1>;
clock-frequency = <18000000>; clock-frequency = <18000000>;
enable-method = "allwinner,sun9i-a80-smp";
reg = <0x103>; reg = <0x103>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册