[rpi] Use compatibility string from upstream DTB for I2C controller
FreeBSD uses upstream DTB for RPi3 build and compatibility string for i2c device is different there. Add this new string to compatibility data. Reported by: Karl Denninger MFC after: 3 days
This commit is contained in:
parent
7d6a0b8e00
commit
e9804ab2bd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315967
@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$");
|
||||
static struct ofw_compat_data compat_data[] = {
|
||||
{"broadcom,bcm2835-bsc", 1},
|
||||
{"brcm,bcm2708-i2c", 1},
|
||||
{"brcm,bcm2835-i2c", 1},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user