]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: musb: sunxi: Add support for musb controller in A31 SoC
authorHans de Goede <hdegoede@redhat.com>
Wed, 8 Jul 2015 14:41:39 +0000 (16:41 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 29 Jul 2015 14:59:20 +0000 (09:59 -0500)
commit132e23775779cc895c37f7883c33a60a1a8a7cdd
tree82698734ab2928befd03c36df8b3d536c366a42f
parent744543c599c420bcddca08cd2e2713b82a008328
usb: musb: sunxi: Add support for musb controller in A31 SoC

The A31 SoC uses the same musb controller as found in earlier SoCs, but it
is hooked up slightly different. Its SRAM is private and no longer controlled
through the SRAM controller, and its reset is controlled via a separate
reset controller. This commit adds support for this setup.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.txt
drivers/usb/musb/sunxi.c