diff options
author | Fabio Estevam <[email protected]> | 2023-09-26 09:29:52 -0300 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2023-10-10 10:52:49 +0800 |
commit | 0a1a63d7bbae8d30080993c4c8d851ec2ddd5cd1 (patch) | |
tree | be0d40730eeddd4914b1ccb05c23dea85673e56a | |
parent | 5f0a55f6f2e34b2db03b387eae8ff03da72b755b (diff) |
arm64: dts: imx8dxl: Pass fsl,imx8dl-scu-pd
Pass 'fsl,imx8dl-scu-pd' to fix the following schema warning:
system-controller: power-controller:compatible:0: 'fsl,scu-pd' is not one of ['fsl,imx8qm-scu-pd', 'fsl,imx8qxp-scu-pd']
from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml#
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index 792b7224ca5b..19aa89ea442a 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -122,7 +122,7 @@ &lsio_mu1 3 3>; pd: power-controller { - compatible = "fsl,scu-pd"; + compatible = "fsl,imx8dl-scu-pd", "fsl,scu-pd"; #power-domain-cells = <1>; wakeup-irq = <160 163 235 236 237 228 229 230 231 238 239 240 166 169>; |