Re: [U-Boot] [PATCH v2] regmap: add support for address cell 2

2017-03-15 Thread Simon Glass
Hi Kever, On 6 March 2017 at 04:20, Kever Yang wrote: > ARM64 is using 64bit address which address cell is 2 instead of 1, > update to support it when of-platdata enabled. > > Signed-off-by: Kever Yang > --- > > drivers/core/regmap.c | 20 ++-- > 1 file changed, 18 insertions(+),

[U-Boot] [PATCH v2] regmap: add support for address cell 2

2017-03-06 Thread Kever Yang
ARM64 is using 64bit address which address cell is 2 instead of 1, update to support it when of-platdata enabled. Signed-off-by: Kever Yang --- drivers/core/regmap.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/drivers/core/regmap.c b/drivers/core/re