commit | 934be0b37af1596a0823528cc128a8fce53cd4c1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 13 21:10:06 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:19 2017 -0600 |
tree | b83684261b3ad2ecebc49ae37010e98a145c45af | |
parent | 88f06769f50b289e829af5db25fdfccc021d52b3 [diff] |
dtoc: Support multiple compatible strings in a node Sometimes a node will have multiple compatible strings. Drivers may use one or the other so the best approach seems to be to #define them to be equivalent. Update dtoc to support this. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Kever Yang <kever.yang@rock-chips.com>