arm: tegra: Restore host1x/dc dm-pre-reloc properties
authorNicolas Chauvet <kwizart@gmail.com>
Wed, 11 Jul 2018 18:42:57 +0000 (20:42 +0200)
committerTom Warren <twarren@nvidia.com>
Tue, 21 Aug 2018 15:34:55 +0000 (08:34 -0700)
Since commit f2faffecb016, tegra: Convert to use binman
the dm-pre-reloc properties are removed.

This leads U-Boot not to enable the display on paz00

This patch restore the dm-pre-reloc properties allowing
the bootloader to output to the display panel

v4: - Spell project name as appropriate
v3: - Fix few typos
v2: - Add more characters to commit hash

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/dts/tegra20-u-boot.dtsi

index 7c1197255284d9ba8abb53fa14dff6f4f24f173b..f64667e549861ffa7f236f9ff8594bd2a156382c 100644 (file)
@@ -1,3 +1,13 @@
 #include <config.h>
 
 #include "tegra-u-boot.dtsi"
+
+
+/ {
+       host1x@50000000 {
+               u-boot,dm-pre-reloc;
+               dc@54200000 {
+                       u-boot,dm-pre-reloc;
+               };
+       };
+};