[PATCH v2] gta01: fix jbt6k74 spi registration
Paul Fertser
fercerpav at gmail.com
Sun May 24 13:19:58 CEST 2009
Rebasing to .28 introduced a regression (probably in
a6af63e826b79ae1ba2d8cbfa66805cc2dfe367c) resulted in jbt6k74 no longer
manageable by the kernel. This was unnoticed before because u-boot does its
own LCM initialization. With Qi it resulted in a white screen.
This patch is fixing it by making spi host bus number (unspecified,
defaults to 0) and spi device (jbt6k74) bus number match.
---
arch/arm/mach-s3c2410/mach-gta01.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c
index bddba99..1fe3eef 100644
--- a/arch/arm/mach-s3c2410/mach-gta01.c
+++ b/arch/arm/mach-s3c2410/mach-gta01.c
@@ -775,7 +775,6 @@ static struct spi_board_info gta01_spi_board_info[] = {
/* controller_data */
/* irq */
.max_speed_hz = 10 * 1000 * 1000,
- .bus_num = 1,
/* chip_select */
},
};
--
1.6.0.6
More information about the openmoko-kernel
mailing list