Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
8.95k stars 5.16k forks source link

linux: Allow for more i2c buses #6531

Closed CRTified closed 2 months ago

CRTified commented 3 months ago

Similar to commit df79893, this allows klipper to use up to /dev/i2c-14. Similar to before, this limit is arbitrary.

This is required for some other SoCs, which have even more i2c buses available, e.g. the rk3399:

$ ls -1 /dev/i2c-*
/dev/i2c-0
/dev/i2c-3
/dev/i2c-7
KevinOConnor commented 2 months ago

Thanks.

-Kevin