OSDN Git Service

ARM: tegra: Move Nyan FHD panels to AUX bus
authorThierry Reding <treding@nvidia.com>
Mon, 7 Mar 2022 17:59:09 +0000 (18:59 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 7 Mar 2022 18:02:39 +0000 (19:02 +0100)
Similarly to what was earlier done for other Nyan variants, move the eDP
panel on the FHD models to the AUX bus as well.

Suggested-by: Dmitry Osipenko <digetx@gmail.com>
Fixes: ef6fb9875ce0 ("ARM: tegra: Add device-tree for 1080p version of Nyan Big")
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-nyan-big-fhd.dts

index d35fb79..4db4332 100644 (file)
@@ -5,7 +5,13 @@
 
 / {
        /* Version of Nyan Big with 1080p panel */
-       panel {
-               compatible = "auo,b133htn01";
+       host1x@50000000 {
+               dpaux@545c0000 {
+                       aux-bus {
+                               panel: panel {
+                                       compatible = "auo,b133htn01";
+                               };
+                       };
+               };
        };
 };