netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: mdio: use non vendor specific compatible string in example
@ 2019-11-27 15:39 Grygorii Strashko
  2019-12-05 14:48 ` Simon Horman
  2019-12-05 17:59 ` Rob Herring
  0 siblings, 2 replies; 8+ messages in thread
From: Grygorii Strashko @ 2019-11-27 15:39 UTC (permalink / raw)
  To: David S. Miller, Andrew Lunn, Florian Fainelli, Heiner Kallweit,
	Rob Herring, Mark Rutland, devicetree
  Cc: Simon Horman, netdev, Grygorii Strashko

Use non vendor specific compatible string in example, otherwise DT YAML
schemas validation may trigger warnings specific to TI ti,davinci_mdio
and not to the generic MDIO example.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 Documentation/devicetree/bindings/net/mdio.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/mdio.yaml b/Documentation/devicetree/bindings/net/mdio.yaml
index 5d08d2ffd4eb..524f062c6973 100644
--- a/Documentation/devicetree/bindings/net/mdio.yaml
+++ b/Documentation/devicetree/bindings/net/mdio.yaml
@@ -56,7 +56,7 @@ patternProperties:
 examples:
   - |
     davinci_mdio: mdio@5c030000 {
-        compatible = "ti,davinci_mdio";
+        compatible = "vendor,mdio";
         reg = <0x5c030000 0x1000>;
         #address-cells = <1>;
         #size-cells = <0>;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-12-17  9:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27 15:39 [PATCH] dt-bindings: net: mdio: use non vendor specific compatible string in example Grygorii Strashko
2019-12-05 14:48 ` Simon Horman
2019-12-05 17:29   ` Florian Fainelli
2019-12-05 17:59 ` Rob Herring
2019-12-06 11:14   ` Grygorii Strashko
2019-12-06 15:09     ` Rob Herring
2019-12-06 15:44       ` Grygorii Strashko
2019-12-17  9:57         ` Grygorii Strashko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).