Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Grygorii Strashko and committed by
Rob Herring
867c1859 3044d989

-1
-1
Documentation/devicetree/bindings/net/mdio.yaml
··· 56 56 examples: 57 57 - | 58 58 davinci_mdio: mdio@5c030000 { 59 - compatible = "ti,davinci_mdio"; 60 59 reg = <0x5c030000 0x1000>; 61 60 #address-cells = <1>; 62 61 #size-cells = <0>;