commit | 2e8c03d0a192790ad9cd2e26db3c2e05e502cce3 | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Wed Mar 05 12:19:20 2025 +0200 |
committer | Svyatoslav Ryhel <clamor95@gmail.com> | Tue Mar 11 17:39:52 2025 +0200 |
tree | b7ab92395212f7f4272feba57efc08cd0501b9a6 | |
parent | c7153aa7109debc337b7b4fdc2ead260c4e0f30f [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 <clamor95@gmail.com>
diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi index fa582bc..b74aa5b 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; + }; }; };