diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-08-30 04:05:25 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-09-26 19:02:41 -0400 |
commit | 8ef4645739c8fca4ee7440a74777b29dca60edc3 (patch) | |
tree | e6ba01bc8b9d83bdd601e1095dc8c899705b05cb | |
parent | 29e5f9441ba730d71cc0f0eda551940af53d2b77 (diff) |
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>
-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 | |||
5 | controller binding usage. | 5 | controller binding usage. |
6 | 6 | ||
7 | Required properties: | 7 | Required properties: |
8 | - compatible: Should be "fsl,imx7-src", "syscon" | 8 | - compatible: Should be "fsl,imx7d-src", "syscon" |
9 | - reg: should be register base and length as documented in the | 9 | - reg: should be register base and length as documented in the |
10 | datasheet | 10 | datasheet |
11 | - interrupts: Should contain SRC interrupt | 11 | - interrupts: Should contain SRC interrupt |