
2 Sep
2021
2 Sep
'21
6:41 p.m.
On Sat, 28 Aug 2021 at 03:42, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
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
arch/sandbox/dts/test.dts | 14 +++++++++++--- drivers/cpu/cpu_sandbox.c | 2 +- test/dm/cpu.c | 2 +- test/dm/timer.c | 6 +++--- 4 files changed, 16 insertions(+), 8 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org