Re: [PATCH v2 02/10] include: dm: ofnode: fix headers

2023-02-15 Thread Kever Yang
On 2023/2/7 22:52, Johan Jonker wrote: When fdt_addr_t and phys_addr_t are split it turns out that the header don't match the functions, so fix the headers. Signed-off-by: Johan Jonker Reviewed-by: Simon Glass Reviewed-by: Kever Yang Thanks, - Kever --- include/dm/ofnode.h | 16 +++

[PATCH v2 02/10] include: dm: ofnode: fix headers

2023-02-07 Thread Johan Jonker
When fdt_addr_t and phys_addr_t are split it turns out that the header don't match the functions, so fix the headers. Signed-off-by: Johan Jonker Reviewed-by: Simon Glass --- include/dm/ofnode.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/dm/ofno