[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200214194408.9308-1-grygorii.strashko@ti.com>
Date: Fri, 14 Feb 2020 21:44:08 +0200
From: Grygorii Strashko <grygorii.strashko@...com>
To: Rob Herring <robh+dt@...nel.org>,
Simon Horman <simon.horman@...ronome.com>,
Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Mark Rutland <mark.rutland@....com>,
Heiner Kallweit <hkallweit1@...il.com>,
<devicetree@...r.kernel.org>
CC: "David S . Miller" <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Grygorii Strashko <grygorii.strashko@...com>
Subject: [PATCH v2] 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@...30000: 'bus_freq' is a required property
Signed-off-by: Grygorii Strashko <grygorii.strashko@...com>
---
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(-)
diff --git a/Documentation/devicetree/bindings/net/mdio.yaml b/Documentation/devicetree/bindings/net/mdio.yaml
index 5d08d2ffd4eb..50c3397a82bc 100644
--- a/Documentation/devicetree/bindings/net/mdio.yaml
+++ b/Documentation/devicetree/bindings/net/mdio.yaml
@@ -56,7 +56,6 @@ patternProperties:
examples:
- |
davinci_mdio: mdio@...30000 {
- compatible = "ti,davinci_mdio";
reg = <0x5c030000 0x1000>;
#address-cells = <1>;
#size-cells = <0>;
--
2.17.1
Powered by blists - more mailing lists