Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: spidev: Add device to spidev device tree compatibility list

Entries are needed in the spidev ID list to configure configure it from a
device tree. Add entry for the following device:
- "ge,achc" : GE Healthcare USB Management Controller

The USB Management Controller does not expose USB to the host, but acts as
an offload engine, communicating with specific USB based data acquisition
devices which are connected to it, extracting the required data and
providing it to the host via other methods. SPI is used as an out-of-band
configuration channel.

Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Fabien Lahoudere and committed by
Mark Brown
144235ea 1001354c

+1
+1
drivers/spi/spidev.c
··· 696 696 static const struct of_device_id spidev_dt_ids[] = { 697 697 { .compatible = "rohm,dh2228fv" }, 698 698 { .compatible = "lineartechnology,ltc2488" }, 699 + { .compatible = "ge,achc" }, 699 700 {}, 700 701 }; 701 702 MODULE_DEVICE_TABLE(of, spidev_dt_ids);