Skip to content

Commit eb481f9

Browse files
dgreidnvswarren
authored andcommitted
ARM: tegra: add Acer Chromebook 13 device tree
The Acer Chromebook 13, codenamed Big, contains an NVIDIA tegra124 processor and is similar to the Venice2 reference platform. The keyboard, USB 2, audio, sdcard and emmc have been tested and work on the 1366x768 models. The Full HD models haven't been tested yet. WiFi does not yet work, it needs at least some PMIC changes to enable the 32k clock. The elan trackpad is not yet functional but hopefully will be soon as there are patches under review. There is also an issue on reboot because the TPM isn't reset. It will cause the stock firmware to enter recovery mode. This can be worked around by an EC-reset, press the refresh and power keys at the same time. Signed-off-by: Dylan Reid <[email protected]> Signed-off-by: Stephen Warren <[email protected]>
1 parent edfbad0 commit eb481f9

File tree

2 files changed

+1137
-0
lines changed

2 files changed

+1137
-0
lines changed

arch/arm/boot/dts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
440440
tegra114-roth.dtb \
441441
tegra114-tn7.dtb \
442442
tegra124-jetson-tk1.dtb \
443+
tegra124-nyan-big.dtb \
443444
tegra124-venice2.dtb
444445
dtb-$(CONFIG_ARCH_U300) += ste-u300.dtb
445446
dtb-$(CONFIG_ARCH_U8500) += ste-snowball.dtb \

0 commit comments

Comments
 (0)