[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:
Oleksandr Tymoshenko 2017-03-25 22:58:37 +00:00
parent 7d6a0b8e00
commit e9804ab2bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315967

View File

@ -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}
};