Re: [PATCH v1] pci-host-ecam-generic: Convert to ofnode functions

2024-03-04 Thread Tom Rini
On Wed, Feb 14, 2024 at 11:30:01PM +0300, Maksim Kiselev wrote: > FDT functions is not working when OF_LIVE is enabled. > Convert fdt parsing functions to ofnode parsing functions > > Signed-off-by: Maksim Kiselev Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signatu

[PATCH v1] pci-host-ecam-generic: Convert to ofnode functions

2024-02-14 Thread Maksim Kiselev
FDT functions is not working when OF_LIVE is enabled. Convert fdt parsing functions to ofnode parsing functions Signed-off-by: Maksim Kiselev --- drivers/pci/pcie_ecam_generic.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/pci/pcie_ecam_generic.c b/driv