diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-01-06 23:15:49 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-02-05 20:49:17 +0400 |
commit | 76af3467a7189d84a6ce2bb2ee6d565f543b5dbc (patch) | |
tree | 958ae68d676f5cba28546958fcbd9e6eb90a0a28 /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | da45d738c5c2bb9f3aa58e39818af9104dd7b848 (diff) | |
download | linux-76af3467a7189d84a6ce2bb2ee6d565f543b5dbc.tar.xz |
ARM: tegra: document which Dalmore revisions are supported
There are a number of revisions of the Dalmore board, each with a variety
of incompatible SW-visible HW changes. The Dalmore DT file in the kernel
only supports HW revision A04. Document this in the DT file.
Reported-by: Paul Walmsley <pwalmsley@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 73aecfb57ccb..8de543777882 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -1,3 +1,8 @@ +/* + * This dts file supports Dalmore A04. + * Other board revisions are not supported + */ + /dts-v1/; #include <dt-bindings/input/input.h> |