[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1584712171-27632-1-git-send-email-yamonkar@cadence.com>
Date: Fri, 20 Mar 2020 14:49:31 +0100
From: Yuti Amonkar <yamonkar@...ence.com>
To: <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<kishon@...com>, <robh+dt@...nel.org>, <mark.rutland@....com>,
<maxime@...no.tech>
CC: <jsarha@...com>, <tomi.valkeinen@...com>, <praneeth@...com>,
<mparab@...ence.com>, <sjakhade@...ence.com>,
<yamonkar@...ence.com>
Subject: [PATCH v1] dt-bindings: phy: cadence-torrent: Fix YAML check error
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@...ence.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@...b500000 {
+ torrent_phy: torrent-phy@...b500000 {
compatible = "cdns,torrent-phy";
reg = <0xf0 0xfb500000 0x0 0x00100000>,
<0xf0 0xfb030a00 0x0 0x00000040>;
--
2.7.4
Powered by blists - more mailing lists