diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2019-08-19 23:48:39 +0000 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-08-20 08:13:45 -0500 |
commit | 33a1c553d026f18e5dd6bde5c50ad16b57553f55 (patch) | |
tree | 71df5a6a4d36563cf4a3b5314b3facb1005bd481 /Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt | |
parent | f84470749bb9d849678cc852f26b0968bc361b83 (diff) | |
download | lwn-33a1c553d026f18e5dd6bde5c50ad16b57553f55.tar.gz lwn-33a1c553d026f18e5dd6bde5c50ad16b57553f55.zip |
dt-bindings: reset: hisilicon: Update compatible documentation
The reset driver now supports the ao reset controller, so update the
documentation to match.
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: dri-devel@lists.freedesktop.org
Cc: devicetree@vger.kernel.org
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt')
-rw-r--r-- | Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt index c25da39df707..ea0a6a9734c1 100644 --- a/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt +++ b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt @@ -11,6 +11,7 @@ Required properties: - compatible: should be one of the following: - "hisilicon,hi6220-sysctrl", "syscon" : For peripheral reset controller. - "hisilicon,hi6220-mediactrl", "syscon" : For media reset controller. + - "hisilicon,hi6220-aoctrl", "syscon" : For ao reset controller. - reg: should be register base and length as documented in the datasheet - #reset-cells: 1, see below |