diff options
author | Adam Ford <aford173@gmail.com> | 2021-05-25 04:07:28 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-06-12 06:23:56 +0300 |
commit | 212c1242a9ac3f9e94a6c6edef2c09bf39650a16 (patch) | |
tree | d403aad6d7f41616deb1c7f74c1fcc34abc8023c /Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml | |
parent | acad945dc22efb867c0a1fa5911361bc746ec05a (diff) | |
download | linux-212c1242a9ac3f9e94a6c6edef2c09bf39650a16.tar.xz |
dt-bindings: add defines for i.MX8MN power domains
The i.MX8M Nano has a similar power domain controller to that of the
mini, but it isn't fully compatible, so it needs a separate binding
and power domain tables.
Add the bindings and tables.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml b/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml index cac2869af3d0..b6f4c586049d 100644 --- a/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml +++ b/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml @@ -25,6 +25,7 @@ properties: compatible: enum: - fsl,imx7d-gpc + - fsl,imx8mn-gpc - fsl,imx8mq-gpc - fsl,imx8mm-gpc |