aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-06-09 09:40:05 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2013-06-16 20:49:30 +0200
commit81265dfb1ccba0941e54a61c2473befe8c09edc0 (patch)
tree32b4b8d6d6d65adbe02eb77b87bdf6b0d7d7cf62 /arch/arm/mach-sunxi
parentARM: sunxi: irqchip: Update the documentation (diff)
downloadlinux-dev-81265dfb1ccba0941e54a61c2473befe8c09edc0.tar.xz
linux-dev-81265dfb1ccba0941e54a61c2473befe8c09edc0.zip
ARM: sunxi: Add Allwinner A10s machine compatible
The A10s is a SoC member of the Allwinner sun5i family. It is basically an A13 with an EMAC and an HDMI controller. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
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 08937a345ab0..a42d8743ba7f 100644
--- a/arch/arm/mach-sunxi/sunxi.c
+++ b/arch/arm/mach-sunxi/sunxi.c
@@ -109,6 +109,7 @@ static void __init sunxi_dt_init(void)
static const char * const sunxi_board_dt_compat[] = {
"allwinner,sun4i-a10",
+ "allwinner,sun5i-a10s",
"allwinner,sun5i-a13",
NULL,
};