Forum | Documentation | Website | Blog

Skip to content

misc: mikrobus: Update mikrobus driver for new Click ID EEPROM

Vaishnav Achath requested to merge vaishnav/linux:5.10-arm64 into 5.10-arm64

The latest mikrobus Click ID EEPROM has custome family code DS28E36 EEPROMs, this commit adds support for that and also fixes the following issues:

  • Failing to get gpio array (due -EPROBEDEFER was logged as error, but is not fatal)
  • W1 master continously performs W1 search which causes stray W1 devices to be detected due to noise, fix that by decreasing the search count.

Signed-off-by: Vaishnav Achath vaishnav.a@ti.com

Merge request reports