
15 Jun
2017
15 Jun
'17
9:21 p.m.
Hi Simon,
On 06/14/2017 11:10 AM, Simon Glass wrote:
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
This patch works on firefly-rk3399 board,
Tested-by: Kever Yang kever.yang@rock-chips.com
Thanks, - Kever
Changes in v2:
Put the #defines in the header file
Add the required dtd_ prefix to the #defines
doc/driver-model/of-plat.txt | 5 +++++ tools/dtoc/dtoc.py | 28 +++++++++++++++++++++------- 2 files changed, 26 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!