Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Paul Kocialkowski and committed by
Maxime Ripard
ad2091f8 544cc3f8

+1
+1
arch/arm/mach-sunxi/sunxi.c
··· 66 66 "allwinner,sun8i-h2-plus", 67 67 "allwinner,sun8i-h3", 68 68 "allwinner,sun8i-r40", 69 + "allwinner,sun8i-v3", 69 70 "allwinner,sun8i-v3s", 70 71 NULL, 71 72 };