On Tue, Sep 16, 2014 at 11:44:28AM +0100, Kever Yang wrote:rk3066 and rk3288 smp bring up code is quite different, so I need a new node "rockchip,rk3288-smp"
This add documentation for rk3288 smp dt bindingHow do these differ?
Signed-off-by: Kever Yang <kever.yang@xxxxxxxxxxxxxx>
---
Changes in v2:
- add documentation
Documentation/devicetree/bindings/arm/cpus.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
index 298e2f6..4b46233 100644
--- a/Documentation/devicetree/bindings/arm/cpus.txt
+++ b/Documentation/devicetree/bindings/arm/cpus.txt
@@ -195,6 +195,7 @@ nodes to be present and contain the properties described below.
"qcom,kpss-acc-v1"
"qcom,kpss-acc-v2"
"rockchip,rk3066-smp"
+ "rockchip,rk3288-smp"
The driver who using this node is in 2/3 of this patchset, it goes to linux-arm-kernel list and linux-rockchip
What does "rockchip,rk3288-smp" mean exactly?
Base on linux-next, I think only "rockchip,rk3288-smp" is new node to my driver.
Presumably other nodes / properties are required?