MLK-11615 ARM: dts: imx6qp-sabresd: Enable prefetch for the four mxcfbs
authorLiu Ying <Ying.Liu@freescale.com>
Thu, 24 Sep 2015 03:30:21 +0000 (11:30 +0800)
committerNitin 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

index 5611bdf..4a695c4 100644 (file)
        status = "disabled";
 };
 
+&mxcfb1 {
+       prefetch;
+};
+
+&mxcfb2 {
+       prefetch;
+};
+
+&mxcfb3 {
+       prefetch;
+};
+
+&mxcfb4 {
+       prefetch;
+};
+
 &pre1 {
        status = "okay";
 };