]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r289704:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 24 Jan 2016 18:50:37 +0000 (18:50 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 24 Jan 2016 18:50:37 +0000 (18:50 +0000)
commit1abbcf91972213419269e21a34e34ee50f6047ae
tree7d86915d803764a7c36d78ce43a7430124fccabb
parent06584eed85874aa5fea14e8082df2d135612fec6
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@294672 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/fdt/dts/arm/beaglebone-black.dts
sys/boot/fdt/dts/arm/beaglebone.dts
sys/dev/ofw/ofw_iicbus.c