Re: [PATCH] ARM: dts: tpc: Device tree description of the TPC board
From: Fabio Estevam
Date: Sat Mar 03 2018 - 07:38:41 EST
Hi Lukasz,
On Sat, Mar 3, 2018 at 4:06 AM, Lukasz Majewski <lukma@xxxxxxx> wrote:
> Previously (for other imx6q board) I've added entry to e.g.
> panel-simple.c file [1] to describe the display.
>
> I thought that adding timings to DTS is more welcome - hence we do not
> need to add any extra code to Linux when porting new board?
Adding an entry to panel-simple helps when people want to use this
panel into their dts, as they need only to pass a compatible string
line instead of passing all the LCD timings.
> The other upstreamed imx6q board used dual license - GPLv2 or X11
> (which is also called MIT license).
>
> I suppose that this license header shall be replaced with:
>
> SPDX-License-Identifier: (GPL-2.0+ OR MIT)
>
> Am I correct?
Yes, correct.