Re: [PATCH] dtc: introduce label relative path references

2025-04-10 Thread Tom Rini
On Fri, 28 Mar 2025 17:31:15 +0100, Patrice Chotard wrote: > Since introduction of OF_UPSTREAM flag, U-Boot's dtc must be able > to compile Kernel's device tree. > > Since kernel commit 7de129f5389b ("ARM: dts: stm32: stm32mp151a-prtt1l: > Fix QSPI configuration"), label relative path references

Re: [PATCH] dtc: introduce label relative path references

2025-03-28 Thread Tom Rini
On Fri, Mar 28, 2025 at 05:31:15PM +0100, Patrice Chotard wrote: > Since introduction of OF_UPSTREAM flag, U-Boot's dtc must be able > to compile Kernel's device tree. > > Since kernel commit 7de129f5389b ("ARM: dts: stm32: stm32mp151a-prtt1l: > Fix QSPI configuration"), label relative path refer

Re: [PATCH] dtc: introduce label relative path references

2025-03-28 Thread Simon Glass
Hi Patrice, On Fri, 28 Mar 2025 at 11:35, Patrice CHOTARD wrote: > > > > On 3/28/25 18:06, Peter Robinson wrote: > > On Fri, 28 Mar 2025 at 16:52, Patrice Chotard > > wrote: > > > >> Since introduction of OF_UPSTREAM flag, U-Boot's dtc must be able > >> to compile Kernel's device tree. > >> > >>

Re: [PATCH] dtc: introduce label relative path references

2025-03-28 Thread Patrice CHOTARD
On 3/28/25 18:06, Peter Robinson wrote: > On Fri, 28 Mar 2025 at 16:52, Patrice Chotard > wrote: > >> Since introduction of OF_UPSTREAM flag, U-Boot's dtc must be able >> to compile Kernel's device tree. >> >> Since kernel commit 7de129f5389b ("ARM: dts: stm32: stm32mp151a-prtt1l: >> Fix QSPI

Re: [PATCH] dtc: introduce label relative path references

2025-03-28 Thread Peter Robinson
On Fri, 28 Mar 2025 at 16:52, Patrice Chotard wrote: > Since introduction of OF_UPSTREAM flag, U-Boot's dtc must be able > to compile Kernel's device tree. > > Since kernel commit 7de129f5389b ("ARM: dts: stm32: stm32mp151a-prtt1l: > Fix QSPI configuration"), label relative path references has be

[PATCH] dtc: introduce label relative path references

2025-03-28 Thread Patrice Chotard
Since introduction of OF_UPSTREAM flag, U-Boot's dtc must be able to compile Kernel's device tree. Since kernel commit 7de129f5389b ("ARM: dts: stm32: stm32mp151a-prtt1l: Fix QSPI configuration"), label relative path references has been introduced. These label relative path references is not suppo