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>
This commit is contained in:
Heinrich Schuchardt
2021-08-28 11:42:08 +02:00
committed by Simon Glass
parent 48609d0789
commit 8ae8da10b3
4 changed files with 16 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ static int cpu_sandbox_get_vendor(const struct udevice *dev, char *buf,
return 0;
}
static const char *cpu_current = "cpu-test1";
static const char *cpu_current = "cpu@1";
void cpu_sandbox_set_current(const char *name)
{