]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/83xx/km: MV88e6122 errata fix for 1.9V
authorHolger Brunck <holger.brunck@keymile.com>
Mon, 6 May 2013 13:02:39 +0000 (15:02 +0200)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 21 May 2013 23:04:33 +0000 (18:04 -0500)
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>
board/keymile/km83xx/km83xx.c

index faaa39bc201cceebeb6dddb0d52dbc6658937dd9..71b9e966158cb7ee3f0f4d685edb2a8ef69463c4 100644 (file)
@@ -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