public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] dt-bindings: phy: cadence-torrent: Fix YAML check error
@ 2020-03-20 13:49 Yuti Amonkar
  2020-03-20 14:13 ` Kishon Vijay Abraham I
  0 siblings, 1 reply; 2+ messages in thread
From: Yuti Amonkar @ 2020-03-20 13:49 UTC (permalink / raw)
  To: linux-kernel, devicetree, kishon, robh+dt, mark.rutland, maxime
  Cc: jsarha, tomi.valkeinen, praneeth, mparab, sjakhade, yamonkar

Fix YAML check error by renaming node name from "phy" to
"torrent-phy" as this node is not a phy_provider.

Signed-off-by: Yuti Amonkar <yamonkar@cadence.com>
---

This fix patch is in reference to Rob's comment given below:

https://lkml.org/lkml/2020/3/11/1091

 Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
index 9f94be1..c779a3c 100644
--- a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
@@ -120,7 +120,7 @@ additionalProperties: false
 examples:
   - |
     #include <dt-bindings/phy/phy.h>
-    torrent_phy: phy@f0fb500000 {
+    torrent_phy: torrent-phy@f0fb500000 {
           compatible = "cdns,torrent-phy";
           reg = <0xf0 0xfb500000 0x0 0x00100000>,
                 <0xf0 0xfb030a00 0x0 0x00000040>;
-- 
2.7.4


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

end of thread, other threads:[~2020-03-20 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20 13:49 [PATCH v1] dt-bindings: phy: cadence-torrent: Fix YAML check error Yuti Amonkar
2020-03-20 14:13 ` Kishon Vijay Abraham I

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox