Re: [U-Boot] U-Boot of-platdata issue

2017-04-24 Thread Kever Yang
Hi Simon, On 02/17/2017 04:43 AM, Simon Glass wrote: [...] 2. multi compatible name When a dts node have more than one compatible name, which is prefer to use? for example, we have two dwmmc compatible name in rk3399, the tool is using the first one, while the source code using the last one.

Re: [U-Boot] U-Boot of-platdata issue

2017-02-16 Thread Simon Glass
Hi Kever, On 13 February 2017 at 18:09, Kever Yang wrote: > Hi Simon, Jaehoon, > > > On 02/13/2017 05:51 PM, Jaehoon Chung wrote: >> >> On 02/13/2017 06:23 PM, Kever Yang wrote: >>> >>> Hi Simon, >>> >>> On 01/16/2017 12:15 PM, Simon Glass wrote: Hi Kever, On 15 January 2017 a

Re: [U-Boot] U-Boot of-platdata issue

2017-02-13 Thread Kever Yang
Hi Simon, Jaehoon, On 02/13/2017 05:51 PM, Jaehoon Chung wrote: On 02/13/2017 06:23 PM, Kever Yang wrote: Hi Simon, On 01/16/2017 12:15 PM, Simon Glass wrote: Hi Kever, On 15 January 2017 at 18:28, Kever Yang wrote: Hi Simon, I met two issue when using of-platdata 1. compitable nam

Re: [U-Boot] U-Boot of-platdata issue

2017-02-13 Thread Jaehoon Chung
On 02/13/2017 06:23 PM, Kever Yang wrote: > Hi Simon, > > On 01/16/2017 12:15 PM, Simon Glass wrote: >> Hi Kever, >> >> On 15 January 2017 at 18:28, Kever Yang wrote: >>> Hi Simon, >>> >>> I met two issue when using of-platdata >>> >>> 1. compitable name with '.' >>> I get compile error as b

Re: [U-Boot] U-Boot of-platdata issue

2017-02-13 Thread Kever Yang
Hi Simon, On 01/16/2017 12:15 PM, Simon Glass wrote: Hi Kever, On 15 January 2017 at 18:28, Kever Yang wrote: Hi Simon, I met two issue when using of-platdata 1. compitable name with '.' I get compile error as below: In file included from include/dt-structs.h:16:0, fr

Re: [U-Boot] U-Boot of-platdata issue

2017-01-15 Thread Simon Glass
Hi Kever, On 15 January 2017 at 18:28, Kever Yang wrote: > Hi Simon, > > I met two issue when using of-platdata > > 1. compitable name with '.' > I get compile error as below: > In file included from include/dt-structs.h:16:0, > from spl/dts/dt-platdata.c:3: > include/generat

[U-Boot] U-Boot of-platdata issue

2017-01-15 Thread Kever Yang
Hi Simon, I met two issue when using of-platdata 1. compitable name with '.' I get compile error as below: In file included from include/dt-structs.h:16:0, from spl/dts/dt-platdata.c:3: include/generated/dt-structs.h:26:35: error: expected identifier or ‘(’ before numeric c