aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2020-10-31 19:21:29 +0100
committerMaxime Ripard <maxime@cerno.tech>2020-11-02 10:28:14 +0100
commitad2091f893bd5dfe2824f0d6819600d120698e9f (patch)
treec18886cd25e7545796e0ea82dd941f9d22deec76 /arch/arm/mach-sunxi
parentarm64: dts: allwinner: h6: orangepi-one-plus: Fix ethernet (diff)
downloadlinux-dev-ad2091f893bd5dfe2824f0d6819600d120698e9f.tar.xz
linux-dev-ad2091f893bd5dfe2824f0d6819600d120698e9f.zip
ARM: sunxi: Add machine match for the Allwinner V3 SoC
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
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r--arch/arm/mach-sunxi/sunxi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c
index 06da2747a90b..19635721013d 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,
};