[PATCH v1] dt-bindings: phy: cadence-torrent: Fix YAML check error

From: Yuti Amonkar
Date: Fri Mar 20 2020 - 09:49:55 EST


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@xxxxxxxxxxx>
---

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