diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-29 14:15:55 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-09-15 05:27:47 -0600 |
commit | 8fed2eb20c2ef95d69f9683ab07f0ea869616713 (patch) | |
tree | b5cd984fcbe4026ec75e6e03fb613bcbf8b1ff8a /tools/dtoc/dtoc_test_phandle.dts | |
parent | 2925c26bb2b5450349c2080cac764c18e15a052e (diff) | |
download | u-boot-8fed2eb20c2ef95d69f9683ab07f0ea869616713.tar.gz |
dtoc: Rename is_phandle() and adjust it to return more detail
Update this function to return more detail about a property that contains
phandles. This will allow (in a future commit) more accurate handling of
these properties.
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'tools/dtoc/dtoc_test_phandle.dts')
-rw-r--r-- | tools/dtoc/dtoc_test_phandle.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dtoc/dtoc_test_phandle.dts b/tools/dtoc/dtoc_test_phandle.dts index e9828a695b..c0a602f296 100644 --- a/tools/dtoc/dtoc_test_phandle.dts +++ b/tools/dtoc/dtoc_test_phandle.dts @@ -13,6 +13,7 @@ u-boot,dm-pre-reloc; compatible = "target"; intval = <1>; + #clock-cells = <1>; }; phandle-source { |