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:
8e02efd
)
arm: meson: Recognize A311D SoC
author
Andreas Färber
<afaerber@suse.de>
Wed, 9 Oct 2019 14:03:57 +0000
(16:03 +0200)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Fri, 18 Oct 2019 10:05:32 +0000
(12:05 +0200)
Values imported from Linux driver, but in correct numeric order.
Khadas VIM3 prints: Amlogic Meson G12B (A311D) Revision 29:b (10:2)
Cc: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
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 ea32c01d113793034d6ebbe1b1e6132e71aef056..9571b5a1894e2199bfd37cedd112ff389dbfb6ad 100644
(file)
--- a/
arch/arm/mach-meson/board-info.c
+++ b/
arch/arm/mach-meson/board-info.c
@@
-59,6
+59,7
@@
static const struct meson_gx_package_id {
{ "A113D", 0x25, 0x22, 0xff },
{ "S905D2", 0x28, 0x10, 0xf0 },
{ "S905X2", 0x28, 0x40, 0xf0 },
+ { "A311D", 0x29, 0x10, 0xf0 },
{ "S922X", 0x29, 0x40, 0xf0 },
};