diff options
author | Vishnu Patekar <vishnupatekar0510@gmail.com> | 2016-01-06 21:11:52 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-02-05 07:54:08 +0100 |
commit | 1425ec0f1ce46c95838c797a721bf9c6e0be14e2 (patch) | |
tree | 3e9c15adf344b9e6cf736e55c5f8c902e2a954e2 /Documentation/arm | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-1425ec0f1ce46c95838c797a721bf9c6e0be14e2.tar.bz2 |
ARM: sunxi: Introduce Allwinner for A83T support
Allwinner A83T is octa-core cortex-a7 based SoC.
It's clock control unit and prcm, pinmux are different from previous sun8i
series.
Its processor cores are arragned in two clusters 4 cores each,
similar to A80.
Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Chen-Yu Tsai <wens@csie.org>
[maxime: Removed the clock protection code]
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/sunxi/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README index 430d279a8df3..e5a115f24471 100644 --- a/Documentation/arm/sunxi/README +++ b/Documentation/arm/sunxi/README @@ -72,6 +72,5 @@ SunXi family * Octa ARM Cortex-A7 based SoCs - Allwinner A83T - + Not Supported + Datasheet http://dl.linux-sunxi.org/A83T/A83T_datasheet_Revision_1.1.pdf |