]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: tegra: Add support for nyan-big board
authorAllen Martin <amartin@nvidia.com>
Thu, 4 Dec 2014 13:36:30 +0000 (06:36 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 11 Dec 2014 20:18:44 +0000 (13:18 -0700)
commita6c7b461814028870697182d19383ef5b370c257
tree42c59de3f448031d8414338fac83243021c99ce1
parent754204b5c2bbb810c4f332227227af086f935686
ARM: tegra: Add support for nyan-big board

Nyan-big is a Tegra124 clamshell board that is very similar to venice2, but
it has a different panel, the sdcard cd and wp sense are flipped, and it has
a different revision of the AS3722 PMIC.

This is the Acer Chromebook 13 CB5-311-T7NN (13.3-inch HD, NVIDIA
Tegra K1, 2GB). The display is not currently supported, so it should
boot on other nyan-based Chromebooks also, but only the device tree for
nyan-big is provided here.

The device tree file is from Linux but with features removed which are
unlikely to be supported in U-Boot soon (regulators, pinmux). Also the
addresses are updated to 32-bit.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
(rebase, change to 'nyan-big', fix pinmux that resets nyan-big)
arch/arm/cpu/armv7/tegra124/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/tegra124-nyan-big.dts [new file with mode: 0644]
board/nvidia/nyan-big/Kconfig [new file with mode: 0644]
board/nvidia/nyan-big/MAINTAINERS [new file with mode: 0644]
board/nvidia/nyan-big/Makefile [new file with mode: 0644]
board/nvidia/nyan-big/nyan-big.c [new file with mode: 0644]
board/nvidia/nyan-big/pinmux-config-nyan-big.h [new file with mode: 0644]
board/nvidia/venice2/as3722_init.h
configs/nyan-big_defconfig [new file with mode: 0644]
include/configs/nyan-big.h [new file with mode: 0644]