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: Marko Katic <dromede@gmail.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
This commit is contained in:
parent
d107a20415
commit
eea6e39b91
|
@ -732,7 +732,7 @@ static inline void spitz_lcd_init(void) {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Framebuffer
|
* NAND Flash
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#if defined(CONFIG_MTD_NAND_SHARPSL) || defined(CONFIG_MTD_NAND_SHARPSL_MODULE)
|
#if defined(CONFIG_MTD_NAND_SHARPSL) || defined(CONFIG_MTD_NAND_SHARPSL_MODULE)
|
||||||
static struct mtd_partition spitz_nand_partitions[] = {
|
static struct mtd_partition spitz_nand_partitions[] = {
|
||||||
|
@ -858,7 +858,7 @@ static inline void spitz_nor_init(void) {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* GPIO expander
|
* I2C devices
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#if defined(CONFIG_I2C_PXA) || defined(CONFIG_I2C_PXA_MODULE)
|
#if defined(CONFIG_I2C_PXA) || defined(CONFIG_I2C_PXA_MODULE)
|
||||||
static struct pca953x_platform_data akita_pca953x_pdata = {
|
static struct pca953x_platform_data akita_pca953x_pdata = {
|
||||||
|
|
Loading…
Reference in New Issue