diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2013-05-06 15:02:39 +0200 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2013-05-21 18:04:33 -0500 |
commit | 1ca899c75c7af49710cc897c915015b093df1429 (patch) | |
tree | b50e2e585955edca67bfb7a808243175bdfabd57 /board/keymile/km83xx | |
parent | 48e0b2bd2b6ecc80cd25181ca2fb9c0eaffef320 (diff) | |
download | u-boot-imx-1ca899c75c7af49710cc897c915015b093df1429.zip u-boot-imx-1ca899c75c7af49710cc897c915015b093df1429.tar.gz u-boot-imx-1ca899c75c7af49710cc897c915015b093df1429.tar.bz2 |
powerpc/83xx/km: MV88e6122 errata fix for 1.9V
Errata Fix: 1.9V Output from Internal 1.8V Regulator, acc.
MV-S300889-00D.pdf , clause 4.5
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/keymile/km83xx')
-rw-r--r-- | board/keymile/km83xx/km83xx.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/keymile/km83xx/km83xx.c b/board/keymile/km83xx/km83xx.c index faaa39b..71b9e96 100644 --- a/board/keymile/km83xx/km83xx.c +++ b/board/keymile/km83xx/km83xx.c @@ -243,6 +243,11 @@ static struct mv88e_sw_reg extsw_conf[] = { { PORT(5), 0x1A, 0xADB1 }, /* port 6, unused, this port has no phy */ { PORT(6), PORT_CTRL, PORT_DIS }, + /* + * Errata Fix: 1.9V Output from Internal 1.8V Regulator, + * acc . MV-S300889-00D.pdf , clause 4.5 + */ + { PORT(5), 0x1A, 0xADB1 }, }; #endif |