summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2015-05-25 10:04:08 +0800
committerLiu Ying <Ying.Liu@freescale.com>2015-05-25 10:43:43 +0800
commita3f1ec65143855347c867e1e67546f938a1a8020 (patch)
tree8f0af0636ffb50fb0919853c2ad2cbb217141f4a
parentd5a48070ae10f49b720815644596c724ac5b9a84 (diff)
MLK-10742 ARM: dts: imx6qp-sabreauto: Enable prefetch for the four mxcfbs
This patch enables the prefetch feature for the four mxcfbs. Signed-off-by: Liu Ying <Ying.Liu@freescale.com> (cherry picked from commit cc47a33b7be9a2317d4c64cb4e9b7e6341db2e9d)
-rw-r--r--arch/arm/boot/dts/imx6qp-sabreauto.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp-sabreauto.dts b/arch/arm/boot/dts/imx6qp-sabreauto.dts
index cc19414b879e..51dd7f008615 100644
--- a/arch/arm/boot/dts/imx6qp-sabreauto.dts
+++ b/arch/arm/boot/dts/imx6qp-sabreauto.dts
@@ -9,6 +9,22 @@
#include "imx6q-sabreauto.dts"
#include "imx6qp.dtsi"
+&mxcfb1 {
+ prefetch;
+};
+
+&mxcfb2 {
+ prefetch;
+};
+
+&mxcfb3 {
+ prefetch;
+};
+
+&mxcfb4 {
+ prefetch;
+};
+
&pcie {
reset-gpio = <&gpio1 14 GPIO_ACTIVE_LOW>;
status = "okay";