Re: [PATCH v2 05/11] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

2019-06-14 Thread Maxime Ripard
Hi, On Fri, Jun 14, 2019 at 07:37:49AM -0600, Rob Herring wrote: > > > For '-gpio', we may be okay because the suffix is handled in the GPIO > > > core. It should be safe to update the binding to use the preferred > > > form. > > > > It might require a bit of work though in drivers, since the fall

Re: [PATCH v2 05/11] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

2019-06-14 Thread Rob Herring
On Fri, Jun 14, 2019 at 3:50 AM Maxime Ripard wrote: > > Hi Rob, > > On Thu, Jun 13, 2019 at 11:32:30AM -0600, Rob Herring wrote: > > On Thu, Jun 13, 2019 at 7:25 AM Maxime Ripard > > wrote: > > > On Mon, Jun 10, 2019 at 12:59:29PM -0600, Rob Herring wrote: > > > > On Mon, Jun 10, 2019 at 8:31 A

Re: [PATCH v2 05/11] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

2019-06-14 Thread Maxime Ripard
Hi Rob, On Thu, Jun 13, 2019 at 11:32:30AM -0600, Rob Herring wrote: > On Thu, Jun 13, 2019 at 7:25 AM Maxime Ripard > wrote: > > On Mon, Jun 10, 2019 at 12:59:29PM -0600, Rob Herring wrote: > > > On Mon, Jun 10, 2019 at 8:31 AM Andrew Lunn wrote: > > > > > > > > > +required: > > > > > + - com

Re: [PATCH v2 05/11] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

2019-06-13 Thread Rob Herring
On Thu, Jun 13, 2019 at 7:25 AM Maxime Ripard wrote: > > Hi Rob, > > On Mon, Jun 10, 2019 at 12:59:29PM -0600, Rob Herring wrote: > > On Mon, Jun 10, 2019 at 8:31 AM Andrew Lunn wrote: > > > > > > > +required: > > > > + - compatible > > > > + - reg > > > > + - interrupts > > > > + - clocks >

Re: [PATCH v2 05/11] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

2019-06-13 Thread Maxime Ripard
Hi Rob, On Mon, Jun 10, 2019 at 12:59:29PM -0600, Rob Herring wrote: > On Mon, Jun 10, 2019 at 8:31 AM Andrew Lunn wrote: > > > > > +required: > > > + - compatible > > > + - reg > > > + - interrupts > > > + - clocks > > > + - phy > > > + - allwinner,sram > > > > Quoting ethernet.txt: > > >

Re: [PATCH v2 05/11] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

2019-06-10 Thread Rob Herring
On Mon, Jun 10, 2019 at 8:31 AM Andrew Lunn wrote: > > > +required: > > + - compatible > > + - reg > > + - interrupts > > + - clocks > > + - phy > > + - allwinner,sram > > Quoting ethernet.txt: > > - phy: the same as "phy-handle" property, not recommended for new bindings. > > - phy-handle:

Re: [PATCH v2 05/11] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

2019-06-10 Thread Maxime Ripard
Hi Andrew, On Mon, Jun 10, 2019 at 04:31:39PM +0200, Andrew Lunn wrote: > > +required: > > + - compatible > > + - reg > > + - interrupts > > + - clocks > > + - phy > > + - allwinner,sram > > Quoting ethernet.txt: > > - phy: the same as "phy-handle" property, not recommended for new bindings.

Re: [PATCH v2 05/11] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

2019-06-10 Thread Andrew Lunn
> +required: > + - compatible > + - reg > + - interrupts > + - clocks > + - phy > + - allwinner,sram Quoting ethernet.txt: - phy: the same as "phy-handle" property, not recommended for new bindings. - phy-handle: phandle, specifies a reference to a node representing a PHY device; this pr

[PATCH v2 05/11] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

2019-06-10 Thread Maxime Ripard
Switch our Allwinner A10 EMAC controller binding to a YAML schema to enable the DT validation. Signed-off-by: Maxime Ripard --- Documentation/devicetree/bindings/net/allwinner,sun4i-a10-emac.yaml | 55 +++ Documentation/devicetree/bindings/net