Re: [PATCH 7/8] dtoc: Detect drivers which do not parse correctly

2021-07-11 Thread Simon Glass
On 7/4/21 3:19 PM, Simon Glass wrote: > At present if a driver is missing a uclass or compatible stirng, this Most probably it should be "string" > is silently ignored. This makes sense in most cases, particularly for > the compatible string, since it is not required except when the driver > is use

Re: [PATCH 7/8] dtoc: Detect drivers which do not parse correctly

2021-07-05 Thread Walter Lozano
On 7/4/21 3:19 PM, Simon Glass wrote: At present if a driver is missing a uclass or compatible stirng, this Most probably it should be "string" is silently ignored. This makes sense in most cases, particularly for the compatible string, since it is not required except when the driver is used

[PATCH 7/8] dtoc: Detect drivers which do not parse correctly

2021-07-04 Thread Simon Glass
At present if a driver is missing a uclass or compatible stirng, this is silently ignored. This makes sense in most cases, particularly for the compatible string, since it is not required except when the driver is used with of-platdata. But it is also not very helpful. When there is some sort of p