Skip to content

Commit 10254a6

Browse files
SpieringsAEbroonie
authored andcommitted
spi: spidev: Add an entry for the gocontroll moduline module slot
The main point of the Moduline series of embedded controllers is its ecosystem of IO modules, these are currently operated through the spidev interface. Ideally there will be a full dedicated driver in the future. Add the gocontroll moduline-module-slot device to enable the required spidev interface. Signed-off-by: Maud Spierings <maudspierings@gocontroll.com> Link: https://patch.msgid.link/20250226-initial_display-v2-12-23fafa130817@gocontroll.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 8f1cc52 commit 10254a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/spi/spidev.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ static const struct spi_device_id spidev_spi_ids[] = {
706706
{ .name = /* cisco */ "spi-petra" },
707707
{ .name = /* dh */ "dhcom-board" },
708708
{ .name = /* elgin */ "jg10309-01" },
709+
{ .name = /* gocontroll */ "moduline-module-slot"},
709710
{ .name = /* lineartechnology */ "ltc2488" },
710711
{ .name = /* lwn */ "bk4" },
711712
{ .name = /* lwn */ "bk4-spi" },
@@ -737,6 +738,7 @@ static const struct of_device_id spidev_dt_ids[] = {
737738
{ .compatible = "cisco,spi-petra", .data = &spidev_of_check },
738739
{ .compatible = "dh,dhcom-board", .data = &spidev_of_check },
739740
{ .compatible = "elgin,jg10309-01", .data = &spidev_of_check },
741+
{ .compatible = "gocontroll,moduline-module-slot", .data = &spidev_of_check},
740742
{ .compatible = "lineartechnology,ltc2488", .data = &spidev_of_check },
741743
{ .compatible = "lwn,bk4", .data = &spidev_of_check },
742744
{ .compatible = "lwn,bk4-spi", .data = &spidev_of_check },

0 commit comments

Comments
 (0)