From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 10/16] dt-bindings: net: sun8i-emac: Convert the binding to a schemas Date: Wed, 19 Jun 2019 08:10:13 -0600 Message-ID: References: <27aeb33cf5b896900d5d11bd6957eda268014f0c.1560937626.git-series.maxime.ripard@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org To: Maxime Ripard Cc: Mark Rutland , Frank Rowand , "David S . Miller" , Chen-Yu Tsai , Maxime Coquelin , Alexandre Torgue , netdev , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Maxime Chevallier , =?UTF-8?Q?Antoine_T=C3=A9nart?= , Andrew Lunn , Florian Fainelli , Heiner Kallweit List-Id: devicetree@vger.kernel.org On Wed, Jun 19, 2019 at 3:48 AM Maxime Ripard wrote: > > Switch our Allwinner H3 EMAC 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 v2: > - Switch to phy-connection-type instead of phy-mode > - Change the delay enum to using multipleOf > > Changes from v1: > - Add specific binding document > --- > Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 321 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- > Documentation/devicetree/bindings/net/dwmac-sun8i.txt | 201 +--------------------------------------------- > Documentation/devicetree/bindings/net/snps,dwmac.yaml | 15 +++- > 3 files changed, 336 insertions(+), 201 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml > delete mode 100644 Documentation/devicetree/bindings/net/dwmac-sun8i.txt Reviewed-by: Rob Herring