projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06fabe4
)
MLK-11615 ARM: dts: imx6qp-sabresd: Enable prefetch for the four mxcfbs
author
Liu Ying
<Ying.Liu@freescale.com>
Thu, 24 Sep 2015 03:30:21 +0000
(11:30 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:56 +0000
(14:48 -0500)
This patch enables the prefetch feature for the four mxcfbs.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
arch/arm/boot/dts/imx6qp-sabresd.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qp-sabresd.dts
b/arch/arm/boot/dts/imx6qp-sabresd.dts
index
5611bdf
..
4a695c4
100644
(file)
--- a/
arch/arm/boot/dts/imx6qp-sabresd.dts
+++ b/
arch/arm/boot/dts/imx6qp-sabresd.dts
@@
-92,6
+92,22
@@
status = "disabled";
};
+&mxcfb1 {
+ prefetch;
+};
+
+&mxcfb2 {
+ prefetch;
+};
+
+&mxcfb3 {
+ prefetch;
+};
+
+&mxcfb4 {
+ prefetch;
+};
+
&pre1 {
status = "okay";
};