
9 Jul
2018
9 Jul
'18
9:52 p.m.
On 6 July 2018 at 10:27, Simon Glass sjg@chromium.org wrote:
At present a property with a single phandle looks like an integer value to dtoc. Correct this by adjusting it in the phandle-processing code.
Add a test for this.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Update to cope with GetPhandle() being removed
tools/dtoc/dtb_platdata.py | 12 ++++++++---- tools/dtoc/dtoc_test_phandle.dts | 6 ++++++ tools/dtoc/test_dtoc.py | 10 ++++++++++ tools/dtoc/test_fdt.py | 4 +++- 4 files changed, 27 insertions(+), 5 deletions(-)
Applied to u-boot-dm.