Re: [U-Boot] [PATCH v2 1/2] dtoc: Support multiple compatible strings in a node

2017-06-15 Thread sjg
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 This patch works

Re: [U-Boot] [PATCH v2 1/2] dtoc: Support multiple compatible strings in a node

2017-06-13 Thread Kever Yang
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 This patch works on firef

[U-Boot] [PATCH v2 1/2] dtoc: Support multiple compatible strings in a node

2017-06-13 Thread Simon Glass
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 --- Changes in v2: - Put the #defines in the header file - Add the required dtd_ pr