Re: [PATCH v2 5/5] ARM: gemini: add device tree for ssi1328

From: Linus Walleij
Date: Fri Jul 23 2021 - 06:38:55 EST


Thanks Rob,

I fixed some issues while applying.

On Mon, Jul 12, 2021 at 10:11 PM Rob Herring <robh@xxxxxxxxxx> wrote:

> > + model = "SSI 1328";
> > + compatible = "ssi,1328", "cortina,gemini";
>
> Where's ssi,1328 documented?

I'll take a sweep and add all of the new machines.

> > + chosen {
> > + bootargs = "console=ttyS0,19200n8 initrd=0x900000,9M";
> > + stdout-path = &uart0;
>
> Don't need both 'console' and stdout-path. (console should be removed)

How does one specify a default baudrate using that method?

Yours,
Linus Walleij