]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: lg: x3: add Optimus 4X HD and Optimus Vu support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 30 Jun 2023 07:29:05 +0000 (10:29 +0300)
committerThierry Reding <treding@nvidia.com>
Fri, 30 Jun 2023 13:20:37 +0000 (15:20 +0200)
commit623a8c812e127c4f008dfbb60f29edc8c7d94e09
tree5fee7392377f7b9e1723cc9b0a936a024323cde8
parent855ffdfa650aa54edf2bfdd99da50cd6255453b8
board: lg: x3: add Optimus 4X HD and Optimus Vu support

LG X3 is a development board based on Nvidia Tegra 3 SoC
on base of which Optimus 4X HD and Optimus Vu were created.
Both smartphones feature a 4.7" and 5" panels respectively,
an Nvidia Tegra 3 quad-core chip, 1 GB of RAM and 16/32 GB
of internal storage. Optimux 4X HD additionally has a micro
SD slot.

Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # LG P880 T30
Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # LG P895 T30
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
18 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra30-lg-p880.dts [new file with mode: 0644]
arch/arm/dts/tegra30-lg-p895.dts [new file with mode: 0644]
arch/arm/dts/tegra30-lg-x3.dtsi [new file with mode: 0644]
arch/arm/mach-tegra/tegra30/Kconfig
board/lg/x3-t30/Kconfig [new file with mode: 0644]
board/lg/x3-t30/MAINTAINERS [new file with mode: 0644]
board/lg/x3-t30/Makefile [new file with mode: 0644]
board/lg/x3-t30/pinmux-config-x3.h [new file with mode: 0644]
board/lg/x3-t30/x3-t30-spl.c [new file with mode: 0644]
board/lg/x3-t30/x3-t30.c [new file with mode: 0644]
configs/p880.config [new file with mode: 0644]
configs/p895.config [new file with mode: 0644]
configs/x3_t30_defconfig [new file with mode: 0644]
doc/board/index.rst
doc/board/lg/index.rst [new file with mode: 0644]
doc/board/lg/x3_t30.rst [new file with mode: 0644]
include/configs/x3-t30.h [new file with mode: 0644]