Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1425ec0f authored by Vishnu Patekar's avatar Vishnu Patekar Committed by Maxime Ripard
Browse files

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: default avatarVishnu Patekar <vishnupatekar0510@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
[maxime: Removed the clock protection code]
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 92e963f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -11,5 +11,6 @@ using one of the following compatible strings:
  allwinner,sun7i-a20
  allwinner,sun8i-a23
  allwinner,sun8i-a33
  allwinner,sun8i-a83t
  allwinner,sun8i-h3
  allwinner,sun9i-a80
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ MACHINE_END
static const char * const sun8i_board_dt_compat[] = {
	"allwinner,sun8i-a23",
	"allwinner,sun8i-a33",
	"allwinner,sun8i-a83t",
	"allwinner,sun8i-h3",
	NULL,
};