7401b49c50
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>
18 lines
259 B
Plaintext
18 lines
259 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "tegra124-nyan-big.dts"
|
|
|
|
/ {
|
|
/* Version of Nyan Big with 1080p panel */
|
|
host1x@50000000 {
|
|
dpaux@545c0000 {
|
|
aux-bus {
|
|
panel: panel {
|
|
compatible = "auo,b133htn01";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|