Re: [PATCH v2 1/4] dt-bindings: gpio: convert rk3328-grf-gpio.txt to YAML

From: Rob Herring
Date: Fri May 07 2021 - 17:02:49 EST


On Fri, May 07, 2021 at 10:59:09PM +0200, Heiko Stuebner wrote:
> Hi Bartosz,
>
> Am Mittwoch, 5. Mai 2021, 15:40:25 CEST schrieb Johan Jonker:
> > Current dts files with RK3328 GRF 'gpio' nodes are manually verified.
> > In order to automate this process rk3328-grf-gpio.txt has to be
> > converted to YAML.
> >
> > Rename 'grf-gpio' nodename to 'gpio'.
> >
> > Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx>
>
> just to not step on any toes, do you plan to apply this patch1 later on?
> Patches 2-4 are in my domain so I'll get them after -rc1, but in theory
> the gpio binding should go through the gpio tree.

Different trees will break the schema checks because the grf schema
refers to the gpio schema.

Rob