Re: [PATCH] pinctrl: tegra238: Fix register bank for AON pin groups
From: Linus Walleij
Date: Sun Sep 20 2026 - 18:07:27 EST
On Wed, Sep 16, 2026 at 8:52 AM Prathamesh Shete <pshete@xxxxxxxxxx> wrote:
> The AON pin controller has a single register region and therefore,
> the bank defined in the tegra238_functions[] and tegra238_aon_groups[]
> for the AON pin groups must be 0. However, commit 25cac7292d49
> ("pinctrl: tegra: Add Tegra238 pinmux driver") incorrectly specified the
> bank for these pins as 1 and not 0. This means that in the
> tegra_pinctrl_probe() function we use an invalid index when accessing
> the pmx->regs[] array which causes an incorrect address to be used for
> accessing the pinmux registers.
>
> Fix this by correcting the bank for the AON pin groups.
>
> Fixes: 25cac7292d49 ("pinctrl: tegra: Add Tegra238 pinmux driver")
> Signed-off-by: Prathamesh Shete <pshete@xxxxxxxxxx>
Patch applied for fixes.
Yours,
Linus Walleij