Re: [PATCH 9/9] MIPS: TXX9: Clean up txx9_iocled_init()
From: Philippe Mathieu-Daudé
Date: Fri Jun 26 2026 - 09:03:09 EST
On 25/6/26 14:19, Geert Uytterhoeven wrote:
The sole caller already uses dynamic GPIO base allocation, so drop
support for static allocation.
While at it, drop the no longer used "lowactive" parameter.
Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
---
arch/mips/include/asm/txx9/generic.h | 3 +--
arch/mips/txx9/generic/setup.c | 12 ++++--------
arch/mips/txx9/rbtx4927/setup.c | 2 +-
3 files changed, 6 insertions(+), 11 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxxxxxxxx>