Commit 88d16ade1dd82cc97c174c60e48a89eaa6014c42

Authored by Hou Zhiqiang
Committed by Priyanka Jain
1 parent ae315eef7c

doc: dt-bindings: tsec: Correct the Ethernet port compatible string

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

doc/device-tree-bindings/net/fsl-tsec-phy.txt
... ... @@ -2,7 +2,7 @@
2 2  
3 3 Properties:
4 4  
5   - - compatible : Should be "fsl,tsec"
  5 + - compatible : Should be "fsl,etsec2"
6 6 - reg : Offset and length of the register set for the device
7 7 - phy-handle : See ethernet.txt file in the same directory.
8 8 - phy-connection-type : See ethernet.txt file in the same directory. This
... ... @@ -12,7 +12,7 @@
12 12  
13 13 Example:
14 14 ethernet@24000 {
15   - compatible = "fsl,tsec";
  15 + compatible = "fsl,etsec2";
16 16 reg = <0x24000 0x1000>;
17 17 phy-handle = <&phy0>;
18 18 phy-connection-type = "sgmii";