[PATCH v1 5/5] ARM: tegra124: dts: mark HOST1X and DC with pre-relocation flag
Svyatoslav Ryhel
clamor95 at gmail.com
Thu Dec 12 11:13:31 CET 2024
Same as on previous SoC generations this is required for proper
video output work.
Signed-off-by: Svyatoslav Ryhel <clamor95 at gmail.com>
---
arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 7 -------
arch/arm/dts/tegra124-u-boot.dtsi | 13 +++++++++++++
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi b/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi
index 376dcdf68fb..79de06761bb 100644
--- a/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi
+++ b/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi
@@ -7,13 +7,6 @@
#include "tegra-u-boot.dtsi"
/ {
- host1x at 50000000 {
- bootph-all;
- dc at 54200000 {
- bootph-all;
- };
- };
-
spi at 7000d400 {
spi-deactivate-delay = <500>;
spi-max-frequency = <3000000>;
diff --git a/arch/arm/dts/tegra124-u-boot.dtsi b/arch/arm/dts/tegra124-u-boot.dtsi
index 7c119725528..6a02714a258 100644
--- a/arch/arm/dts/tegra124-u-boot.dtsi
+++ b/arch/arm/dts/tegra124-u-boot.dtsi
@@ -1,3 +1,16 @@
#include <config.h>
#include "tegra-u-boot.dtsi"
+
+/ {
+ host1x at 50000000 {
+ bootph-all;
+ dc at 54200000 {
+ bootph-all;
+ };
+
+ dc at 54240000 {
+ bootph-all;
+ };
+ };
+};
--
2.43.0
More information about the U-Boot
mailing list