[PATCH 2/2] pinctrl: scmi: Use standard device tree pin muxing format

Linus Walleij linusw at kernel.org
Thu Mar 26 13:18:43 CET 2026


On Thu, Mar 26, 2026 at 1:08 PM Dan Carpenter <dan.carpenter at linaro.org> wrote:

> In the original code, I wrote a custom pin muxing parser but the
> upstream device trees wouldn't accept something like that so it would
> have complicated mergine the device tree files.
>
> Use the standard device tree format with function and groups:
>
>         pinmux1: pinmux1 {
>                 function = "f_gpio1";
>                 groups = "grp_1", "grp_3";
>         };
>
> Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>

I can't verify the code but the change I want is exactly this so:
Acked-by: Linus Walleij <linusw at kernel.org>

Yours,
Linus Walleij


More information about the U-Boot mailing list