Commit d3e94d20 authored by Xu Yang's avatar Xu Yang Committed by Shawn Guo

arm64: dts: imx8dxl-ss-ddr: change ddr_pmu0 compatible

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: default avatarXu Yang <xu.yang_2@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0548761f
......@@ -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>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment