Re: [PATCH 0/10] NS 8250 UART Device Tree improvements

From: Rob Herring
Date: Mon Mar 23 2020 - 15:01:54 EST


On Fri, Mar 20, 2020 at 11:41 AM Lubomir Rintel <lkundrak@xxxxx> wrote:
>
> Hi,
>
> this series aims to make it possible to validate NS 8250 compatible serial port
> nodes in Device Tree. It ultimately ends up converting the 8250.txt binding
> specification to YAML for json-schema.
>
> It starts by fixing up a couple of issues that would fail validation of
> device trees for various boards. Note there might be validation issues in other
> boards -- I don't have computing power to run "make dtbs_check" with
> CONFIG_OF_ALL_DTBS=y at the moment. I'm happy to fix up issues if somebody
> runs the test output to me.
>
> Unless someone has a different idea, I'd like to submit this to arm-soc once
> I get the Acks from PXA and Tango maintainers as well as DT reviewers:
>
> [PATCH 01/10] ARM: dts: pxa*: Don't redeclare phandle references
> [PATCH 02/10] ARM: dts: pxa*: Fix serial port names
> [PATCH 03/10] ARM: dts: pxa*: Make the serial ports compatible with
> [PATCH 04/10] ARM: dts: mmp2-brownstone: Don't redeclare phandle
> [PATCH 05/10] ARM: dts: mmp*: Fix serial port names
> [PATCH 06/10] ARM: dts: mmp*: Make the serial ports compatible with
> [PATCH 07/10] ARM: dts: tango4: Make /serial compatible with ns16550a

For 1-7:

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>