diff options
author | 2024-10-28 09:45:18 -0300 | |
---|---|---|
committer | 2024-11-02 14:54:30 +0800 | |
commit | 4e57a0c056e5532bb5c73adf66ac9b48ce39779b (patch) | |
tree | c317c2d87f31822349be574d405b1e2d27cef9f7 | |
parent | dt-bindings: soc: imx: fsl,imx-anatop: Add additional regulators (diff) | |
download | wireguard-linux-4e57a0c056e5532bb5c73adf66ac9b48ce39779b.tar.xz wireguard-linux-4e57a0c056e5532bb5c73adf66ac9b48ce39779b.zip |
dt-bindings: power: fsl,imx-gpc: Document fsl,imx6sll-gpc
Document the existing fsl,imx6sll-gpc compatible used with fsl,imx6q-gpc
fallback.
This fixes the following dt-schema warning:
['fsl,imx6sll-gpc', 'fsl,imx6q-gpc'] is too long
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml b/Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml index c21a66422d4f..9de3fe73c1eb 100644 --- a/Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml +++ b/Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml @@ -30,6 +30,7 @@ properties: - enum: - fsl,imx6qp-gpc - fsl,imx6sl-gpc + - fsl,imx6sll-gpc - fsl,imx6sx-gpc - fsl,imx6ul-gpc - const: fsl,imx6q-gpc |