diff options
-rw-r--r-- | Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt index e0b185a944ba..c25da39df707 100644 --- a/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt +++ b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt | |||
@@ -8,7 +8,9 @@ The reset controller registers are part of the system-ctl block on | |||
8 | hi6220 SoC. | 8 | hi6220 SoC. |
9 | 9 | ||
10 | Required properties: | 10 | Required properties: |
11 | - compatible: may be "hisilicon,hi6220-sysctrl" | 11 | - compatible: should be one of the following: |
12 | - "hisilicon,hi6220-sysctrl", "syscon" : For peripheral reset controller. | ||
13 | - "hisilicon,hi6220-mediactrl", "syscon" : For media reset controller. | ||
12 | - reg: should be register base and length as documented in the | 14 | - reg: should be register base and length as documented in the |
13 | datasheet | 15 | datasheet |
14 | - #reset-cells: 1, see below | 16 | - #reset-cells: 1, see below |