]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
MIPS: alchemy: db1000: use nodes attached to GPIO chips in properties
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 26 May 2026 16:40:35 +0000 (18:40 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 27 May 2026 07:52:35 +0000 (09:52 +0200)
commitdc26a10ef98f3dabd9dd9420c5d615891d3321cd
tree4b6a1e9b84f1cce3519982dd8a1ea03279eaf5e5
parent054f568e0515fef01e3ee71728763aff7eb4623b
MIPS: alchemy: db1000: use nodes attached to GPIO chips in properties

GPIO subsystem is switching the way it locates GPIO chip instances for
GPIO references in software nodes by doing identity matching instead of
matching on node names. Switch to using software nodes attached to gpio
chips instead of using freestanding software nodes.

Also stop supplying platform data for the spi-gpio controller since
spi-gpio driver can derive number of chipselect lines from device
properties.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Tested-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/alchemy/devboards/db1000.c