]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r257393:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 Dec 2013 22:19:21 +0000 (22:19 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 Dec 2013 22:19:21 +0000 (22:19 +0000)
commit5e8838ff2e0f586136a856a90229c4eab5f3f815
treedb4405d8d5b4c84d8fa0e1a6532c42b9a9471ed9
parent426d19b8f712614eb556553d8978ad6fa38387d0
MFC r257393:

  Rework the imx ehci driver so that it's four separate ehci units rather
  than one unit with four busses attached to it.  This allows us to use
  existing fdt data which describes separate devices with separate resources.
  It also allows any combination of the units to be en/disabled in the
  board dts files.

  Adjust our dts code to match what's used by linux and u-boot now that
  we're structured to do so.

git-svn-id: svn://svn.freebsd.org/base/stable/10@259345 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/fdt/dts/digi-ccwmx53.dts
sys/boot/fdt/dts/efikamx.dts
sys/boot/fdt/dts/imx51x.dtsi
sys/boot/fdt/dts/imx53-qsb.dts
sys/boot/fdt/dts/imx53x.dtsi
sys/dev/usb/controller/ehci_imx.c