ARM: tegra20: mark second DC with bootph-all
authorSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 5 Mar 2025 10:19:20 +0000 (12:19 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 11 Mar 2025 15:39:52 +0000 (17:39 +0200)
For the Tegra 2, similar to other Tegra SoC generations, 'bootph-all'
must be applied to both display controllers.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/dts/tegra20-u-boot.dtsi

index fa582bc..b74aa5b 100644 (file)
@@ -9,5 +9,9 @@
                dc@54200000 {
                        bootph-all;
                };
+
+               dc@54240000 {
+                       bootph-all;
+               };
        };
 };