doc: dt-bindings: tsec: Correct the Ethernet port compatible string
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Sun, 3 May 2020 14:48:41 +0000 (22:48 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Thu, 4 Jun 2020 13:23:20 +0000 (18:53 +0530)
Change the compatible string to "fsl,etsec2" for the Ethernet ports,
which is used in the current driver's match table.

Fixes: 69a00875e3db ("doc: dt-bindings: Describe Freescale TSEC ethernet controller")
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Acked-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
doc/device-tree-bindings/net/fsl-tsec-phy.txt

index 59989e3b09d6bbe38540db83a9245ebfd156424c..8e8574bc97f4a2106d6daf26dc2a2287ae8ceb61 100644 (file)
@@ -2,7 +2,7 @@
 
 Properties:
 
-  - compatible : Should be "fsl,tsec"
+  - compatible : Should be "fsl,etsec2"
   - reg : Offset and length of the register set for the device
   - phy-handle : See ethernet.txt file in the same directory.
   - phy-connection-type : See ethernet.txt file in the same directory. This
@@ -12,7 +12,7 @@ Properties:
 
 Example:
        ethernet@24000 {
-               compatible = "fsl,tsec";
+               compatible = "fsl,etsec2";
                reg = <0x24000 0x1000>;
                phy-handle = <&phy0>;
                phy-connection-type = "sgmii";