commit | bc1e0dd947875eba7d526e1551623f0c1458b565 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Fri Feb 10 08:23:23 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 17 14:15:12 2017 -0500 |
tree | f75ab3725e989ed8f990cfdfbad39d82166c6af7 | |
parent | 645cb46e2b6b446d10745662edba680ed36b5184 [diff] |
arm: omap5: Fix generation of reserved-memory DT node When the node 'reserved-memory' is not defined in the DT we fail to add needed properties. We also fail to move 'offs' to point to the new node. Fix these here. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>