Re: [PATCH 2/2] pinctrl: tegra238: add missing AON pin groups
From: Linus Walleij
Date: Thu Jun 11 2026 - 08:06:17 EST
On Mon, Jun 8, 2026 at 11:42 AM Prathamesh Shete <pshete@xxxxxxxxxx> wrote:
> Add 24 pin groups on ports EE, FF, GG and HH to the AON pin controller
> group table (tegra238_aon_groups[]). Their pin arrays, drive-group
> macros and pin descriptors were already defined, but the matching
> PINGROUP() entries were not present, so these pins could not be muxed
> or configured through the AON pin controller.
>
> The pin arrays were not referenced, so the build emitted
> -Wunused-const-variable warnings, and commit 119de2c33d96 ("pinctrl:
> tegra238: remove unused entries") removed three of them. Restore those
> arrays and add the full set of PINGROUP() entries to make the pins
> usable.
>
> Fixes: 25cac7292d49 ("pinctrl: tegra: Add Tegra238 pinmux driver")
> Signed-off-by: Prathamesh Shete <pshete@xxxxxxxxxx>
Patches applied.
Yours,
Linus Walleij