]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
soc: amlogic: meson-gx-socinfo: add A311D id
authorChristian Hewitt <christianshewitt@gmail.com>
Wed, 31 Jul 2019 12:39:55 +0000 (14:39 +0200)
committerKevin Hilman <khilman@baylibre.com>
Mon, 5 Aug 2019 21:47:21 +0000 (14:47 -0700)
Add the SoC ID for the A311D Amlogic SoC.

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
drivers/soc/amlogic/meson-gx-socinfo.c

index bca34954518ec00602990e266e1f9b1a4181e341..ff86a75939e8ff31a2217d28d7a9caed38bcbfd0 100644 (file)
@@ -65,6 +65,7 @@ static const struct meson_gx_package_id {
        { "S905D2", 0x28, 0x10, 0xf0 },
        { "S905X2", 0x28, 0x40, 0xf0 },
        { "S922X", 0x29, 0x40, 0xf0 },
+       { "A311D", 0x29, 0x10, 0xf0 },
 };
 
 static inline unsigned int socinfo_to_major(u32 socinfo)