diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-08 06:26:08 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-08 08:32:23 -0400 |
commit | c1efda1238be1efa8612e26ee98795298ffd6f95 (patch) | |
tree | 534157a95081b23706aef234962f32c6861acb4e /Documentation | |
parent | 3515c1bbfae34aca2df0f639364e31c85fbf30f5 (diff) |
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 'Documentation')
-rw-r--r-- | Documentation/arm/sunxi/README | 2 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README index e5a115f24471..77f57efbea83 100644 --- a/Documentation/arm/sunxi/README +++ b/Documentation/arm/sunxi/README | |||
@@ -31,6 +31,8 @@ SunXi family | |||
31 | + User Manual | 31 | + User Manual |
32 | http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf | 32 | http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf |
33 | 33 | ||
34 | - Next Thing Co GR8 (sun5i) | ||
35 | |||
34 | * Dual ARM Cortex-A7 based SoCs | 36 | * Dual ARM Cortex-A7 based SoCs |
35 | - Allwinner A20 (sun7i) | 37 | - Allwinner A20 (sun7i) |
36 | + User Manual | 38 | + User Manual |
diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt index 7e79fcc36b0d..3975d0a0e4c2 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.txt +++ b/Documentation/devicetree/bindings/arm/sunxi.txt | |||
@@ -14,3 +14,4 @@ using one of the following compatible strings: | |||
14 | allwinner,sun8i-a83t | 14 | allwinner,sun8i-a83t |
15 | allwinner,sun8i-h3 | 15 | allwinner,sun8i-h3 |
16 | allwinner,sun9i-a80 | 16 | allwinner,sun9i-a80 |
17 | nextthing,gr8 | ||