summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra124-nyan-big-fhd.dts
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2021-12-12 00:13:58 +0300
committerThierry Reding <treding@nvidia.com>2021-12-15 19:29:54 +0300
commitef6fb9875ce0f495115ebb22a635a1aaafc0f467 (patch)
tree7729d1e48ae9427c60d214893f617c1eff2e9d57 /arch/arm/boot/dts/tegra124-nyan-big-fhd.dts
parent87d9cf2e846968c7ca8e2a3299e4fb93899bd7fc (diff)
downloadlinux-ef6fb9875ce0f495115ebb22a635a1aaafc0f467.tar.xz
ARM: tegra: Add device-tree for 1080p version of Nyan Big
Add dedicated device-tree for 1080p version of Nyan Big in order to describe display panel properly. FHD panel doesn't support modes other than 1080p, hence it's wrong to use incompatible lower resolution panel in device-tree. Tested-by: Thomas Graichen <thomas.graichen@gmail.com> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-nyan-big-fhd.dts')
-rw-r--r--arch/arm/boot/dts/tegra124-nyan-big-fhd.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124-nyan-big-fhd.dts b/arch/arm/boot/dts/tegra124-nyan-big-fhd.dts
new file mode 100644
index 000000000000..d35fb79d2f51
--- /dev/null
+++ b/arch/arm/boot/dts/tegra124-nyan-big-fhd.dts
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
+/dts-v1/;
+
+#include "tegra124-nyan-big.dts"
+
+/ {
+ /* Version of Nyan Big with 1080p panel */
+ panel {
+ compatible = "auo,b133htn01";
+ };
+};