]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: musb-new: add Allwinner F1C100s support
authorAndre Przywara <andre.przywara@arm.com>
Fri, 13 Oct 2023 22:12:14 +0000 (23:12 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 22 Apr 2024 00:12:25 +0000 (01:12 +0100)
commit6f68b9ce6cd180e5dc8d469a82db0cb48cc8d0ef
tree086be5143c9f9036a97544825bc0e0b6b44f6bdf
parent83d5e3c9e912ddd96076a6fccaa2dbf130fc5930
usb: musb-new: add Allwinner F1C100s support

The Allwinner F1C100s SoC has a MUSB controller like the one in the A33,
but needs an SRAM region to be claimed like the A10. We do the latter
anyway, even on chips that don't need it, so there is no real difference
in our compatible string matching.

Add a mapping between the config struct used in the Linux to our
requirements here on the way.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/usb/musb-new/sunxi.c