[U-Boot] [PATCH v2 18/29] dtoc: Fix properties with a single zero-arg phandle

Simon Glass sjg at chromium.org
Mon Jul 9 19:52:56 UTC 2018


On 6 July 2018 at 10:27, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list