Skip to content

Commit 867c185

Browse files
grygoriySrobherring
authored andcommitted
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 <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 3044d98 commit 867c185

File tree

1 file changed

+0
-1
lines changed
  • Documentation/devicetree/bindings/net

1 file changed

+0
-1
lines changed

Documentation/devicetree/bindings/net/mdio.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ patternProperties:
5656
examples:
5757
- |
5858
davinci_mdio: mdio@5c030000 {
59-
compatible = "ti,davinci_mdio";
6059
reg = <0x5c030000 0x1000>;
6160
#address-cells = <1>;
6261
#size-cells = <0>;

0 commit comments

Comments
 (0)