aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/tegra20-u-boot.dtsi
diff options
context:
space:
mode:
authorNicolas Chauvet <kwizart@gmail.com>2018-07-11 20:42:57 +0200
committerTom Warren <twarren@nvidia.com>2018-08-21 08:34:55 -0700
commit0de68cf3f857ad9ad9d9ca86952b8c9df559fec6 (patch)
treef5ea85c0e8ebe2e611fb5247dc6343718f5ec024 /arch/arm/dts/tegra20-u-boot.dtsi
parentb71d9e8b3805305ea4116733f515061710ad7081 (diff)
downloadu-boot-0de68cf3f857ad9ad9d9ca86952b8c9df559fec6.zip
u-boot-0de68cf3f857ad9ad9d9ca86952b8c9df559fec6.tar.gz
u-boot-0de68cf3f857ad9ad9d9ca86952b8c9df559fec6.tar.bz2
arm: tegra: Restore host1x/dc dm-pre-reloc properties
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>
Diffstat (limited to 'arch/arm/dts/tegra20-u-boot.dtsi')
-rw-r--r--arch/arm/dts/tegra20-u-boot.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi
index 7c11972..f64667e 100644
--- a/arch/arm/dts/tegra20-u-boot.dtsi
+++ b/arch/arm/dts/tegra20-u-boot.dtsi
@@ -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;
+ };
+ };
+};