soc: aspeed: socinfo: Add new systems
authorJoel Stanley <joel@jms.id.au>
Wed, 10 Feb 2021 11:46:51 +0000 (22:16 +1030)
committerJoel Stanley <joel@jms.id.au>
Wed, 10 Feb 2021 11:55:45 +0000 (22:25 +1030)
commitd0e72be77e7995923fac73f27cf7a75d3d1a4dec
treecc9103ddb98cb1350e1b685f978cb076ba60f6bd
parent3f94cf15583be554df7aaa651b8ff8e1b68fbe51
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: e0218dca5787 ("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>
drivers/soc/aspeed/aspeed-socinfo.c