[U-Boot] [PATCH] cpu: bmips: fix probe to get the address

2018-06-22 Thread Philippe Reynes
In the device tree, the address for cpu is located in the node "cpus", not in the cpu node (for exemple cpu@0). So when probing cpu, the cpu address must be read in the cpu parent. The commit "cpu: bmips: convert to use live dt" (sha1: c444afbbefa103d567f197393d39ec0fcca21a0c) change this behaviou

Re: [U-Boot] [PATCH] cpu: bmips: fix probe to get the address

2018-06-29 Thread Daniel Schwierzeck
On 22.06.2018 18:52, Philippe Reynes wrote: > In the device tree, the address for cpu is located in > the node "cpus", not in the cpu node (for exemple cpu@0). > So when probing cpu, the cpu address must be read in the > cpu parent. > > The commit "cpu: bmips: convert to use live dt" > (sha1: c4