diff options
author | Heiko Stübner <heiko@sntech.de> | 2014-03-26 20:06:32 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-05-26 14:15:53 -0400 |
commit | 26ab69cb4c1f77060bece483f2ec210163867782 (patch) | |
tree | a7fb76ff3d21501a1e81f9b76b38577a97406f64 /Documentation/devicetree/bindings/arm/cpus.txt | |
parent | 1ef81bf7bcc9d795619197b15218304c9d42c18c (diff) |
ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE
With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore
to reference the relevant smp_ops in the board file, but instead it can
simply be set by the enable-method property of the cpu nodes.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/cpus.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/cpus.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt index e4b6dafbcfc4..dffcac81f841 100644 --- a/Documentation/devicetree/bindings/arm/cpus.txt +++ b/Documentation/devicetree/bindings/arm/cpus.txt | |||
@@ -190,6 +190,7 @@ nodes to be present and contain the properties described below. | |||
190 | "marvell,armada-375-smp" | 190 | "marvell,armada-375-smp" |
191 | "marvell,armada-380-smp" | 191 | "marvell,armada-380-smp" |
192 | "marvell,armada-xp-smp" | 192 | "marvell,armada-xp-smp" |
193 | "rockchip,rk3066-smp" | ||
193 | 194 | ||
194 | - cpu-release-addr | 195 | - cpu-release-addr |
195 | Usage: required for systems that have an "enable-method" | 196 | Usage: required for systems that have an "enable-method" |