From 8bd040b6604697abb3c80fd6666b11fdfd565b5c Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Thu, 24 Sep 2015 11:30:21 +0800 Subject: [PATCH] MLK-11615 ARM: dts: imx6qp-sabresd: Enable prefetch for the four mxcfbs This patch enables the prefetch feature for the four mxcfbs. Signed-off-by: Liu Ying --- arch/arm/boot/dts/imx6qp-sabresd.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/imx6qp-sabresd.dts b/arch/arm/boot/dts/imx6qp-sabresd.dts index 5611bdf6bed4..4a695c4046ea 100644 --- 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"; }; -- 2.17.1