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)
commit8ae8da10b339349586daad0ceb5c0cb655b5ef6d
tree9a996e97845db0d4ecb89c519b07cfbc215f2d9e
parent48609d0789f811014b33e6eefc2c27c99be7fea7
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