]> git.karo-electronics.de Git - linux-beck.git/commit
spi: spidev: Add device to spidev device tree compatibility list
authorFabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Thu, 6 Oct 2016 14:44:27 +0000 (16:44 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 21 Oct 2016 11:09:57 +0000 (12:09 +0100)
commit144235ea752b4d56d66fe03bb6b7fae7e0032404
treeced42743b448f7ec1e3c4ee8bc4af8be0e4878ef
parent1001354ca34179f3db924eb66672442a173147dc
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>
drivers/spi/spidev.c