mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
linux-mainline 3.2: kernel recipe based on mainline 3.2.16 with additional patches for e.g. beagleboard on top
This patchset is managed in https://github.com/beagleboard/kernel/tree/beagleboard-3.2 by Robert Nelson and myself. Tested on beagleboard-xM/Angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
aff1018e66
commit
4e18d70247
+28
@@ -0,0 +1,28 @@
|
||||
From 810e3d05ec1e0f2a3c261d7e72bde9a0726b1a7d Mon Sep 17 00:00:00 2001
|
||||
From: Robert Nelson <robertcnelson@gmail.com>
|
||||
Date: Tue, 2 Nov 2010 09:59:09 -0500
|
||||
Subject: [PATCH] arm: omap: devkit8000: for lcd use samsung_lte_panel
|
||||
|
||||
This was noticed by Robert Skretkowicz
|
||||
|
||||
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
||||
---
|
||||
arch/arm/mach-omap2/board-devkit8000.c | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
|
||||
index 90154e4..55760a0 100644
|
||||
--- a/arch/arm/mach-omap2/board-devkit8000.c
|
||||
+++ b/arch/arm/mach-omap2/board-devkit8000.c
|
||||
@@ -148,7 +148,7 @@ static struct panel_generic_dpi_data lcd_panel = {
|
||||
static struct omap_dss_device devkit8000_lcd_device = {
|
||||
.name = "lcd",
|
||||
.type = OMAP_DISPLAY_TYPE_DPI,
|
||||
- .driver_name = "generic_dpi_panel",
|
||||
+ .driver_name = "samsung_lte_panel",
|
||||
.data = &lcd_panel,
|
||||
.phy.dpi.data_lines = 24,
|
||||
};
|
||||
--
|
||||
1.7.7.4
|
||||
|
||||
Reference in New Issue
Block a user