All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
@ 2018-07-11 15:19 ` Nicolas Chauvet
  0 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 15:19 UTC (permalink / raw)
  To: swarren; +Cc: linux-tegra, u-boot

Since commit f2faffecbd, tegra: Convert to use binman
the dm-pre-reloc properties are removed.

This lead 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

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
@ 2018-07-11 15:19 ` Nicolas Chauvet
  0 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 15:19 UTC (permalink / raw)
  To: u-boot

Since commit f2faffecbd, tegra: Convert to use binman
the dm-pre-reloc properties are removed.

This lead 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

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
---
 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 at 50000000 {
+		u-boot,dm-pre-reloc;
+		dc at 54200000 {
+			u-boot,dm-pre-reloc;
+		};
+	};
+};
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* Re: [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
  2018-07-11 15:19 ` [U-Boot] " Nicolas Chauvet
@ 2018-07-11 16:45   ` Stephen Warren
  -1 siblings, 0 replies; 16+ messages in thread
From: Stephen Warren @ 2018-07-11 16:45 UTC (permalink / raw)
  To: Nicolas Chauvet, swarren; +Cc: linux-tegra, u-boot, Tom Warren

On 07/11/2018 09:19 AM, Nicolas Chauvet wrote:
> Since commit f2faffecbd, tegra: Convert to use binman
> the dm-pre-reloc properties are removed.

That commit hash is ambiguous; can we add a few more characters (e.g. 
"f2faffecb016")?

Thanks for tracking this down.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
@ 2018-07-11 16:45   ` Stephen Warren
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Warren @ 2018-07-11 16:45 UTC (permalink / raw)
  To: u-boot

On 07/11/2018 09:19 AM, Nicolas Chauvet wrote:
> Since commit f2faffecbd, tegra: Convert to use binman
> the dm-pre-reloc properties are removed.

That commit hash is ambiguous; can we add a few more characters (e.g. 
"f2faffecb016")?

Thanks for tracking this down.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
  2018-07-11 15:19 ` [U-Boot] " Nicolas Chauvet
@ 2018-07-11 16:56   ` Nicolas Chauvet
  -1 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 16:56 UTC (permalink / raw)
  To: swarren; +Cc: linux-tegra, u-boot

Since commit f2faffecb016, tegra: Convert to use binman
the dm-pre-reloc properties are removed.

This lead 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

v2: - Add more character to commit hash

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
@ 2018-07-11 16:56   ` Nicolas Chauvet
  0 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 16:56 UTC (permalink / raw)
  To: u-boot

Since commit f2faffecb016, tegra: Convert to use binman
the dm-pre-reloc properties are removed.

This lead 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

v2: - Add more character to commit hash

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
---
 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 at 50000000 {
+		u-boot,dm-pre-reloc;
+		dc at 54200000 {
+			u-boot,dm-pre-reloc;
+		};
+	};
+};
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* Re: [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
  2018-07-11 15:19 ` [U-Boot] " Nicolas Chauvet
@ 2018-07-11 17:09   ` Simon Glass
  -1 siblings, 0 replies; 16+ messages in thread
From: Simon Glass @ 2018-07-11 17:09 UTC (permalink / raw)
  To: Nicolas Chauvet; +Cc: linux-tegra, U-Boot Mailing List, Stephen Warren

On 11 July 2018 at 09:19, Nicolas Chauvet <kwizart@gmail.com> wrote:
> Since commit f2faffecbd, tegra: Convert to use binman
> the dm-pre-reloc properties are removed.
>
> This lead uboot not to enable the display on paz00

This leads U-Boot ...

>
> This patch restore the dm-pre-reloc properties allowing
> the bootloader to output to the display panel
>
> Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
> ---
>  arch/arm/dts/tegra20-u-boot.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

>
> 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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
@ 2018-07-11 17:09   ` Simon Glass
  0 siblings, 0 replies; 16+ messages in thread
From: Simon Glass @ 2018-07-11 17:09 UTC (permalink / raw)
  To: u-boot

On 11 July 2018 at 09:19, Nicolas Chauvet <kwizart@gmail.com> wrote:
> Since commit f2faffecbd, tegra: Convert to use binman
> the dm-pre-reloc properties are removed.
>
> This lead uboot not to enable the display on paz00

This leads U-Boot ...

>
> This patch restore the dm-pre-reloc properties allowing
> the bootloader to output to the display panel
>
> Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
> ---
>  arch/arm/dts/tegra20-u-boot.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

>
> 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 at 50000000 {
> +               u-boot,dm-pre-reloc;
> +               dc at 54200000 {
> +                       u-boot,dm-pre-reloc;
> +               };
> +       };
> +};
> --
> 2.17.1
>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
  2018-07-11 15:19 ` [U-Boot] " Nicolas Chauvet
@ 2018-07-11 17:24   ` Nicolas Chauvet
  -1 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 17:24 UTC (permalink / raw)
  To: swarren; +Cc: linux-tegra, u-boot

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

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
@ 2018-07-11 17:24   ` Nicolas Chauvet
  0 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 17:24 UTC (permalink / raw)
  To: u-boot

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 at 50000000 {
+		u-boot,dm-pre-reloc;
+		dc at 54200000 {
+			u-boot,dm-pre-reloc;
+		};
+	};
+};
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* Re: [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
  2018-07-11 17:24   ` [U-Boot] " Nicolas Chauvet
@ 2018-07-11 17:38     ` Simon Glass
  -1 siblings, 0 replies; 16+ messages in thread
From: Simon Glass @ 2018-07-11 17:38 UTC (permalink / raw)
  To: Nicolas Chauvet; +Cc: linux-tegra, U-Boot Mailing List, Stephen Warren

On 11 July 2018 at 11:24, Nicolas Chauvet <kwizart@gmail.com> wrote:
> 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

U-Boot :-)

>
> 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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
@ 2018-07-11 17:38     ` Simon Glass
  0 siblings, 0 replies; 16+ messages in thread
From: Simon Glass @ 2018-07-11 17:38 UTC (permalink / raw)
  To: u-boot

On 11 July 2018 at 11:24, Nicolas Chauvet <kwizart@gmail.com> wrote:
> 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

U-Boot :-)

>
> 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 at 50000000 {
> +               u-boot,dm-pre-reloc;
> +               dc at 54200000 {
> +                       u-boot,dm-pre-reloc;
> +               };
> +       };
> +};
> --
> 2.17.1
>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
  2018-07-11 15:19 ` [U-Boot] " Nicolas Chauvet
@ 2018-07-11 18:42   ` Nicolas Chauvet
  -1 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 18:42 UTC (permalink / raw)
  To: swarren; +Cc: linux-tegra, u-boot

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

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
@ 2018-07-11 18:42   ` Nicolas Chauvet
  0 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 18:42 UTC (permalink / raw)
  To: u-boot

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 at 50000000 {
+		u-boot,dm-pre-reloc;
+		dc at 54200000 {
+			u-boot,dm-pre-reloc;
+		};
+	};
+};
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
  2018-07-11 15:19 ` [U-Boot] " Nicolas Chauvet
@ 2018-07-11 18:42   ` Nicolas Chauvet
  -1 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 18:42 UTC (permalink / raw)
  To: swarren; +Cc: linux-tegra, u-boot

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>
---
 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

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties
@ 2018-07-11 18:42   ` Nicolas Chauvet
  0 siblings, 0 replies; 16+ messages in thread
From: Nicolas Chauvet @ 2018-07-11 18:42 UTC (permalink / raw)
  To: u-boot

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>
---
 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 at 50000000 {
+		u-boot,dm-pre-reloc;
+		dc at 54200000 {
+			u-boot,dm-pre-reloc;
+		};
+	};
+};
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-07-11 18:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-11 15:19 [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties Nicolas Chauvet
2018-07-11 15:19 ` [U-Boot] " Nicolas Chauvet
2018-07-11 16:45 ` Stephen Warren
2018-07-11 16:45   ` [U-Boot] " Stephen Warren
2018-07-11 16:56 ` Nicolas Chauvet
2018-07-11 16:56   ` [U-Boot] " Nicolas Chauvet
2018-07-11 17:09 ` Simon Glass
2018-07-11 17:09   ` [U-Boot] " Simon Glass
2018-07-11 17:24 ` Nicolas Chauvet
2018-07-11 17:24   ` [U-Boot] " Nicolas Chauvet
2018-07-11 17:38   ` Simon Glass
2018-07-11 17:38     ` [U-Boot] " Simon Glass
2018-07-11 18:42 ` Nicolas Chauvet
2018-07-11 18:42   ` [U-Boot] " Nicolas Chauvet
2018-07-11 18:42 ` Nicolas Chauvet
2018-07-11 18:42   ` [U-Boot] " Nicolas Chauvet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.