[PATCH] OMAP2EVM: Fix for omapfb irq error messages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch fixes the irq error warnings from omapfb which
was stalling the console.

Only the below 2 errors are coming now

omapfb omapfb: irq error status 00e2
omapfb omapfb: irq error status 00c0

Signed-off-by: Arun C <arunedarath@xxxxxxxxxxxxxxxxxxxx>
---
 drivers/video/omap/lcd_omap2evm.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/video/omap/lcd_omap2evm.c
b/drivers/video/omap/lcd_omap2evm.c
index 8a0105e..c58f2d0 100644
--- a/drivers/video/omap/lcd_omap2evm.c
+++ b/drivers/video/omap/lcd_omap2evm.c
@@ -130,11 +130,11 @@ struct lcd_panel omap2evm_panel = {
 	.x_res		= LCD_XRES,
 	.y_res		= LCD_YRES,
 	.hsw		= 3,
-	.hfp		= 0,
+	.hfp		= 10,
 	.hbp		= 28,
 	.vsw		= 2,
-	.vfp		= 1,
-	.vbp		= 0,
+	.vfp		= 3,
+	.vbp		= 1,

 	.pixel_clock	= LCD_PIXCLOCK_MAX,

-- 
1.5.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux