summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/immap_85xx.h
diff options
context:
space:
mode:
authormario.six@gdsys.cc <mario.six@gdsys.cc>2016-04-25 08:31:01 +0200
committerHeiko Schocher <hs@denx.de>2016-05-17 08:28:52 +0200
commitec2c81c5d4681274f9f9d079b08ed259ff20dc69 (patch)
treeaa6ebe891785c140e1ee31a6e976258a87a5f47a /arch/powerpc/include/asm/immap_85xx.h
parentb6a77b0ce8ac21c154f02907c364b6d3e3c8af5e (diff)
downloadu-boot-imx-ec2c81c5d4681274f9f9d079b08ed259ff20dc69.zip
u-boot-imx-ec2c81c5d4681274f9f9d079b08ed259ff20dc69.tar.gz
u-boot-imx-ec2c81c5d4681274f9f9d079b08ed259ff20dc69.tar.bz2
dm: fsl_i2c: Rename I2C register structure
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'arch/powerpc/include/asm/immap_85xx.h')
-rw-r--r--arch/powerpc/include/asm/immap_85xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h
index 53ca6d9..07d2adf 100644
--- a/arch/powerpc/include/asm/immap_85xx.h
+++ b/arch/powerpc/include/asm/immap_85xx.h
@@ -120,8 +120,8 @@ typedef struct ccsr_local_ecm {
/* I2C Registers */
typedef struct ccsr_i2c {
- struct fsl_i2c i2c[1];
- u8 res[4096 - 1 * sizeof(struct fsl_i2c)];
+ struct fsl_i2c_base i2c[1];
+ u8 res[4096 - 1 * sizeof(struct fsl_i2c_base)];
} ccsr_i2c_t;
#if defined(CONFIG_MPC8540) \