u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] imx7d-pico: Fix the name of the u-boot.dtsi file
@ 2022-12-31 16:25 Fabio Estevam
  2022-12-31 18:34 ` Tom Rini
  2023-01-06 16:52 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2022-12-31 16:25 UTC (permalink / raw)
  To: sbabic; +Cc: trini, u-boot, egyszeregy, Fabio Estevam

Since commit 2f96d4dd95f8 ("imx7s/d: synchronise device trees with linux")
the imx7d-pico board no longer boots.

The reason is that prior to the above commit there was an explicit
inclusion of arch/arm/dts/imx7d-pico-u-boot.dtsi inside imx7d-pico.dtsi.

After the syncing with the Linux upstream dtsi, this u-boot.dtsi inclusion
is gone and the board fails to boot.

U-Boot uses the imx7d-pico-pi.dtb file, so rename the u-boot.dtsi to
imx7d-pico-pi-u-boot.dtsi which gets included automatically by U-Boot
standard make logic and makes the board boot again.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Hi Tom and Stefano,

Please apply this one for U-Boot 2023.01 to fix a boot regression.

Thanks

 .../arm/dts/{imx7d-pico-u-boot.dtsi => imx7d-pico-pi-u-boot.dtsi} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename arch/arm/dts/{imx7d-pico-u-boot.dtsi => imx7d-pico-pi-u-boot.dtsi} (100%)

diff --git a/arch/arm/dts/imx7d-pico-u-boot.dtsi b/arch/arm/dts/imx7d-pico-pi-u-boot.dtsi
similarity index 100%
rename from arch/arm/dts/imx7d-pico-u-boot.dtsi
rename to arch/arm/dts/imx7d-pico-pi-u-boot.dtsi
-- 
2.25.1


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

* Re: [PATCH] imx7d-pico: Fix the name of the u-boot.dtsi file
  2022-12-31 16:25 [PATCH] imx7d-pico: Fix the name of the u-boot.dtsi file Fabio Estevam
@ 2022-12-31 18:34 ` Tom Rini
  2023-01-06 16:52 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-12-31 18:34 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: sbabic, u-boot, egyszeregy

[-- Attachment #1: Type: text/plain, Size: 873 bytes --]

On Sat, Dec 31, 2022 at 01:25:14PM -0300, Fabio Estevam wrote:
> Since commit 2f96d4dd95f8 ("imx7s/d: synchronise device trees with linux")
> the imx7d-pico board no longer boots.
> 
> The reason is that prior to the above commit there was an explicit
> inclusion of arch/arm/dts/imx7d-pico-u-boot.dtsi inside imx7d-pico.dtsi.
> 
> After the syncing with the Linux upstream dtsi, this u-boot.dtsi inclusion
> is gone and the board fails to boot.
> 
> U-Boot uses the imx7d-pico-pi.dtb file, so rename the u-boot.dtsi to
> imx7d-pico-pi-u-boot.dtsi which gets included automatically by U-Boot
> standard make logic and makes the board boot again.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
> Hi Tom and Stefano,
> 
> Please apply this one for U-Boot 2023.01 to fix a boot regression.

In my bundle to get before the release.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: [PATCH] imx7d-pico: Fix the name of the u-boot.dtsi file
  2022-12-31 16:25 [PATCH] imx7d-pico: Fix the name of the u-boot.dtsi file Fabio Estevam
  2022-12-31 18:34 ` Tom Rini
@ 2023-01-06 16:52 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-01-06 16:52 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: sbabic, u-boot, egyszeregy

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

On Sat, Dec 31, 2022 at 01:25:14PM -0300, Fabio Estevam wrote:

> Since commit 2f96d4dd95f8 ("imx7s/d: synchronise device trees with linux")
> the imx7d-pico board no longer boots.
> 
> The reason is that prior to the above commit there was an explicit
> inclusion of arch/arm/dts/imx7d-pico-u-boot.dtsi inside imx7d-pico.dtsi.
> 
> After the syncing with the Linux upstream dtsi, this u-boot.dtsi inclusion
> is gone and the board fails to boot.
> 
> U-Boot uses the imx7d-pico-pi.dtb file, so rename the u-boot.dtsi to
> imx7d-pico-pi-u-boot.dtsi which gets included automatically by U-Boot
> standard make logic and makes the board boot again.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2023-01-06 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31 16:25 [PATCH] imx7d-pico: Fix the name of the u-boot.dtsi file Fabio Estevam
2022-12-31 18:34 ` Tom Rini
2023-01-06 16:52 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).