Hi Fabrizio, On Wed, Sep 23, 2020 at 1:55 PM Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx> wrote: > > From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > > On Wed, Sep 16, 2020 at 1:00 PM Fabrizio Castro > > <fabrizio.castro.jz@xxxxxxxxxxx> wrote: > > > Convert the Renesas DRIF bindings to DT schema and update > > > MAINTAINERS accordingly. > > > > > > Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx> > > > +if: > > > + required: > > > + - renesas,primary-bond > > > +then: > > > + required: > > > + - pinctrl-0 > > > + - pinctrl-names > > > + - port > > > > The last 3 properties must not be present for a secondary interface, > > right? > > If you have both channels enabled, then one of the two has to define properties: > * renesas,primary-bond, pinctrl-0, pinctrl-names, and port. > > If only one channel is enabled, then the primary bond concept loses its value, > whether renesas,primary-bond is specified or not doesn’t matter anymore, but the > enabled node has to specify the pinctrl related properties and the port. > > > To express that, I think you need to add: > > > > else: > > properties: > > - pinctrl-0: false > > - pinctrl-names: false > > - port: false > > If I went with this, we would not be able to allow those properties to be specified in the > only enabled node for single channels configurations. > > Is there a better way to approach this? > > I'll wait for this point to get sorted before sending v3 out. The old binding said: -Required properties of an internal channel when: - - It is the only enabled channel of the bond (or) - - If it acts as primary among enabled bonds -- renesas,primary-bond: empty property indicating the channel acts as primary - among the bonded channels. so renesas,primary-bond is required for the only enabled node for single channels configurations anyway? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds