u-boot-brain/drivers/cpu
Philippe Reynes cef1f0c7a4 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: c444afbbef)
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>
2018-07-11 14:23:55 +02:00
..
bmips_cpu.c cpu: bmips: fix probe to get the address 2018-07-11 14:23:55 +02:00
cpu-uclass.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig dm: Implement a CPU uclass 2015-04-29 21:02:33 -06:00
Makefile cpu: add CPU driver for Broadcom MIPS SoCs 2017-05-10 16:16:09 +02:00