diff options
author | loos <loos@FreeBSD.org> | 2014-01-23 12:32:30 +0000 |
---|---|---|
committer | loos <loos@FreeBSD.org> | 2014-01-23 12:32:30 +0000 |
commit | 49a10991a21d43b461cc6ca3357c283fd6f3dd45 (patch) | |
tree | 9a4d0a28834b0220ed5a72eb1933d25f0fb482f1 /sys/conf | |
parent | f516feec90c64635dd3f7e4c6ec41123eaa41651 (diff) | |
download | FreeBSD-src-49a10991a21d43b461cc6ca3357c283fd6f3dd45.zip FreeBSD-src-49a10991a21d43b461cc6ca3357c283fd6f3dd45.tar.gz |
MFC r256959:
Add the Raspberry Pi BSC (I2C compliant) controller driver.
Reviewed by: rpaulo
MFC r256961:
Enable the build of OFW I2C bus for FDT systems.
MFC r258045:
As all the IIC controllers on system uses the same 'iichb' prefix we cannot
rely only on checking the device unit to indentify the BSC unit we are
attaching to. Make use of the device base address to identify our BSC unit.
MFC r259127:
Bring the RPi I2C driver in line with ti_i2c. Make it treat any slave
address as a 7-bit address.
Approved by: adrian (mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 91fb3aa..705a889 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1914,6 +1914,7 @@ dev/ofw/ofw_bus_if.m optional fdt dev/ofw/ofw_bus_subr.c optional fdt dev/ofw/ofw_fdt.c optional fdt dev/ofw/ofw_if.m optional fdt +dev/ofw/ofw_iicbus.c optional fdt iicbus dev/ofw/openfirm.c optional fdt dev/ofw/openfirmio.c optional fdt dev/patm/if_patm.c optional patm pci |