diff options
author | Maxime Ripard | 2016-09-08 12:26:08 +0200 |
---|---|---|
committer | Maxime Ripard | 2016-09-08 14:32:23 +0200 |
commit | c1efda1238be1efa8612e26ee98795298ffd6f95 (patch) | |
tree | 534157a95081b23706aef234962f32c6861acb4e /arch/arm/mach-sunxi | |
parent | ARM: sunxi: enable big-endian (diff) | |
download | kernel-qcow2-linux-c1efda1238be1efa8612e26ee98795298ffd6f95.tar.gz kernel-qcow2-linux-c1efda1238be1efa8612e26ee98795298ffd6f95.tar.xz kernel-qcow2-linux-c1efda1238be1efa8612e26ee98795298ffd6f95.zip |
ARM: sunxi: Support the Nextthing GR8
The GR8 is an SoC made by Nextthing Co, loosely based on the sun5i family.
It has a number of new controllers compared to the A10s and A13 (SPDIF, I2S),
but some controllers missing too (Ethernet, less I2C, less UARTs).
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
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.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 95dca8c2c9ed..2e2bde271205 100644 --- a/arch/arm/mach-sunxi/sunxi.c +++ b/arch/arm/mach-sunxi/sunxi.c @@ -22,6 +22,7 @@ static const char * const sunxi_board_dt_compat[] = { "allwinner,sun5i-a10s", "allwinner,sun5i-a13", "allwinner,sun5i-r8", + "nextthing,gr8", NULL, }; |