Re: [RFC v1 1/4] dt-bindings: pinctrl: document polarfire soc mssio pin controller
From: Linus Walleij
Date: Wed Nov 19 2025 - 04:13:30 EST
Hi Conor,
On Wed, Nov 12, 2025 at 3:33 PM Conor Dooley <conor@xxxxxxxxxx> wrote:
> +examples:
> + - |
> + pinctrl@204 {
> + compatible = "microchip,mpfs-pinctrl-mssio";
> + reg = <0x204 0x7c>;
> +
> + irkd_sd_cfg: irkd-sd-cfg {
> + sd-10ma-pins {
> + pins = <0>, <1>, <2>, <3>, <4>, <5>, <8>, <9>, <10>, <11>, <12>, <13>;
> + function = "sd";
> + bias-pull-up;
> + drive-strength = <10>;
> + };
> +
> + sd-8ma-pins {
> + pins = <6>, <7>;
> + function = "sd";
> + bias-pull-up;
> + drive-strength = <8>;
> + };
> + };
> + };
This looks good to me and you sure know how to do syntax
so I don't even need to check that part.
These bindings are fine.
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Yours,
Linus Walleij