Re: [PATCH 1/3] dt-bindings: gpio: add sama5d2 PIOBU support

From: Linus Walleij
Date: Thu Nov 15 2018 - 04:43:40 EST


On Wed, Nov 7, 2018 at 4:12 PM <Andrei.Stefanescu@xxxxxxxxxxxxx> wrote:

> +Required properties:
> +- compatible: "syscon", "microchip,sama5d2-piobu"

Looks like "syscon" should be dropped, it is using a syscon,
but it is no syscon.

> + secumod@fc040000 {
> + compatible = "syscon", "microchip,sama5d2-piobu";
> + reg = <0xfc040000 0x100>;
> +
> + gpio-controller;
> + #gpio-cells = <2>;
> + };

Isn't it easiest to just make this driver be a subnode of the
syscon so it can just refer to its parent to find the
syscon it needs?

Just state that in the bindings and make an example where
it is inside the syscon.

Yours,
Linus Walleij