]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 fa582bcb9fdf4658b867af71331f13cbf1e149db..b74aa5bb0d4f76498ac7aaa257bf5c37a901a22a 100644 (file)
@@ -9,5 +9,9 @@
                dc@54200000 {
                        bootph-all;
                };
+
+               dc@54240000 {
+                       bootph-all;
+               };
        };
 };