]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: chipidea: add support for USB OTG controller on LSI Zevio SoCs
authorDaniel Tang <dt.tangr@gmail.com>
Tue, 11 Mar 2014 05:47:39 +0000 (13:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Mar 2014 19:32:21 +0000 (12:32 -0700)
commit7b92e1ddb17f37caf37d4477483a62a425ba428f
tree1cc640792b4e237aa31952b118d7b3f8192a0776
parentc844d6c884f372dcde158c84b61c373ebc529519
usb: chipidea: add support for USB OTG controller on LSI Zevio SoCs

The USB controller in TI-NSPIRE calculators (LSI Zevio SoC) are based off either
Freescale's USB OTG controller or the USB controller found in the IMX233, both
of which are Chipidea compatible.

This patch adds a device tree binding for the controller.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Daniel Tang <dt.tangr@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/Makefile
drivers/usb/chipidea/ci_hdrc_zevio.c [new file with mode: 0644]