Add PCI id for Arrow Lake to attach iic driver
Details
Details
- Reviewers
wulf mav - Commits
- rG879944679668: ichiic: Add PCI id for Arrow Lake.
load ig4iic driver on ThinkPad X13 Gen 6 and see iichid is works properly.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 65176 Build 62059: arc lint + arc unit
Event Timeline
Comment Actions
I haven't tracked new things there, only hope that the IDs are right. But I just wonder about naming uniformity: previously we've already had "_H_" in constant names, while we never had "_U_".
Comment Actions
There are more ArrowLake I2C device ids: 7750 and 7751. At least in share/misc/pci_vendors
Comment Actions
According to the Datasheet, I2C#4(7750),I2C#5(7751) only supports PIO mode, and I'm not sure the PIO mode only device will work or not.