ARM: tegra124: dts: mark HOST1X and DC with pre-relocation flag
authorSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 20 Nov 2024 07:26:38 +0000 (09:26 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 13 Feb 2025 14:52:13 +0000 (16:52 +0200)
Same as on previous SoC generations this is required for proper
video output work.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/dts/tegra124-nyan-big-u-boot.dtsi
arch/arm/dts/tegra124-u-boot.dtsi

index 376dcdf..8a629bf 100644 (file)
@@ -4,16 +4,9 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include "tegra-u-boot.dtsi"
+#include "tegra124-u-boot.dtsi"
 
 / {
-       host1x@50000000 {
-               bootph-all;
-               dc@54200000 {
-                       bootph-all;
-               };
-       };
-
        spi@7000d400 {
                spi-deactivate-delay = <500>;
                spi-max-frequency = <3000000>;
index 7c11972..6a02714 100644 (file)
@@ -1,3 +1,16 @@
 #include <config.h>
 
 #include "tegra-u-boot.dtsi"
+
+/ {
+       host1x@50000000 {
+               bootph-all;
+               dc@54200000 {
+                       bootph-all;
+               };
+
+               dc@54240000 {
+                       bootph-all;
+               };
+       };
+};