From: Nicolas Chauvet <kwizart@gmail.com>
To: swarren@nvidia.com
Cc: linux-tegra@vger.kernel.org, u-boot@lists.denx.de
Subject: [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
Date: Wed, 11 Jul 2018 19:24:12 +0200 [thread overview]
Message-ID: <20180711172412.13220-1-kwizart@gmail.com> (raw)
In-Reply-To: <20180711151948.21779-1-kwizart@gmail.com>
Since commit f2faffecb016, tegra: Convert to use binman
the dm-pre-reloc properties are removed.
This leads uboot not to enable the display on paz00
This patch restore the dm-pre-reloc properties allowing
the bootloader to output to the display panel
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>
---
arch/arm/dts/tegra20-u-boot.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi
index 7c11972552..f64667e549 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;
+ };
+ };
+};
--
2.17.1
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
next prev parent reply other threads:[~2018-07-11 17:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-11 15:19 [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties Nicolas Chauvet
2018-07-11 16:45 ` Stephen Warren
2018-07-11 16:56 ` Nicolas Chauvet
2018-07-11 17:09 ` Simon Glass
2018-07-11 17:24 ` Nicolas Chauvet [this message]
2018-07-11 17:38 ` Simon Glass
2018-07-11 18:42 ` Nicolas Chauvet
2018-07-11 18:42 ` Nicolas Chauvet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180711172412.13220-1-kwizart@gmail.com \
--to=kwizart@gmail.com \
--cc=linux-tegra@vger.kernel.org \
--cc=swarren@nvidia.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox