On 3/20/2020 7:19 PM, Yuti Amonkar wrote: > 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 merged and squashed with the original patch. Thanks Kishon > > 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>; >