]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: asus: transformer: add ASUS Transformer T30 family support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 30 Jun 2023 07:29:03 +0000 (10:29 +0300)
committerThierry Reding <treding@nvidia.com>
Fri, 30 Jun 2023 13:20:37 +0000 (15:20 +0200)
commit15be9a7b3b08fa11d046162aaeb899e5d726cb90
treec10676d5d9a826136e763614137427a3ef7b7550
parentd83721f1d4a18f576e66264ac5a1812b9a82f008
board: asus: transformer: add ASUS Transformer T30 family support

The ASUS Transformer T30 family are 2-in-1 detachable tablets
and AiO developed by ASUS that run the Android operating system
(TF600T runs Windows RT and P1801-T runs Android and Windows).
The T30 Transformers feature a 10.1-inch display (apart P1801-T),
an Nvidia Tegra 3 quad-core chip, 1/2 GB of RAM, and 16/32 GB of
storage. Transformers board derives from Nvidia Cardhu development
board.

This patch brings support for 7 known Transformer devices:
- ASUS Transformer Prime TF201
- ASUS Transformer Pad TF300T/TF300TG/TF300TL
- ASUS VivoTab RT TF600T (Windows RT based)
- ASUS Transformer Infinity TF700T
- ASUS Portable AiO P1801-T

Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # all devices
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
29 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra30-asus-p1801-t.dts [new file with mode: 0644]
arch/arm/dts/tegra30-asus-tf201.dts [new file with mode: 0644]
arch/arm/dts/tegra30-asus-tf300t.dts [new file with mode: 0644]
arch/arm/dts/tegra30-asus-tf300tg.dts [new file with mode: 0644]
arch/arm/dts/tegra30-asus-tf300tl.dts [new file with mode: 0644]
arch/arm/dts/tegra30-asus-tf600t.dts [new file with mode: 0644]
arch/arm/dts/tegra30-asus-tf700t.dts [new file with mode: 0644]
arch/arm/dts/tegra30-asus-transformer.dtsi [new file with mode: 0644]
arch/arm/mach-tegra/tegra30/Kconfig
board/asus/transformer-t30/Kconfig [new file with mode: 0644]
board/asus/transformer-t30/MAINTAINERS [new file with mode: 0644]
board/asus/transformer-t30/Makefile [new file with mode: 0644]
board/asus/transformer-t30/pinmux-config-transformer.h [new file with mode: 0644]
board/asus/transformer-t30/transformer-t30-spl.c [new file with mode: 0644]
board/asus/transformer-t30/transformer-t30.c [new file with mode: 0644]
configs/p1801-t.config [new file with mode: 0644]
configs/tf201.config [new file with mode: 0644]
configs/tf300t.config [new file with mode: 0644]
configs/tf300tg.config [new file with mode: 0644]
configs/tf300tl.config [new file with mode: 0644]
configs/tf600t.config [new file with mode: 0644]
configs/tf700t.config [new file with mode: 0644]
configs/transformer_t30_defconfig [new file with mode: 0644]
doc/board/asus/index.rst [new file with mode: 0644]
doc/board/asus/transformer_t30.rst [new file with mode: 0644]
doc/board/index.rst
include/configs/transformer-common.h [new file with mode: 0644]
include/configs/transformer-t30.h [new file with mode: 0644]