> -----Original Message-----
> From: Simon Glass <[email protected]>
> Sent: Monday, April 6, 2020 5:38 AM
> To: U-Boot Mailing List <[email protected]>
> Cc: Ang, Chee Hong <[email protected]>; Tom Rini
> <[email protected]>; Tan, Ley Foon <[email protected]>;
> Westergreen, Dalon <[email protected]>; See, Chin Liang
> <[email protected]>; Simon Goldschmidt
> <[email protected]>; Marek Vasut <[email protected]>;
> Simon Glass <[email protected]>; Bin Meng <[email protected]>; Dario
> Binacchi <[email protected]>; Heinrich Schuchardt <[email protected]>;
> Patrick Delaunay <[email protected]>; Pavel Herrmann
> <[email protected]>
> Subject: [PATCH] dm: core: Read parent ofdata before children
>
> At present a device can read its ofdata before its parent has done the same.
> This can cause problems in the case where the parent has a 'ranges'
> property, thus affecting the operation of dev_read_addr(), for example.
>
> We already probe parent devices before children so it does not seem to be a
> large step to do the same with ofdata.
>
> Make the change and update the documentation in this area.
>
> Signed-off-by: Simon Glass <[email protected]>
Hi Simon
This patch fixed Arria 10 boot up issue in SPL previously due to commit
82de42fa1468.
It able boot uboot now.
Tested-by: Ley Foon Tan <[email protected]>
Thanks.
Regards
Ley Foon