All of lore.kernel.org
 help / color / mirror / Atom feed
* Which kirkwood does your DT board use?
@ 2012-10-20 11:38 Andrew Lunn
  2012-10-20 12:11 ` Jamie Lentin
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Andrew Lunn @ 2012-10-20 11:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Folks

All of you in the To: have contributed a DT based Kirkwood board port.
Nearly all the DT files we have declare the CPU to be
marvell,kirkwood-88f6281. For adding DT based pinctrl, to replace the
mpp code, we need to know the exact kirkwood being used. It should be
one of MV88F6180, MV88F6190, MV88F6192, MV88F6281 or MV88F6282.

You can see what your hardware has a boot time:

Kirkwood: MV88F6282-Rev-A0, TCLK=200000000.

Please could you check your hardware and let me know what the correct
CPU is. I can then fix the .dts files and prepare a first attempt at
converting boards to pinctrl.

Thanks
	Andrew

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Which kirkwood does your DT board use?
  2012-10-20 11:38 Which kirkwood does your DT board use? Andrew Lunn
@ 2012-10-20 12:11 ` Jamie Lentin
  2012-10-22  5:10   ` Andrew Lunn
  2012-10-20 16:34 ` Alexander Holler
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 10+ messages in thread
From: Jamie Lentin @ 2012-10-20 12:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, 20 Oct 2012, Andrew Lunn wrote:

> Hi Folks
>
> All of you in the To: have contributed a DT based Kirkwood board port.
> Nearly all the DT files we have declare the CPU to be
> marvell,kirkwood-88f6281. For adding DT based pinctrl, to replace the
> mpp code, we need to know the exact kirkwood being used. It should be
> one of MV88F6180, MV88F6190, MV88F6192, MV88F6281 or MV88F6282.
>
> You can see what your hardware has a boot time:
>
> Kirkwood: MV88F6282-Rev-A0, TCLK=200000000.

DNS-320:-
Kirkwood: MV88F6281-A1, TCLK=166666667

DNS-325:-
Kirkwood: MV88F6281-A1, TCLK=200000000

"compatible" currently says "marvell,kirkwood-88f6281" for both. Is this 
the right string to use or should it be 88f6281-a1?

> Please could you check your hardware and let me know what the correct
> CPU is. I can then fix the .dts files and prepare a first attempt at
> converting boards to pinctrl.

Let me know if I can be useful.

> Thanks
> 	Andrew
>

-- 
Jamie Lentin

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Which kirkwood does your DT board use?
  2012-10-20 11:38 Which kirkwood does your DT board use? Andrew Lunn
  2012-10-20 12:11 ` Jamie Lentin
@ 2012-10-20 16:34 ` Alexander Holler
  2012-10-20 18:47 ` Simon Baatz
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Alexander Holler @ 2012-10-20 16:34 UTC (permalink / raw)
  To: linux-arm-kernel

Am 20.10.2012 13:38, schrieb Andrew Lunn:
> Hi Folks
>
> All of you in the To: have contributed a DT based Kirkwood board port.
> Nearly all the DT files we have declare the CPU to be
> marvell,kirkwood-88f6281. For adding DT based pinctrl, to replace the
> mpp code, we need to know the exact kirkwood being used. It should be
> one of MV88F6180, MV88F6190, MV88F6192, MV88F6281 or MV88F6282.
>
> You can see what your hardware has a boot time:
>
> Kirkwood: MV88F6282-Rev-A0, TCLK=200000000.
>
> Please could you check your hardware and let me know what the correct
> CPU is. I can then fix the .dts files and prepare a first attempt at
> converting boards to pinctrl.

The Dockstars are using this one:

Kirkwood: MV88F6281-A0, TCLK=200000000.

Regards,

Alexander

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Which kirkwood does your DT board use?
  2012-10-20 11:38 Which kirkwood does your DT board use? Andrew Lunn
  2012-10-20 12:11 ` Jamie Lentin
  2012-10-20 16:34 ` Alexander Holler
@ 2012-10-20 18:47 ` Simon Baatz
  2012-10-20 20:28 ` Michael Walle
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Simon Baatz @ 2012-10-20 18:47 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Andrew,

On Sat, Oct 20, 2012 at 01:38:00PM +0200, Andrew Lunn wrote:
> Hi Folks
> 
> All of you in the To: have contributed a DT based Kirkwood board port.
> Nearly all the DT files we have declare the CPU to be
> marvell,kirkwood-88f6281. For adding DT based pinctrl, to replace the
> mpp code, we need to know the exact kirkwood being used. It should be
> one of MV88F6180, MV88F6190, MV88F6192, MV88F6281 or MV88F6282.
> 
> You can see what your hardware has a boot time:
> 
> Kirkwood: MV88F6282-Rev-A0, TCLK=200000000.
> 
> Please could you check your hardware and let me know what the correct
> CPU is. I can then fix the .dts files and prepare a first attempt at
> converting boards to pinctrl.
> 

My IB-NAS6210 says:

Kirkwood: MV88F6281-A1, TCLK=200000000.

I don't have a 6220, but I suppose it is the same since they seem to
use the same board internally.

- Simon

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Which kirkwood does your DT board use?
  2012-10-20 11:38 Which kirkwood does your DT board use? Andrew Lunn
                   ` (2 preceding siblings ...)
  2012-10-20 18:47 ` Simon Baatz
@ 2012-10-20 20:28 ` Michael Walle
  2012-10-21  0:08 ` Josh Coombs
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Michael Walle @ 2012-10-20 20:28 UTC (permalink / raw)
  To: linux-arm-kernel

Am Samstag 20 Oktober 2012, 13:38:00 schrieb Andrew Lunn:
> Hi Folks
> 
> All of you in the To: have contributed a DT based Kirkwood board port.
> Nearly all the DT files we have declare the CPU to be
> marvell,kirkwood-88f6281. For adding DT based pinctrl, to replace the
> mpp code, we need to know the exact kirkwood being used. It should be
> one of MV88F6180, MV88F6190, MV88F6192, MV88F6281 or MV88F6282.
> 
> You can see what your hardware has a boot time:
> 
> Kirkwood: MV88F6282-Rev-A0, TCLK=200000000.
> 
> Please could you check your hardware and let me know what the correct
> CPU is. I can then fix the .dts files and prepare a first attempt at
> converting boards to pinctrl.
> 
> Thanks
> 	Andrew



LS-XHL:
Kirkwood: MV88F6281-A0, TCLK=200000000

LS-CHLv2:
Kirkwood: MV88F6281-A1, TCLK=166666667

-- 
Michael

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Which kirkwood does your DT board use?
  2012-10-20 11:38 Which kirkwood does your DT board use? Andrew Lunn
                   ` (3 preceding siblings ...)
  2012-10-20 20:28 ` Michael Walle
@ 2012-10-21  0:08 ` Josh Coombs
  2012-10-22 13:36 ` Jason Cooper
  2012-10-22 21:27 ` Adam Baker
  6 siblings, 0 replies; 10+ messages in thread
From: Josh Coombs @ 2012-10-21  0:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 20, 2012 at 7:38 AM, Andrew Lunn <andrew@lunn.ch> wrote:
> Hi Folks
>
> All of you in the To: have contributed a DT based Kirkwood board port.
> Nearly all the DT files we have declare the CPU to be
> marvell,kirkwood-88f6281. For adding DT based pinctrl, to replace the
> mpp code, we need to know the exact kirkwood being used. It should be
> one of MV88F6180, MV88F6190, MV88F6192, MV88F6281 or MV88F6282.
>
> You can see what your hardware has a boot time:
>
> Kirkwood: MV88F6282-Rev-A0, TCLK=200000000.
>
> Please could you check your hardware and let me know what the correct
> CPU is. I can then fix the .dts files and prepare a first attempt at
> converting boards to pinctrl.
>
> Thanks
>         Andrew

Seagate GoFlexNet
[jcoombs at alarm ~]$ dmesg | grep -i tclk
[    5.851008] Kirkwood: MV88F6281-A0, TCLK=200000000.

Joshua Coombs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Which kirkwood does your DT board use?
  2012-10-20 12:11 ` Jamie Lentin
@ 2012-10-22  5:10   ` Andrew Lunn
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Lunn @ 2012-10-22  5:10 UTC (permalink / raw)
  To: linux-arm-kernel

> DNS-320:-
> Kirkwood: MV88F6281-A1, TCLK=166666667
> 
> DNS-325:-
> Kirkwood: MV88F6281-A1, TCLK=200000000
> 
> "compatible" currently says "marvell,kirkwood-88f6281" for both. Is
> this the right string to use or should it be 88f6281-a1?

As far as i know, there is no code difference for different stepping
versions of the CPU. So "marvell,kirkwood-88f6281" is good.

	 Thanks
		Andrew

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Which kirkwood does your DT board use?
  2012-10-20 11:38 Which kirkwood does your DT board use? Andrew Lunn
                   ` (4 preceding siblings ...)
  2012-10-21  0:08 ` Josh Coombs
@ 2012-10-22 13:36 ` Jason Cooper
  2012-10-22 21:27 ` Adam Baker
  6 siblings, 0 replies; 10+ messages in thread
From: Jason Cooper @ 2012-10-22 13:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 20, 2012 at 01:38:00PM +0200, Andrew Lunn wrote:
> Hi Folks
> 
> All of you in the To: have contributed a DT based Kirkwood board port.
> Nearly all the DT files we have declare the CPU to be
> marvell,kirkwood-88f6281. For adding DT based pinctrl, to replace the
> mpp code, we need to know the exact kirkwood being used. It should be
> one of MV88F6180, MV88F6190, MV88F6192, MV88F6281 or MV88F6282.
> 
> You can see what your hardware has a boot time:
> 
> Kirkwood: MV88F6282-Rev-A0, TCLK=200000000.
> 
> Please could you check your hardware and let me know what the correct
> CPU is. I can then fix the .dts files and prepare a first attempt at
> converting boards to pinctrl.

Dreamplug:

Kirkwood: MV88F6281-A1, TCLK=200000000.

hth,

Jason.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Which kirkwood does your DT board use?
  2012-10-20 11:38 Which kirkwood does your DT board use? Andrew Lunn
                   ` (5 preceding siblings ...)
  2012-10-22 13:36 ` Jason Cooper
@ 2012-10-22 21:27 ` Adam Baker
  2012-10-23 18:37   ` Andrew Lunn
  6 siblings, 1 reply; 10+ messages in thread
From: Adam Baker @ 2012-10-22 21:27 UTC (permalink / raw)
  To: linux-arm-kernel

On 20/10/12 12:38, Andrew Lunn wrote:
> Hi Folks
>
> All of you in the To: have contributed a DT based Kirkwood board port.
> Nearly all the DT files we have declare the CPU to be
> marvell,kirkwood-88f6281. For adding DT based pinctrl, to replace the
> mpp code, we need to know the exact kirkwood being used. It should be
> one of MV88F6180, MV88F6190, MV88F6192, MV88F6281 or MV88F6282.
>
> You can see what your hardware has a boot time:
>
> Kirkwood: MV88F6282-Rev-A0, TCLK=200000000.
>
> Please could you check your hardware and let me know what the correct
> CPU is. I can then fix the .dts files and prepare a first attempt at
> converting boards to pinctrl.
>

Hi,

I've not seen a reply from Arnaud yet so I'll offer

Iomega Iconnect
Kirkwood: MV88F6281-A0, TCLK=200000000.

Regards

Adam

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Which kirkwood does your DT board use?
  2012-10-22 21:27 ` Adam Baker
@ 2012-10-23 18:37   ` Andrew Lunn
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Lunn @ 2012-10-23 18:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 22, 2012 at 10:27:48PM +0100, Adam Baker wrote:
> On 20/10/12 12:38, Andrew Lunn wrote:
> >Hi Folks
> >
> >All of you in the To: have contributed a DT based Kirkwood board port.
> >Nearly all the DT files we have declare the CPU to be
> >marvell,kirkwood-88f6281. For adding DT based pinctrl, to replace the
> >mpp code, we need to know the exact kirkwood being used. It should be
> >one of MV88F6180, MV88F6190, MV88F6192, MV88F6281 or MV88F6282.
> >
> >You can see what your hardware has a boot time:
> >
> >Kirkwood: MV88F6282-Rev-A0, TCLK=200000000.
> >
> >Please could you check your hardware and let me know what the correct
> >CPU is. I can then fix the .dts files and prepare a first attempt at
> >converting boards to pinctrl.
> >
> 
> Hi,
> 
> I've not seen a reply from Arnaud yet so I'll offer
> 
> Iomega Iconnect
> Kirkwood: MV88F6281-A0, TCLK=200000000.

Hi Adam

Thanks. Arnaud replied p-t-p.

I'm was missing just one reply, but with a bit of googling, i found a
boot log online, so could fill the gap.

kirkwood-dns320.dts	     MV88F6281
kirkwood-dns325.dts	     MV88F6281
kirkwood-dockstar.dts	     MV88F6281
kirkwood-dreamplug.dts	     MV88F6281
kirkwood-goflexnet.dts	     MV88F6281
kirkwood-ib62x0.dts	     MV88F6281
kirkwood-iconnect.dts	     MV88F6281
kirkwood-iomega_ix2_200.dts  MV88F6281
kirkwood-lschlv2.dts	     MV88F6281
kirkwood-lsxhl.dts	     MV88F6281
kirkwood-ts219-6281.dts      MV88F6281
kirkwood-ts219-6282.dts      MV88F6282

Not what i was expecting, nearly every one being 6281!
But it does mean there are no DT files to correct :-)

Thanks for your answers everybody.

       Andrew

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-10-23 18:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-20 11:38 Which kirkwood does your DT board use? Andrew Lunn
2012-10-20 12:11 ` Jamie Lentin
2012-10-22  5:10   ` Andrew Lunn
2012-10-20 16:34 ` Alexander Holler
2012-10-20 18:47 ` Simon Baatz
2012-10-20 20:28 ` Michael Walle
2012-10-21  0:08 ` Josh Coombs
2012-10-22 13:36 ` Jason Cooper
2012-10-22 21:27 ` Adam Baker
2012-10-23 18:37   ` Andrew Lunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.