diff options
author | Fabio Estevam <festevam@denx.de> | 2023-11-13 21:42:30 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-11-15 20:37:56 +0300 |
commit | 7d646d5c50c60580530a5779bb250c3f277e8f77 (patch) | |
tree | b824ba2852421cf2fa6cc74773921c8d3d926b2a | |
parent | 8a5236acacb98f8d8dce1e440aa80caa9ffee29c (diff) | |
download | linux-7d646d5c50c60580530a5779bb250c3f277e8f77.tar.xz |
dt-bindings: power: fsl,scu-pd: Document imx8dl
imx8dxl also contains the SCU PD block.
Add an entry for 'fsl,imx8dl-scu-pd'.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20231113184230.14413-1-festevam@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/power/fsl,scu-pd.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml index 407b7cfec783..7a0f1a400868 100644 --- a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml +++ b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml @@ -20,6 +20,7 @@ properties: compatible: items: - enum: + - fsl,imx8dl-scu-pd - fsl,imx8qm-scu-pd - fsl,imx8qxp-scu-pd - const: fsl,scu-pd |