summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/mmp3.c
AgeCommit message (Collapse)AuthorFilesLines
2023-08-12ARM: mmp: Drop unused includesRob Herring1-4/+0
Several includes are not needed, so drop them. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-7-d8de2cc88bff@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2019-10-17ARM: mmp: add support for MMP3 SoCLubomir Rintel1-0/+29
Similar to MMP2, which this patch is based on. Known differencies from MMP2 are: * Two PJ4B cores instead of one PJ4 * Tauros 3 L2 cache controller instead of Tauros 2 * A GIC interrupt controller optionally used instead of the MMP one * A TWD local timer * Different USB2 PHY * A USB3 SS controller * More interrupt muxes Hard to tell what else is different, because documentation is not available. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>