MLK-18088: arm: dts: enable the 7ulp mmdc profiling feature
authorShenwei Wang <shenwei.wang@nxp.com>
Thu, 19 Apr 2018 21:06:43 +0000 (16:06 -0500)
committerShenwei Wang <shenwei.wang@nxp.com>
Thu, 19 Apr 2018 21:06:43 +0000 (16:06 -0500)
7ULP uses the same mmdc profiling block as i.mx6q. Added the
"fsl,imx6q-mmdc" compatible string to enable the mmdc profiling
feature.

Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
arch/arm/boot/dts/imx7ulp.dtsi

index 2acc08c..4550f61 100644 (file)
                };
 
                mmdc: mmdc@40ab0000 {
-                       compatible = "fsl,imx7ulp-mmdc";
+                       compatible = "fsl,imx7ulp-mmdc", "fsl,imx6q-mmdc";
                        reg = <0x40ab0000 0x4000>;
                };