[PATCH v1 2/2] ARM: tegra20: mark second DC with bootph-all

Svyatoslav Ryhel clamor95 at gmail.com
Wed Mar 5 12:12:13 CET 2025


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 at gmail.com>
---
 arch/arm/dts/tegra20-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi
index fa582bcb9fd..b74aa5bb0d4 100644
--- a/arch/arm/dts/tegra20-u-boot.dtsi
+++ b/arch/arm/dts/tegra20-u-boot.dtsi
@@ -9,5 +9,9 @@
 		dc at 54200000 {
 			bootph-all;
 		};
+
+		dc at 54240000 {
+			bootph-all;
+		};
 	};
 };
-- 
2.43.0



More information about the U-Boot mailing list