Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eea6e39b authored by Marko Katic's avatar Marko Katic Committed by Haojian Zhuang
Browse files

ARM: pxa: Minor naming fixes in spitz.c



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: default avatarMarko Katic <dromede@gmail.com>
Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@gmail.com>
parent d107a204
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = {