Home
last modified time | relevance | path

Searched hist:cef1f0c7 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/cpu/
H A Dbmips_cpu.ccef1f0c7 Fri Jun 22 11:52:05 CDT 2018 Philippe Reynes <philippe.reynes@softathome.com> cpu: bmips: fix probe to get the address

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 behaviour and read the address in the
cpu node when probing cpu.

We fix this by reading the address in the cpu parent.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>