Add i.MX8DXL compatible string to the scu-pd bindings.
Signed-off-by: Abel Vesa <[email protected]>
---
Documentation/devicetree/bindings/arm/freescale/fsl,scu-pd.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu-pd.yaml b/Documentation/devicetree/bindings/arm/freescale/fsl,scu-pd.yaml
index 154a63495436..78d855fc4105 100644
--- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu-pd.yaml
+++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu-pd.yaml
@@ -19,6 +19,7 @@ properties:
compatible:
items:
- enum:
+ - fsl,imx8dxl-scu-pd
- fsl,imx8qm-scu-pd
- fsl,imx8qxp-scu-pd
- const: fsl,scu-pd
--
2.34.3
On Tue, 07 Jun 2022 14:16:25 +0300, Abel Vesa wrote:
> Add i.MX8DXL compatible string to the scu-pd bindings.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/freescale/fsl,scu-pd.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <[email protected]>