commit | dbe4d69d252e9e65c6c46826980b77b11a142065 | [log] [tgz] |
---|---|---|
author | Mike Looijmans <mike.looijmans@topic.nl> | Thu Mar 23 10:00:36 2017 +0100 |
committer | Peter Rosin <peda@axentia.se> | Fri Mar 24 12:22:18 2017 +0100 |
tree | f449e6faa4f4474248651b011452edd802ebaf4e | |
parent | e88162f9dad426f3c83e23150b7f28b7d9486df8 [diff] |
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>