arm64: dts: imx8dxl-ss-ddr: change ddr_pmu0 compatible
authorXu Yang <xu.yang_2@nxp.com>
Mon, 20 Nov 2023 09:33:17 +0000 (17:33 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 01:53:54 +0000 (09:53 +0800)
i.MX8DXL's ddr pmu has port/channel filter capabilities, but it still is
compatible with "fsl,imx8-ddr-pmu". This will change the compatible.

Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dxl-ss-ddr.dtsi

index 550f513708d8543b7be641cb61ba92c10b14e57b..3569abb5bb9befd4d1504e3e2a352c64229533c0 100644 (file)
@@ -4,6 +4,6 @@
  */
 
 &ddr_pmu0 {
-       compatible = "fsl,imx8-ddr-pmu";
+       compatible = "fsl,imx8dxl-ddr-pmu", "fsl,imx8-ddr-pmu";
        interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
 };