From: Shenwei Wang Date: Thu, 19 Apr 2018 21:06:43 +0000 (-0500) Subject: MLK-18088: arm: dts: enable the 7ulp mmdc profiling feature X-Git-Tag: C0P2-H0.0--20200415~64 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=99ec9ec94f1e401b408b046a57e47116c0ace67c;p=linux.git MLK-18088: arm: dts: enable the 7ulp mmdc profiling feature 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 --- diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi index 2acc08cb98d0..4550f6162b8d 100644 --- a/arch/arm/boot/dts/imx7ulp.dtsi +++ b/arch/arm/boot/dts/imx7ulp.dtsi @@ -546,7 +546,7 @@ }; mmdc: mmdc@40ab0000 { - compatible = "fsl,imx7ulp-mmdc"; + compatible = "fsl,imx7ulp-mmdc", "fsl,imx6q-mmdc"; reg = <0x40ab0000 0x4000>; };