ARM: pxa: Minor naming fixes in spitz.c
authorMarko Katic <dromede@gmail.com>
Tue, 11 Dec 2012 19:40:11 +0000 (20:40 +0100)
committerHaojian Zhuang <haojian.zhuang@linaro.org>
Wed, 23 Jan 2013 09:13:07 +0000 (17:13 +0800)
The NAND init section was erroneously named "Framebuffer".
Gpio expander section should really be called "I2C devices"
since it contains all i2c init code.

Signed-off-by: Marko Katic <dromede@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
arch/arm/mach-pxa/spitz.c

index 2073f0e6db0d22e87659a435ea4510469a610b65..7e2cb880daa63dd0c8e5801a37f316d2e774d09e 100644 (file)
@@ -732,7 +732,7 @@ static inline void spitz_lcd_init(void) {}
 #endif
 
 /******************************************************************************
- * Framebuffer
+ * NAND Flash
  ******************************************************************************/
 #if defined(CONFIG_MTD_NAND_SHARPSL) || defined(CONFIG_MTD_NAND_SHARPSL_MODULE)
 static struct mtd_partition spitz_nand_partitions[] = {
@@ -858,7 +858,7 @@ static inline void spitz_nor_init(void) {}
 #endif
 
 /******************************************************************************
- * GPIO expander
+ * I2C devices
  ******************************************************************************/
 #if defined(CONFIG_I2C_PXA) || defined(CONFIG_I2C_PXA_MODULE)
 static struct pca953x_platform_data akita_pca953x_pdata = {
This page took 0.025035 seconds and 5 git commands to generate.