commit | 8ae8da10b339349586daad0ceb5c0cb655b5ef6d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Aug 28 11:42:08 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 25 09:46:15 2021 -0600 |
tree | 9a996e97845db0d4ecb89c519b07cfbc215f2d9e | |
parent | 48609d0789f811014b33e6eefc2c27c99be7fea7 [diff] |
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>