diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-04-05 15:19:08 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-07 14:47:30 +0200 |
commit | 47905a1b844fc2154f79d38e09feecfb88bcfb8e (patch) | |
tree | 3082b6d9d57f62cf86bca9e62c9b232a249ff73d | |
parent | soc: imx: gpc: add defines for domain index (diff) | |
download | linux-47905a1b844fc2154f79d38e09feecfb88bcfb8e.tar.xz linux-47905a1b844fc2154f79d38e09feecfb88bcfb8e.zip |
dt-bindings: imx-gpc: add i.MX6 QuadPlus compatible
While the GPC on i.MX6QP is mostly comptible to the i.MX6Q one,
the QuadPlus requires special workarounds for hardware erratum
ERR009619.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/power/fsl,imx-gpc.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/fsl,imx-gpc.txt b/Documentation/devicetree/bindings/power/fsl,imx-gpc.txt index 58d323c82da0..6c1498958d48 100644 --- a/Documentation/devicetree/bindings/power/fsl,imx-gpc.txt +++ b/Documentation/devicetree/bindings/power/fsl,imx-gpc.txt @@ -5,7 +5,10 @@ The i.MX6 General Power Control (GPC) block contains DVFS load tracking counters and Power Gating Control (PGC). Required properties: -- compatible: Should be "fsl,imx6q-gpc" or "fsl,imx6sl-gpc" +- compatible: Should be one of the following: + - fsl,imx6q-gpc + - fsl,imx6qp-gpc + - fsl,imx6sl-gpc - reg: should be register base and length as documented in the datasheet - interrupts: Should contain one interrupt specifier for the GPC interrupt |