1
0
Fork 0
alistair23-linux/drivers/soc/aspeed
Joel Stanley d0e72be77e soc: aspeed: socinfo: Add new systems
Aspeed's u-boot sdk has been updated with the SoC IDs for the AST2605
variant, as well as A2 and A3 variants of the 2600 family.

>From u-boot's arch/arm/mach-aspeed/ast2600/scu_info.c:

    SOC_ID("AST2600-A0", 0x0500030305000303),
    SOC_ID("AST2600-A1", 0x0501030305010303),
    SOC_ID("AST2620-A1", 0x0501020305010203),
    SOC_ID("AST2600-A2", 0x0502030305010303),
    SOC_ID("AST2620-A2", 0x0502020305010203),
    SOC_ID("AST2605-A2", 0x0502010305010103),
    SOC_ID("AST2600-A3", 0x0503030305030303),
    SOC_ID("AST2620-A3", 0x0503020305030203),
    SOC_ID("AST2605-A3", 0x0503010305030103),

Fixes: e0218dca57 ("soc: aspeed: Add soc info driver")
Link: https://lore.kernel.org/r/20210210114651.334324-1-joel@jms.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-02-10 22:25:45 +10:30
..
Kconfig soc: aspeed: Enable drivers with ARCH_ASPEED 2020-11-19 23:01:36 +10:30
Makefile soc: aspeed: Add soc info driver 2020-09-25 10:14:06 +09:30
aspeed-lpc-ctrl.c soc: aspeed-lpc-ctrl: Fix driver name 2020-09-25 14:54:42 +09:30
aspeed-lpc-snoop.c soc: aspeed: snoop: Add clock control logic 2021-02-10 20:29:31 +10:30
aspeed-p2a-ctrl.c ARM: SoC-related driver updates 2019-05-16 09:19:14 -07:00
aspeed-socinfo.c soc: aspeed: socinfo: Add new systems 2021-02-10 22:25:45 +10:30