i2c: mux: pca954x: Add missing pca9546 definition to chip_desc
authorMike Looijmans <mike.looijmans@topic.nl>
Thu, 23 Mar 2017 09:00:36 +0000 (10:00 +0100)
committerPeter Rosin <peda@axentia.se>
Fri, 24 Mar 2017 11:22:18 +0000 (12:22 +0100)
commitdbe4d69d252e9e65c6c46826980b77b11a142065
treef449e6faa4f4474248651b011452edd802ebaf4e
parente88162f9dad426f3c83e23150b7f28b7d9486df8
i2c: mux: pca954x: Add missing pca9546 definition to chip_desc

The spec for the pca9546 was missing. This chip is the same as the pca9545
except that it lacks interrupt lines. While the i2c_device_id table mapped
the pca9546 to the pca9545 definition the compatible table did not.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Peter Rosin <peda@axentia.se>
drivers/i2c/muxes/i2c-mux-pca954x.c