Re: [PATCH v2 08/11] dt-bindings: net: sun7i-gmac: Convert the binding to a schemas

2019-06-10 Thread Rob Herring
On Mon, Jun 10, 2019 at 3:26 AM Maxime Ripard wrote: > > Switch our Allwinner A20 GMAC controller binding to a YAML schema to enable > the DT validation. Since that controller is based on a Synopsys IP, let's > add the validation to that schemas with a bunch of conditionals. > > Signed-off-by: Max

[PATCH v2 08/11] dt-bindings: net: sun7i-gmac: Convert the binding to a schemas

2019-06-10 Thread Maxime Ripard
Switch our Allwinner A20 GMAC controller binding to a YAML schema to enable the DT validation. Since that controller is based on a Synopsys IP, let's add the validation to that schemas with a bunch of conditionals. Signed-off-by: Maxime Ripard --- Changes from v1: - Add a file of its own ---