diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2020-10-31 19:21:29 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-30 11:26:06 +0100 |
commit | aca2b5b075f87d108ce5f01a40238e2d4aa27bec (patch) | |
tree | 0d3cce1ef75f64794e1406c240c51866246f31a0 /arch | |
parent | 0caa39f2c9d94cc1c0a5ff0940cb747651ba451c (diff) | |
download | linux-stable-aca2b5b075f87d108ce5f01a40238e2d4aa27bec.tar.gz linux-stable-aca2b5b075f87d108ce5f01a40238e2d4aa27bec.tar.bz2 linux-stable-aca2b5b075f87d108ce5f01a40238e2d4aa27bec.zip |
ARM: sunxi: Add machine match for the Allwinner V3 SoC
[ Upstream commit ad2091f893bd5dfe2824f0d6819600d120698e9f ]
The Allwinner V3 SoC shares the same base as the V3s but comes with
extra pins and features available. As a result, it has its dedicated
compatible string (already used in device trees), which is added here.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201031182137.1879521-2-contact@paulk.fr
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-sunxi/sunxi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c index de4b0e932f22..aa08b8cb0152 100644 --- a/arch/arm/mach-sunxi/sunxi.c +++ b/arch/arm/mach-sunxi/sunxi.c @@ -66,6 +66,7 @@ static const char * const sun8i_board_dt_compat[] = { "allwinner,sun8i-h2-plus", "allwinner,sun8i-h3", "allwinner,sun8i-r40", + "allwinner,sun8i-v3", "allwinner,sun8i-v3s", NULL, }; |