Re: [PATCH net-next 1/2] dt-bindings: net: dsa: b53: Add YAML bindings

2020-10-12 Thread Rob Herring
On Mon, Oct 12, 2020 at 07:45:10AM +0200, Kurt Kanzenbach wrote: > On Sun Oct 11 2020, Florian Fainelli wrote: > > On 10/11/2020 1:32 AM, Kurt Kanzenbach wrote: > >> How should we proceed? Adding the missing compatible strings and ports > >> to the DTS files? Or adjusting the include files? > > > >

Re: [PATCH net-next 1/2] dt-bindings: net: dsa: b53: Add YAML bindings

2020-10-11 Thread Kurt Kanzenbach
On Sun Oct 11 2020, Florian Fainelli wrote: > On 10/11/2020 1:32 AM, Kurt Kanzenbach wrote: >> How should we proceed? Adding the missing compatible strings and ports >> to the DTS files? Or adjusting the include files? > > The include is correct as it provides the fallback family string which > is

Re: [PATCH net-next 1/2] dt-bindings: net: dsa: b53: Add YAML bindings

2020-10-11 Thread Florian Fainelli
On 10/11/2020 1:32 AM, Kurt Kanzenbach wrote: On Sat Oct 10 2020, Florian Fainelli wrote: On 10/10/2020 9:46 AM, Kurt Kanzenbach wrote: Convert the b53 DSA device tree bindings to YAML in order to allow for automatic checking and such. Suggested-by: Florian Fainelli Signed-off-by: Kurt Kan

Re: [PATCH net-next 1/2] dt-bindings: net: dsa: b53: Add YAML bindings

2020-10-11 Thread Kurt Kanzenbach
On Sat Oct 10 2020, Florian Fainelli wrote: > On 10/10/2020 9:46 AM, Kurt Kanzenbach wrote: >> Convert the b53 DSA device tree bindings to YAML in order to allow >> for automatic checking and such. >> >> Suggested-by: Florian Fainelli >> Signed-off-by: Kurt Kanzenbach > > Thanks for making this

Re: [PATCH net-next 1/2] dt-bindings: net: dsa: b53: Add YAML bindings

2020-10-10 Thread Florian Fainelli
On 10/10/2020 9:46 AM, Kurt Kanzenbach wrote: Convert the b53 DSA device tree bindings to YAML in order to allow for automatic checking and such. Suggested-by: Florian Fainelli Signed-off-by: Kurt Kanzenbach Thanks for making this change, there are quite a few warnings that are going to

[PATCH net-next 1/2] dt-bindings: net: dsa: b53: Add YAML bindings

2020-10-10 Thread Kurt Kanzenbach
Convert the b53 DSA device tree bindings to YAML in order to allow for automatic checking and such. Suggested-by: Florian Fainelli Signed-off-by: Kurt Kanzenbach --- .../devicetree/bindings/net/dsa/b53.yaml | 249 ++ 1 file changed, 249 insertions(+) create mode 100644 Doc