On Tue, 13 Jan 2026 19:48:31 -0600, David Lechner wrote:
> Ignore the error return value from mtk_pinconf_bias_set_pupd_r1_r0().
> The PUPD/R1/R0 registers only include a small subset of the pins, so
> it is normal for this function to return an error for most pins.
> Therefore, this error should not be propagated.
>
> This fixes not all pins in a pinmux group being configured in some
> cases because the propagated error caused the configuration loop to
> exit early.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] pinctrl: mediatek: ignored error return from pupd/r1/r0
commit: 2d665b9cd361c4b6d100d3b1b5bdb6e0d1725486
--
Tom