aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Przywara2016-01-18 04:24:31 -0600
committerMaxime Ripard2016-11-03 03:07:22 -0500
commit6bc37fac30cf01c39feb17834090089304bd1d31 (patch)
tree83da2071af2c5fac6353ea294810bbceb347337d /MAINTAINERS
parent1001354ca34179f3db924eb66672442a173147dc (diff)
downloadkernel-6bc37fac30cf01c39feb17834090089304bd1d31.tar.gz
kernel-6bc37fac30cf01c39feb17834090089304bd1d31.tar.xz
kernel-6bc37fac30cf01c39feb17834090089304bd1d31.zip
arm64: dts: add Allwinner A64 SoC .dtsi
The Allwinner A64 SoC is a low-cost chip with 4 ARM Cortex-A53 cores and the typical tablet / TV box peripherals. The SoC is based on the (32-bit) Allwinner H3 chip, sharing most of the peripherals and the memory map. Although the cores are proper 64-bit ones, the whole SoC is actually limited to 4GB (including all the supported DRAM), so we use 32-bit address and size cells. This has the nice feature of us being able to reuse the DT for 32-bit kernels as well. This .dtsi lists the hardware that we support so far. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Chen-Yu Tsai <wens@csie.org> [Maxime: Convert to CCU binding, drop the MMC support for now] Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1cd38a7e0064..86488e92655f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1019,6 +1019,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019S: Maintained 1019S: Maintained
1020N: sun[x456789]i 1020N: sun[x456789]i
1021F: arch/arm/boot/dts/ntc-gr8* 1021F: arch/arm/boot/dts/ntc-gr8*
1022F: arch/arm64/boot/dts/allwinner/
1022 1023
1023ARM/Allwinner SoC Clock Support 1024ARM/Allwinner SoC Clock Support
1024M: Emilio López <emilio@elopez.com.ar> 1025M: Emilio López <emilio@elopez.com.ar>