Re: [U-Boot] [PATCH v4 1/3] watchdog: orion_wdt: support SPL usage

2019-04-11 Thread Stefan Roese
On 17.02.19 22:30, Chris Packham wrote: When run from the SPL the mvebu targets are using the hardware default offset for the SoC peripherals. devfdt_get_addr_size_index() understands how to deal with this via dm_get_translation_offset() so use this instead of fdtdec_get_addr_size_auto_noparent()

[U-Boot] [PATCH v4 1/3] watchdog: orion_wdt: support SPL usage

2019-02-17 Thread Chris Packham
When run from the SPL the mvebu targets are using the hardware default offset for the SoC peripherals. devfdt_get_addr_size_index() understands how to deal with this via dm_get_translation_offset() so use this instead of fdtdec_get_addr_size_auto_noparent(). Signed-off-by: Chris Packham Reviewed-