Re: [PATCH 1/2] sandbox: correct cpu nodes

2021-09-26 Thread Simon Glass
On Sat, 28 Aug 2021 at 03:42, Heinrich Schuchardt 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:

Re: [PATCH 1/2] sandbox: correct cpu nodes

2021-09-02 Thread Simon Glass
On Sat, 28 Aug 2021 at 03:42, Heinrich Schuchardt 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:

[PATCH 1/2] sandbox: correct cpu nodes

2021-08-28 Thread Heinrich Schuchardt
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 --- arch/sandbox/dts/test.dts | 14 +++--- d