diff mbox series

[1/2] dt-bindings: net: gmii2rgmii: Fix typos

Message ID 20180422040132.1389-1-brandon.maier@gmail.com
State Not Applicable, archived
Headers show
Series [1/2] dt-bindings: net: gmii2rgmii: Fix typos | expand

Commit Message

Brandon Maier April 22, 2018, 4:01 a.m. UTC
The wording of 'provides the RGMII' is unclear, and should be 'is a
converter' to be consistent with the rest of this Doc. Also fix up
assorted spelling and capitalization typos.

Signed-off-by: Brandon Maier <brandon.maier@gmail.com>
---
 Documentation/devicetree/bindings/net/xilinx_gmii2rgmii.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Rob Herring (Arm) April 27, 2018, 9:11 p.m. UTC | #1
On Sat, Apr 21, 2018 at 11:01:31PM -0500, Brandon Maier wrote:
> The wording of 'provides the RGMII' is unclear, and should be 'is a
> converter' to be consistent with the rest of this Doc. Also fix up
> assorted spelling and capitalization typos.
> 
> Signed-off-by: Brandon Maier <brandon.maier@gmail.com>
> ---
>  Documentation/devicetree/bindings/net/xilinx_gmii2rgmii.txt | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Reviewed-by: Rob Herring <robh@kernel.org>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/net/xilinx_gmii2rgmii.txt b/Documentation/devicetree/bindings/net/xilinx_gmii2rgmii.txt
index 038dda48b8e6..b2258ce5004d 100644
--- a/Documentation/devicetree/bindings/net/xilinx_gmii2rgmii.txt
+++ b/Documentation/devicetree/bindings/net/xilinx_gmii2rgmii.txt
@@ -2,15 +2,15 @@  XILINX GMIITORGMII Converter Driver Device Tree Bindings
 --------------------------------------------------------
 
 The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media
-Independent Interface (RGMII) core provides the RGMII between RGMII-compliant
-Ethernet physical media devices (PHY) and the Gigabit Ethernet controller.
+Independent Interface (RGMII) core is a converter between RGMII-compliant
+Ethernet physical media devices (PHY) and GMII Ethernet controllers.
 This core can be used in all three modes of operation(10/100/1000 Mb/s).
 The Management Data Input/Output (MDIO) interface is used to configure the
-Speed of operation. This core can switch dynamically between the three
-Different speed modes by configuring the conveter register through mdio write.
+speed of operation. This core can switch dynamically between the three
+different speed modes by configuring the converter register through mdio writes.
 
-This converter sits between the ethernet MAC and the external phy.
-MAC <==> GMII2RGMII <==> RGMII_PHY
+This converter sits between the ethernet MAC and the external PHY.
+GMII_MAC <==> GMII2RGMII <==> RGMII_PHY
 
 For more details about mdio please refer phy.txt file in the same directory.