summaryrefslogtreecommitdiff
path: root/arch/arm/mach-meson
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2019-10-11 18:33:51 +0300
committerNeil Armstrong <narmstrong@baylibre.com>2019-10-18 15:21:17 +0300
commitdabd6a9bf7d1f09682bc4c827d612eca55333f9b (patch)
tree519d92282107fc68f230500a7f1f46d434ceb2c1 /arch/arm/mach-meson
parent57212ff031c30b5c9e57a8fd5366ed2f517d8700 (diff)
downloadu-boot-dabd6a9bf7d1f09682bc4c827d612eca55333f9b.tar.xz
ARM: meson: add SM1 SoC id
Add the missing IDs to detect the SM1 S905X3 SoC. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/mach-meson')
-rw-r--r--arch/arm/mach-meson/board-info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/board-info.c b/arch/arm/mach-meson/board-info.c
index 9571b5a189..0d3b40a249 100644
--- a/arch/arm/mach-meson/board-info.c
+++ b/arch/arm/mach-meson/board-info.c
@@ -34,6 +34,7 @@ static const struct meson_gx_soc_id {
{ "TXHD", 0x27 },
{ "G12A", 0x28 },
{ "G12B", 0x29 },
+ { "SM1", 0x2b },
};
static const struct meson_gx_package_id {
@@ -61,6 +62,7 @@ static const struct meson_gx_package_id {
{ "S905X2", 0x28, 0x40, 0xf0 },
{ "A311D", 0x29, 0x10, 0xf0 },
{ "S922X", 0x29, 0x40, 0xf0 },
+ { "S905X3", 0x2b, 0x5, 0xf },
};
DECLARE_GLOBAL_DATA_PTR;