dt-bindings: aspeed-scu: Add clock and reset properties
authorJoel Stanley <joel@jms.id.au>
Wed, 23 Aug 2017 06:09:56 +0000 (15:39 +0930)
committerLee Jones <lee.jones@linaro.org>
Fri, 13 Oct 2017 09:42:58 +0000 (10:42 +0100)
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/mfd/aspeed-scu.txt

index 4fc5b83..ce8cf0e 100644 (file)
@@ -9,10 +9,16 @@ Required properties:
                "aspeed,g5-scu", "syscon", "simple-mfd"
 
 - reg:         contains the offset and length of the SCU memory region
+- #clock-cells: should be set to <1> - the system controller is also a
+       clock provider
+- #reset-cells: should be set to <1> - the system controller is also a
+       reset line provider
 
 Example:
 
 syscon: syscon@1e6e2000 {
        compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
        reg = <0x1e6e2000 0x1a8>;
+       #clock-cells = <1>;
+       #reset-cells = <1>;
 };