diff options
author | Thierry Reding <[email protected]> | 2022-03-07 18:59:09 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-03-07 19:02:39 +0100 |
commit | 7401b49c50c2b032223de408e28e37cbd63f4c97 (patch) | |
tree | 9d1a0e7f2db8cf3ac15b5b35a7aaf19a89a17bf0 | |
parent | 8d3b01e0d4bb54368d73d0984466d72c2eeeac74 (diff) |
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: Dmitry Osipenko <[email protected]>
Fixes: ef6fb9875ce0 ("ARM: tegra: Add device-tree for 1080p version of Nyan Big")
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/tegra124-nyan-big-fhd.dts | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra124-nyan-big-fhd.dts b/arch/arm/boot/dts/tegra124-nyan-big-fhd.dts index d35fb79d2f51..4db43324dafa 100644 --- a/arch/arm/boot/dts/tegra124-nyan-big-fhd.dts +++ b/arch/arm/boot/dts/tegra124-nyan-big-fhd.dts @@ -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"; + }; + }; + }; }; }; |