summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2025-03-05 12:19:20 +0200
committerSvyatoslav Ryhel <[email protected]>2025-03-11 17:39:52 +0200
commitc825b1f89213de4647ee84a7197289b63fbf2160 (patch)
treeb7ab92395212f7f4272feba57efc08cd0501b9a6
parentdbc27c2462871722fe9ee591a0e7cdba6d5f48b9 (diff)
ARM: tegra20: mark second DC with bootph-all
For the Tegra 2, similar to other Tegra SoC generations, 'bootph-all' must be applied to both display controllers. Signed-off-by: Svyatoslav Ryhel <[email protected]>
-rw-r--r--arch/arm/dts/tegra20-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
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@54200000 {
bootph-all;
};
+
+ dc@54240000 {
+ bootph-all;
+ };
};
};