commit | 0bde97abe6a1123cc862efdeec69d0bae94c30dd | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Fri Oct 13 23:12:14 2023 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Apr 22 01:12:25 2024 +0100 |
tree | 086be5143c9f9036a97544825bc0e0b6b44f6bdf | |
parent | 69bf17a3e8f8cff3810e4be53fa950ef14287429 [diff] |
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>