Re: [PATCH v5 2/3] gpio: tegra186: Add support for Tegra264
From: Linus Walleij <linusw@kernel.org>
Date: 2026-02-03 00:06:39
Also in:
linux-gpio, linux-tegra, lkml
From: Linus Walleij <linusw@kernel.org>
Date: 2026-02-03 00:06:39
Also in:
linux-gpio, linux-tegra, lkml
On Wed, Jan 28, 2026 at 9:51 AM Prathamesh Shete [off-list ref] wrote:
Extend the existing Tegra186 GPIO controller driver with support for the GPIO controller found on Tegra264. Use the "wakeup-parent" phandle from the GPIO device tree node to ensure the GPIO driver associates with the intended PMC device. Relying only on compatible-based lookup can select an unexpected PMC node, so fall back to compatible-based lookup when the phandle is not present. Signed-off-by: Prathamesh Shete <redacted> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Acked-by: Thierry Reding <redacted>
Reviewed-by: Linus Walleij <linusw@kernel.org> Yours, Linus Walleij