Re: [PATCH v3 1/3] dt-bindings: pinctrl: Add cix,sky1-pinctrl

From: Linus Walleij

Date: Tue Oct 14 2025 - 15:17:32 EST


On Tue, Oct 14, 2025 at 7:58 PM Conor Dooley <conor@xxxxxxxxxx> wrote:


> > > + drive-strength:
> > > + description:
> > > + Can support 15 levels, from DS_LEVEL1 to DS_LEVEL15.
> > > + defined as macros in arch/arm64/boot/dts/cix/sky1-pinfunc.h.

(side note to Gary: drop the reference to the arch/arm64 etc
sky1-pinfunc.h file,
this is Linux-specific and U-Boot and BSD will be confused)

> Isn't this wrong?
> drive-strength is in mA but you're just shoving register values in here.
> pw-bot: changes-requested

That's right, Gary do you think you can add a mA->strength value
translation table into the driver and let this be configured in mA?

> > type: object
> > $ref: /schemas/pinctrl/pinmux-node.yaml
> > $ref: /schemas/pinctrl/pincfg-node.yaml
> > additionalProperties: false
> >
> > Something like this, I never get this right before actually testcompiling...
>
> spacemit,k1-pinctrl has a node of this type, that can be copied from
> Gary. Essentially, you need an allOf: for the two references.

Neat, thanks Conor!

Yours,
Linus Walleij