]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: asus: transformer: add ASUS Transformer T20 family support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 27 Jan 2022 17:42:04 +0000 (19:42 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 5 Jul 2024 07:18:35 +0000 (10:18 +0300)
commit28144ba8d020bc5411eab8afe67cf359c8a543ef
tree469e273068512e4eb6cf2039e7e7ccff2dee8483
parentbd356e05cd82d7b02a09a590f497f9a2f7a01277
board: asus: transformer: add ASUS Transformer T20 family support

The Asus Eee Pad Transformer family are 2-in-1 detachable/slider
tablets developed by Asus that run the Android operating system.
The Eee Pad Transformers feature a 10.1-inch (260 mm) display,
an Nvidia Tegra 2 dual-core chip, 1 GB of RAM, and 16/32 GB of storage.
Transformers board derives from Nvidia Ventana development board.

This patch brings support for all 3 known T20 Transformers:
- Asus Eee Pad Transformer TF101
- Asus Eee Pad Transformer TF101G
- Asus Eee Pad Slider SL101

Tested-by: Robert Eckelmann <longnoserob@gmail.com> # ASUS TF101
Tested-by: Antoni Aloy Torrens <aaloytorrens@gmail.com> # ASUS TF101
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
17 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra20-asus-sl101.dts [new file with mode: 0644]
arch/arm/dts/tegra20-asus-tf101.dts [new file with mode: 0644]
arch/arm/dts/tegra20-asus-tf101g.dts [new file with mode: 0644]
arch/arm/dts/tegra20-asus-transformer.dtsi [new file with mode: 0644]
arch/arm/mach-tegra/tegra20/Kconfig
board/asus/transformer-t20/Kconfig [new file with mode: 0644]
board/asus/transformer-t20/MAINTAINERS [new file with mode: 0644]
board/asus/transformer-t20/Makefile [new file with mode: 0644]
board/asus/transformer-t20/configs/sl101.config [new file with mode: 0644]
board/asus/transformer-t20/configs/tf101.config [new file with mode: 0644]
board/asus/transformer-t20/configs/tf101g.config [new file with mode: 0644]
board/asus/transformer-t20/transformer-t20.c [new file with mode: 0644]
configs/transformer_t20_defconfig [new file with mode: 0644]
doc/board/asus/index.rst
doc/board/asus/transformer_t20.rst [new file with mode: 0644]
include/configs/transformer-t20.h [new file with mode: 0644]