From 91e51701b30a09790b1420a3a5298221e6eb4384 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 31 Dec 2011 16:25:21 +0100 Subject: Import patches from Jiri Pinkava --- ...p-LCD-conf.-moved-to-LCD-conf.-from-hardc.patch | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 linux/3.1.6/0007-n30-Clean-up-LCD-conf.-moved-to-LCD-conf.-from-hardc.patch (limited to 'linux/3.1.6/0007-n30-Clean-up-LCD-conf.-moved-to-LCD-conf.-from-hardc.patch') diff --git a/linux/3.1.6/0007-n30-Clean-up-LCD-conf.-moved-to-LCD-conf.-from-hardc.patch b/linux/3.1.6/0007-n30-Clean-up-LCD-conf.-moved-to-LCD-conf.-from-hardc.patch new file mode 100644 index 0000000..526d45e --- /dev/null +++ b/linux/3.1.6/0007-n30-Clean-up-LCD-conf.-moved-to-LCD-conf.-from-hardc.patch @@ -0,0 +1,33 @@ +From 8086748ebb12eaec8c7c0ad89f6a52f99f777d87 Mon Sep 17 00:00:00 2001 +From: Jiri Pinkava +Date: Mon, 24 May 2010 11:00:25 +0200 +Subject: [PATCH 07/14] n30: Clean up LCD conf. (moved to LCD conf. from hardcoded section) + +Signed-off-by: Jiri Pinkava +--- + arch/arm/mach-s3c2410/mach-n30.c | 9 +++++++++ + 1 files changed, 9 insertions(+), 0 deletions(-) + +diff --git a/arch/arm/mach-s3c2410/mach-n30.c b/arch/arm/mach-s3c2410/mach-n30.c +index 4199143..3158165 100644 +--- a/arch/arm/mach-s3c2410/mach-n30.c ++++ b/arch/arm/mach-s3c2410/mach-n30.c +@@ -368,6 +368,15 @@ static struct s3c2410fb_mach_info n30_fb_info __initdata = { + .num_displays = 1, + .default_display = 0, + .lpcsel = 0x06, ++ ++ .gpccon = 0xaaa80208, ++ .gpccon_mask = 0xfffc030c, ++ .gpcup = 0x0000fe12, ++ .gpcup_mask = 0xfffffe12, ++ .gpdcon = 0xaa80aaa4, ++ .gpdcon_mask = 0xffc0fffc, ++ .gpdup = 0x0000f8fe, ++ .gpdup_mask = 0xfffff8fe, + }; + + static int n35_backlight_init(struct device *dev) +-- +1.7.3.1 + -- cgit v1.2.3