Add support for the 4 channel I2C switch from NXP by adding a new
description struct and the list entries. No further changes needed.
Tested on: WHLE-LS1088A using a SPF+
MFC after: 1 week
Differential D44009
iicbus/mux/pca954x: add support for PCA9546 I2C Switch bz on Feb 21 2024, 9:16 AM. Authored by Tags None Referenced Files
Details
Add support for the 4 channel I2C switch from NXP by adding a new Tested on: WHLE-LS1088A using a SPF+
Diff Detail
Event Timeline
Comment Actions The change itself looks great. There's other pca954x parts: 9541 2 channel switch https://www.nxp.com/docs/en/data-sheet/PCA9541.pdf Seems like it would be easy to add them while you're in the neighborhood? Again, not a request, per se, but if you had a minute... Comment Actions True. Adding them is not the problem. I've be reluctant to add ones (also to other bits) which I cannot test.
Comment Actions I just skimmed them: x=1 seems different If you don't mind, I'll pass. Once I have one with interrupt support in my hands adding the other three of those will be easy but I do not want to blindly change the code for these. |