summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra124-nyan-big.dts
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2017-01-22 16:47:50 +0100
committerThierry Reding <treding@nvidia.com>2017-01-25 12:01:09 +0100
commitbfa3c0d4e8ba8eff525d34dbde0e76a98ebfbade (patch)
treebbe69f7d65fef01c10620f09c0919718db189357 /arch/arm/boot/dts/tegra124-nyan-big.dts
parent5fc01a9909273f5b9b6f01e96e1eded4adebd953 (diff)
ARM: tegra: nyan-big: Include compatible revisions for proper detection
Depthcharge (the payload used with cros devices) will attempt to detect boards using their revision. This includes all the known revisions for the nyan-big board so that the dtb can be selected preferably. Defining compatibly revisions allows depthcharge to select the kernel via the revision it detects instead of using the default kernel. This allows having a FIT image with multiple kernels for multiple devices. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-nyan-big.dts')
-rw-r--r--arch/arm/boot/dts/tegra124-nyan-big.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra124-nyan-big.dts b/arch/arm/boot/dts/tegra124-nyan-big.dts
index 67d7cfb32541..ded8ff4fa33f 100644
--- a/arch/arm/boot/dts/tegra124-nyan-big.dts
+++ b/arch/arm/boot/dts/tegra124-nyan-big.dts
@@ -6,7 +6,11 @@
/ {
model = "Acer Chromebook 13 CB5-311";
- compatible = "google,nyan-big", "nvidia,tegra124";
+ compatible = "google,nyan-big-rev7", "google,nyan-big-rev6",
+ "google,nyan-big-rev5", "google,nyan-big-rev4",
+ "google,nyan-big-rev3", "google,nyan-big-rev2",
+ "google,nyan-big-rev1", "google,nyan-big-rev0",
+ "google,nyan-big", "google,nyan", "nvidia,tegra124";
panel: panel {
compatible = "auo,b133xtn01";