commit | f8251f1dfda9e1200545bf19270d9df2273bdfa1 | [log] [tgz] |
---|---|---|
author | Phil Reid <preid@electromag.com.au> | Wed Jan 25 09:31:06 2017 +0800 |
committer | Peter Rosin <peda@axentia.se> | Fri Feb 10 08:23:50 2017 +0100 |
tree | a4cdab07403a8de1265eb67c0332764b44017894 | |
parent | 7a308bb3016f57e5be11a677d15b821536419d36 [diff] |
i2c: mux: pca954x: Add missing pca9542 definition to chip_desc The spec for the pca954x was missing. This chip is the same as the pca9540 except that it has interrupt lines. While the i2c_device_id table mapped the pca9542 to the pca9540 definition the compatible table did not. In preparation for irq support add the pca9542 definition. Signed-off-by: Phil Reid <preid@electromag.com.au> Signed-off-by: Peter Rosin <peda@axentia.se>