commit | fdec580e2bf2ba7ac8cfb5eea90a7afb169d2c35 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 29 14:15:58 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 15 05:27:48 2017 -0600 |
tree | 77b22f03fd35d592abe2d9f7020e79abe9875849 | |
parent | d0cd075cc0900e62a9376bc50a4957bcbdbfaf17 [diff] |
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>