]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: correct cpu nodes
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 28 Aug 2021 09:42:08 +0000 (11:42 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Sep 2021 15:46:15 +0000 (09:46 -0600)
commit0333396aebddd9af5524a9a2797c5ab34a33eb27
tree9a996e97845db0d4ecb89c519b07cfbc215f2d9e
parent452bb293d0e87d7bfe13583722453227c39db400
sandbox: correct cpu nodes

The cpu nodes in arch/sandbox/dts/test.dts should conform to the devicetree
specification:

* property device_type must be set to "cpu"
* the reg property must be provided
* the cpu nodes must have an address

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
drivers/cpu/cpu_sandbox.c
test/dm/cpu.c
test/dm/timer.c