projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d195bc1
)
MLK-18088: arm: dts: enable the 7ulp mmdc profiling feature
author
Shenwei Wang
<shenwei.wang@nxp.com>
Thu, 19 Apr 2018 21:06:43 +0000
(16:06 -0500)
committer
Shenwei 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx7ulp.dtsi
b/arch/arm/boot/dts/imx7ulp.dtsi
index
2acc08c
..
4550f61
100644
(file)
--- 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>;
};