Re: [PATCH] dm: tpl: Add fdt address translation support in TPL

2022-10-21 Thread Simon Glass
On Fri, 14 Oct 2022 at 12:05, William Zhang wrote: > > This is needed in the platforms that use "ranges" node property for > address translation in their dts for TPL. > > Signed-off-by: William Zhang > > --- > > drivers/core/Kconfig | 14 ++ > 1 file changed, 14 insertions(+) > Revi

Re: [PATCH] dm: tpl: Add fdt address translation support in TPL

2022-10-14 Thread Simon Glass
On Fri, 14 Oct 2022 at 12:05, William Zhang wrote: > > This is needed in the platforms that use "ranges" node property for > address translation in their dts for TPL. > > Signed-off-by: William Zhang > > --- > > drivers/core/Kconfig | 14 ++ > 1 file changed, 14 insertions(+) > Revi

[PATCH] dm: tpl: Add fdt address translation support in TPL

2022-10-14 Thread William Zhang
This is needed in the platforms that use "ranges" node property for address translation in their dts for TPL. Signed-off-by: William Zhang --- drivers/core/Kconfig | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index c9bf5de4332b