diff options
author | Liu Yu <yu.liu@freescale.com> | 2009-11-27 15:31:51 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-01-25 22:13:26 -0600 |
commit | d91803826985bfdf151eed66543ce3b1a301682f (patch) | |
tree | b65863c8ca4faaf36f80f9745f63e80cf4fedbd4 /board/freescale/common | |
parent | 1118cdbfeb8fc3acfe542d08703153ac188f9dbd (diff) | |
download | u-boot-imx-d91803826985bfdf151eed66543ce3b1a301682f.zip u-boot-imx-d91803826985bfdf151eed66543ce3b1a301682f.tar.gz u-boot-imx-d91803826985bfdf151eed66543ce3b1a301682f.tar.bz2 |
ppc/85xx: Add PIB/ATM support for MPC8569mds
Signed-off-by: Liu Yu <yu.liu@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/common')
-rw-r--r-- | board/freescale/common/pq-mds-pib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/pq-mds-pib.c b/board/freescale/common/pq-mds-pib.c index 6c72aa1..5f7a67d 100644 --- a/board/freescale/common/pq-mds-pib.c +++ b/board/freescale/common/pq-mds-pib.c @@ -63,7 +63,7 @@ int pib_init(void) #endif #if defined(CONFIG_PQ_MDS_PIB_ATM) -#if defined(CONFIG_MPC8360EMDS) +#if defined(CONFIG_MPC8360EMDS) || defined(CONFIG_MPC8569MDS) val8 = 0; i2c_write(0x20, 0x6, 1, &val8, 1); i2c_write(0x20, 0x7, 1, &val8, 1); |