diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-08-30 11:05:25 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-09-27 02:02:41 +0300 |
commit | 8ef4645739c8fca4ee7440a74777b29dca60edc3 (patch) | |
tree | e6ba01bc8b9d83bdd601e1095dc8c899705b05cb /Documentation/devicetree/bindings/reset | |
parent | 29e5f9441ba730d71cc0f0eda551940af53d2b77 (diff) | |
download | linux-8ef4645739c8fca4ee7440a74777b29dca60edc3.tar.xz |
dt-bindings: reset: imx7: update the compatible string
The i.MX7 SRC's compatible string should be "fsl,imx7d-src".
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/reset')
-rw-r--r-- | Documentation/devicetree/bindings/reset/fsl,imx7-src.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/reset/fsl,imx7-src.txt b/Documentation/devicetree/bindings/reset/fsl,imx7-src.txt index 5e1afc3d8480..1ab1d109318e 100644 --- a/Documentation/devicetree/bindings/reset/fsl,imx7-src.txt +++ b/Documentation/devicetree/bindings/reset/fsl,imx7-src.txt @@ -5,7 +5,7 @@ Please also refer to reset.txt in this directory for common reset controller binding usage. Required properties: -- compatible: Should be "fsl,imx7-src", "syscon" +- compatible: Should be "fsl,imx7d-src", "syscon" - reg: should be register base and length as documented in the datasheet - interrupts: Should contain SRC interrupt |