Re: [U-Boot] Question about device tree usage and ranges

2019-09-19 Thread Stefan Roese
Hi Aaron, On 19.09.19 13:35, Aaron Williams wrote: Hi, In my device tree I need to translate some address via ranges but I'm running into some issues. If I use ofnode_get_addr_size() it is not using the #address-cells and #size-cells nor is it performing the ranges translation. It always

[U-Boot] Question about device tree usage and ranges

2019-09-19 Thread Aaron Williams
Hi, In my device tree I need to translate some address via ranges but I'm running into some issues. If I use ofnode_get_addr_size() it is not using the #address-cells and #size-cells nor is it performing the ranges translation. It always assumes #address-cells and #size-cells is 2 and doesn't