Re: [PATCH v2] dt-bindings: net: mdio: remove compatible string from example

From: Rob Herring
Date: Wed Feb 19 2020 - 15:09:30 EST


On Fri, 14 Feb 2020 21:44:08 +0200, Grygorii Strashko wrote:
> Remove vendor specific compatible string from example, otherwise DT YAML
> schemas validation may trigger warnings specific to TI ti,davinci_mdio
> and not to the generic MDIO example.
>
> For example, the "bus_freq" is required for davinci_mdio, but not required for
> generic mdio example. As result following warning will be produced:
> mdio.example.dt.yaml: mdio@5c030000: 'bus_freq' is a required property
>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxx>
> ---
> Remove compatible string from example instead of changing it.
>
> v1: https://patchwork.ozlabs.org/patch/1201674/
>
> Documentation/devicetree/bindings/net/mdio.yaml | 1 -
> 1 file changed, 1 deletion(-)
>

Applied, thanks.

Rob