projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57212ff
)
ARM: meson: add SM1 SoC id
author
Neil Armstrong
<narmstrong@baylibre.com>
Fri, 11 Oct 2019 15:33:51 +0000
(17:33 +0200)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Fri, 18 Oct 2019 12:21:17 +0000
(14:21 +0200)
Add the missing IDs to detect the SM1 S905X3 SoC.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/mach-meson/board-info.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-meson/board-info.c
b/arch/arm/mach-meson/board-info.c
index 9571b5a1894e2199bfd37cedd112ff389dbfb6ad..0d3b40a2491b69d1880afb113a0496481b8981f9 100644
(file)
--- 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;