Re: [PATCH 1/3] riscv: dts: thead: add BeagleV Ahead board device tree

From: Drew Fustini
Date: Sun Jul 23 2023 - 13:30:06 EST


On Sun, Jul 23, 2023 at 11:32:17AM +0100, Conor Dooley wrote:
> On Sat, Jul 22, 2023 at 02:55:39PM -0700, Drew Fustini wrote:
>
> > +++ b/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts
> > @@ -0,0 +1,61 @@
> > +// SPDX-License-Identifier: GPL-2.0
>
> Hmm, should this not be dual licensed?
> I notice the other th1520 stuff isn't either..

Good point, I'll resubmit with a dual license.

Jisheng: are you okay with the other arch/riscv/boot/dts/thead files
changing to a dual license?

>
>
> > + memory@0 {
> > + device_type = "memory";
> > + reg = <0x0 0x00000000 0x1 0x00000000>;
>
> There's some extra spaces in here for some reason.

Thanks for spotting that. I'll fix when I resubmit with dual licnese.

Drew