[U-Boot] [PATCH v2 13/16] dtoc: Put phandle args in an array

sjg at google.com sjg at google.com
Fri Sep 15 19:25:34 UTC 2017


We want to support more than one phandle argument. It makes sense to use
an array for this rather than discrete struct members. Adjust the code to
support this. Rename the member to 'arg' instead of 'id'.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2: None

 drivers/clk/clk-uclass.c   | 2 +-
 include/dt-structs.h       | 4 ++--
 tools/dtoc/dtb_platdata.py | 2 +-
 tools/dtoc/test_dtoc.py    | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

Applied to u-boot-fdt thanks!


More information about the U-Boot mailing list