Re: [PATCH 3/3] ARM: uniphier: detect the base of micro support card at run-time

2020-02-27 Thread Masahiro Yamada
On Fri, Feb 14, 2020 at 8:55 PM Masahiro Yamada wrote: > > The base address 0x43f0 is no longer true for the future SoC. > Extract the base address from the device tree. > > Signed-off-by: Masahiro Yamada > --- Applied to u-boot-uniphier. > arch/arm/mach-uniphier/micro-support-card.c |

[PATCH 3/3] ARM: uniphier: detect the base of micro support card at run-time

2020-02-14 Thread Masahiro Yamada
The base address 0x43f0 is no longer true for the future SoC. Extract the base address from the device tree. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/micro-support-card.c | 43 +++-- 1 file changed, 31 insertions(+), 12 deletions(-) diff --git