diff options
| author | Fabio Estevam <festevam@denx.de> | 2024-10-28 15:45:18 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2024-11-02 09:54:30 +0300 |
| commit | 4e57a0c056e5532bb5c73adf66ac9b48ce39779b (patch) | |
| tree | c317c2d87f31822349be574d405b1e2d27cef9f7 | |
| parent | 4cfa8c7e95cf3488f221db98ab533d889874b2ad (diff) | |
| download | linux-4e57a0c056e5532bb5c73adf66ac9b48ce39779b.tar.xz | |
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>
| -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 |
