]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: net: mdio: remove compatible string from example
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 14 Feb 2020 19:44:08 +0000 (21:44 +0200)
committerRob Herring <robh@kernel.org>
Thu, 20 Feb 2020 01:03:44 +0000 (19:03 -0600)
commit0f9d5031e4fc7767fca9f40347753d80ab50b865
treea08876a1b9abce106f5dafe22fc97640c71b54ee
parent12335e3db5f072876013528aa959c6af3a13707f
dt-bindings: net: mdio: remove compatible string from example

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@ti.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/net/mdio.yaml