]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r289704:
authorian <ian@FreeBSD.org>
Sun, 24 Jan 2016 18:50:37 +0000 (18:50 +0000)
committerian <ian@FreeBSD.org>
Sun, 24 Jan 2016 18:50:37 +0000 (18:50 +0000)
commit375d176b915ae25fa3119c32266e5cae55f25d99
tree7d86915d803764a7c36d78ce43a7430124fccabb
parent543007eb9747991c19b8461954dcfad129411bda
MFC r289704:

  Fix parsing of I2C addresses properties in fdt data.  I2C address is
  represented in 7-bits format in DT files, but system expect it in 8-bit
  format.  Also, fix two drivers that locally hack around this bug.

  This includes a direct-commit change to the beaglebone dts data in the
  10-stable branch to adjust the i2c slave addresses directly.  In -current
  the equivelent change happened with a switch from homegrown to standard
  fdt data.
sys/boot/fdt/dts/arm/beaglebone-black.dts
sys/boot/fdt/dts/arm/beaglebone.dts
sys/dev/ofw/ofw_iicbus.c