Re: [PATCH v2 02/11] dt-bindings: net: Add a YAML schemas for the generic PHY options

2019-06-10 Thread Rob Herring
On Mon, Jun 10, 2019 at 3:26 AM Maxime Ripard wrote: > > The networking PHYs have a number of available device tree properties that > can be used in their device tree node. Add a YAML schemas for those. > > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Add missing compatible opt

Re: [PATCH v2 02/11] dt-bindings: net: Add a YAML schemas for the generic PHY options

2019-06-10 Thread Andrew Lunn
> +required: > + - reg > + - interrupts Hi Maxime Interrupts are not required. That is an error in the .txt binding document. Otherwise, this looks good: Reviewed-by: Andrew Lunn Andrew

[PATCH v2 02/11] dt-bindings: net: Add a YAML schemas for the generic PHY options

2019-06-10 Thread Maxime Ripard
The networking PHYs have a number of available device tree properties that can be used in their device tree node. Add a YAML schemas for those. Signed-off-by: Maxime Ripard --- Changes from v1: - Add missing compatible options - add missing phy speeds - Fix the maintainers entry - Add a