diff mbox

[U-Boot,1/2] powerpc/83xx/km: MV88e6122 errata fix for 1.9V

Message ID 1367845360-15006-1-git-send-email-holger.brunck@keymile.com
State Accepted
Delegated to: Kim Phillips
Headers show

Commit Message

Holger Brunck May 6, 2013, 1:02 p.m. UTC
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>
---
 board/keymile/km83xx/km83xx.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Kim Phillips May 21, 2013, 11:12 p.m. UTC | #1
On Mon, 6 May 2013 15:02:39 +0200
Holger Brunck <holger.brunck@keymile.com> wrote:

> 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>
> ---

patches 1-2 applied to mpc83xx/next.

Thanks,

Kim
Holger Brunck July 2, 2013, 11:09 a.m. UTC | #2
Hi Kim,

On 05/22/2013 01:12 AM, Kim Phillips wrote:
> On Mon, 6 May 2013 15:02:39 +0200
> Holger Brunck <holger.brunck@keymile.com> wrote:
> 
>> 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>
>> ---
> 
> patches 1-2 applied to mpc83xx/next.
> 

I wonder what happened to these patches. I see them in your tree but not in
u-boot mainline. Did you miss to send a pull request?

Anyway it's no problem for us if they get in within the next merge window.

Regards
Holger
diff mbox

Patch

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