summaryrefslogtreecommitdiffstats
path: root/tools/dtoc/test_dtoc.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-29 14:15:58 -0600
committerSimon Glass <sjg@chromium.org>2017-09-15 05:27:48 -0600
commitbc79617fdfeb4afabb94774885447dd64d7bea6c (patch)
tree77b22f03fd35d592abe2d9f7020e79abe9875849 /tools/dtoc/test_dtoc.py
parent35d503700f294b6f5dd930e2c1b0dd841f1b58fb (diff)
downloadu-boot-bc79617fdfeb4afabb94774885447dd64d7bea6c.tar.gz
u-boot-bc79617fdfeb4afabb94774885447dd64d7bea6c.tar.xz
u-boot-bc79617fdfeb4afabb94774885447dd64d7bea6c.zip
dtoc: Put phandle args in an array
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@chromium.org> Tested-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'tools/dtoc/test_dtoc.py')
-rw-r--r--tools/dtoc/test_dtoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtoc/test_dtoc.py b/tools/dtoc/test_dtoc.py
index aa617a649c..fbae927cf8 100644
--- a/tools/dtoc/test_dtoc.py
+++ b/tools/dtoc/test_dtoc.py
@@ -253,7 +253,7 @@ U_BOOT_DEVICE(phandle_target) = {
static struct dtd_source dtv_phandle_source = {
\t.clocks\t\t\t= {
-\t\t{&dtv_phandle_target, 1},},
+\t\t{&dtv_phandle_target, {1}},},
};
U_BOOT_DEVICE(phandle_source) = {
\t.name\t\t= "source",