Commit 7401b49c authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: Move Nyan FHD panels to AUX bus

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: default avatarDmitry Osipenko <digetx@gmail.com>
Fixes: ef6fb987 ("ARM: tegra: Add device-tree for 1080p version of Nyan Big")
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8d3b01e0
......@@ -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";
};
};
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment