Re: [PATCH] dt-bindings: arm: add additionalProperties

2020-11-17 Thread Chunfeng Yun
On Tue, 2020-11-17 at 11:37 +0100, Geert Uytterhoeven wrote: > Hi Chunfeng, > > On Tue, Nov 17, 2020 at 11:32 AM Chunfeng Yun > wrote: > > Add an explicit "additionalProperties: true" to avoid > > dt_binding_check error caused by: > > 'additionalProperties' is a required property > > > > This

Re: [PATCH] dt-bindings: arm: add additionalProperties

2020-11-17 Thread Geert Uytterhoeven
Hi Chunfeng, On Tue, Nov 17, 2020 at 11:32 AM Chunfeng Yun wrote: > Add an explicit "additionalProperties: true" to avoid > dt_binding_check error caused by: > 'additionalProperties' is a required property > > This will not change function, due to additionalProperties > is true by default. > >

[PATCH] dt-bindings: arm: add additionalProperties

2020-11-17 Thread Chunfeng Yun
Add an explicit "additionalProperties: true" to avoid dt_binding_check error caused by: 'additionalProperties' is a required property This will not change function, due to additionalProperties is true by default. Signed-off-by: Chunfeng Yun ---