Re: [PATCH v6 17/28] fdt: translate address if #size-cells = <0>

2020-12-02 Thread Heinrich Schuchardt
On 12/1/20 9:48 PM, dario...@libero.it wrote: Dear Heinrich On 11/22/20 5:11 PM, Dario Binacchi wrote: > The __of_translate_address routine translates an address from the > device tree into a CPU physical address. A note in the description of > the routine explains that the crossing of any lev

Re: [PATCH v6 17/28] fdt: translate address if #size-cells = <0>

2020-12-01 Thread dario...@libero.it
Dear Heinrich > > On 11/22/20 5:11 PM, Dario Binacchi wrote: > > The __of_translate_address routine translates an address from the > > device tree into a CPU physical address. A note in the description of > > the routine explains that the crossing of any level with > > #size-c

Re: [PATCH v6 17/28] fdt: translate address if #size-cells = <0>

2020-11-30 Thread Simon Glass
On Sun, 22 Nov 2020 at 09:11, Dario Binacchi wrote: > > The __of_translate_address routine translates an address from the > device tree into a CPU physical address. A note in the description of > the routine explains that the crossing of any level with > #size-cells = <0> is to be considered an er

Re: [PATCH v6 17/28] fdt: translate address if #size-cells = <0>

2020-11-22 Thread Heinrich Schuchardt
On 11/22/20 5:11 PM, Dario Binacchi wrote: The __of_translate_address routine translates an address from the device tree into a CPU physical address. A note in the description of the routine explains that the crossing of any level with #size-cells = <0> is to be considered an error not by specifi

[PATCH v6 17/28] fdt: translate address if #size-cells = <0>

2020-11-22 Thread Dario Binacchi
The __of_translate_address routine translates an address from the device tree into a CPU physical address. A note in the description of the routine explains that the crossing of any level with #size-cells = <0> is to be considered an error not by specification but since inherited from IBM. This doe