devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 1/2] dt-bindings: dp83867: Fix the type of device
@ 2020-07-08 21:24 Fabio Estevam
  2020-07-08 21:24 ` [PATCH net-next 2/2] dt-bindings: dp83869: " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2020-07-08 21:24 UTC (permalink / raw)
  To: davem; +Cc: dmurphy, robh+dt, netdev, devicetree, Fabio Estevam

DP83867 is an Ethernet PHY, not a charger, so fix the documentation
accordingly.

Fixes: 74ac28f16486 ("dt-bindings: dp83867: Convert DP83867 to yaml")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 Documentation/devicetree/bindings/net/ti,dp83867.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/ti,dp83867.yaml b/Documentation/devicetree/bindings/net/ti,dp83867.yaml
index 554dcd7a40a9..c6716ac6cbcc 100644
--- a/Documentation/devicetree/bindings/net/ti,dp83867.yaml
+++ b/Documentation/devicetree/bindings/net/ti,dp83867.yaml
@@ -24,7 +24,7 @@ description: |
   IEEE 802.3 Standard Media Independent Interface (MII), the IEEE 802.3 Gigabit
   Media Independent Interface (GMII) or Reduced GMII (RGMII).
 
-  Specifications about the charger can be found at:
+  Specifications about the Ethernet PHY can be found at:
     https://www.ti.com/lit/gpn/dp83867ir
 
 properties:
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH net-next 2/2] dt-bindings: dp83869: Fix the type of device
  2020-07-08 21:24 [PATCH net-next 1/2] dt-bindings: dp83867: Fix the type of device Fabio Estevam
@ 2020-07-08 21:24 ` Fabio Estevam
  2020-07-08 21:56   ` Dan Murphy
  2020-07-08 22:42   ` David Miller
  2020-07-08 21:55 ` [PATCH net-next 1/2] dt-bindings: dp83867: " Dan Murphy
  2020-07-08 22:42 ` David Miller
  2 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2020-07-08 21:24 UTC (permalink / raw)
  To: davem; +Cc: dmurphy, robh+dt, netdev, devicetree, Fabio Estevam

DP83869 is an Ethernet PHY, not a charger, so fix the documentation
accordingly.

Fixes: 4d66c56f7efe ("dt-bindings: net: dp83869: Add TI dp83869 phy")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 Documentation/devicetree/bindings/net/ti,dp83869.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/ti,dp83869.yaml b/Documentation/devicetree/bindings/net/ti,dp83869.yaml
index 71e90a3e4652..cf40b469c719 100644
--- a/Documentation/devicetree/bindings/net/ti,dp83869.yaml
+++ b/Documentation/devicetree/bindings/net/ti,dp83869.yaml
@@ -24,7 +24,7 @@ description: |
   conversions.  The DP83869HM can also support Bridge Conversion from RGMII to
   SGMII and SGMII to RGMII.
 
-  Specifications about the charger can be found at:
+  Specifications about the Ethernet PHY can be found at:
     http://www.ti.com/lit/ds/symlink/dp83869hm.pdf
 
 properties:
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH net-next 1/2] dt-bindings: dp83867: Fix the type of device
  2020-07-08 21:24 [PATCH net-next 1/2] dt-bindings: dp83867: Fix the type of device Fabio Estevam
  2020-07-08 21:24 ` [PATCH net-next 2/2] dt-bindings: dp83869: " Fabio Estevam
@ 2020-07-08 21:55 ` Dan Murphy
  2020-07-08 22:42 ` David Miller
  2 siblings, 0 replies; 6+ messages in thread
From: Dan Murphy @ 2020-07-08 21:55 UTC (permalink / raw)
  To: Fabio Estevam, davem; +Cc: robh+dt, netdev, devicetree

Fabio

On 7/8/20 4:24 PM, Fabio Estevam wrote:
> DP83867 is an Ethernet PHY, not a charger, so fix the documentation
> accordingly.
>
> Fixes: 74ac28f16486 ("dt-bindings: dp83867: Convert DP83867 to yaml")
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>   Documentation/devicetree/bindings/net/ti,dp83867.yaml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/ti,dp83867.yaml b/Documentation/devicetree/bindings/net/ti,dp83867.yaml
> index 554dcd7a40a9..c6716ac6cbcc 100644
> --- a/Documentation/devicetree/bindings/net/ti,dp83867.yaml
> +++ b/Documentation/devicetree/bindings/net/ti,dp83867.yaml
> @@ -24,7 +24,7 @@ description: |
>     IEEE 802.3 Standard Media Independent Interface (MII), the IEEE 802.3 Gigabit
>     Media Independent Interface (GMII) or Reduced GMII (RGMII).
>   
> -  Specifications about the charger can be found at:
> +  Specifications about the Ethernet PHY can be found at:
>       https://www.ti.com/lit/gpn/dp83867ir
>   
>   properties:
Acked-by: Dan Murphy <dmurphy@ti.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH net-next 2/2] dt-bindings: dp83869: Fix the type of device
  2020-07-08 21:24 ` [PATCH net-next 2/2] dt-bindings: dp83869: " Fabio Estevam
@ 2020-07-08 21:56   ` Dan Murphy
  2020-07-08 22:42   ` David Miller
  1 sibling, 0 replies; 6+ messages in thread
From: Dan Murphy @ 2020-07-08 21:56 UTC (permalink / raw)
  To: Fabio Estevam, davem; +Cc: robh+dt, netdev, devicetree


Fabio
On 7/8/20 4:24 PM, Fabio Estevam wrote:
> DP83869 is an Ethernet PHY, not a charger, so fix the documentation
> accordingly.
>
> Fixes: 4d66c56f7efe ("dt-bindings: net: dp83869: Add TI dp83869 phy")
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>   Documentation/devicetree/bindings/net/ti,dp83869.yaml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/ti,dp83869.yaml b/Documentation/devicetree/bindings/net/ti,dp83869.yaml
> index 71e90a3e4652..cf40b469c719 100644
> --- a/Documentation/devicetree/bindings/net/ti,dp83869.yaml
> +++ b/Documentation/devicetree/bindings/net/ti,dp83869.yaml
> @@ -24,7 +24,7 @@ description: |
>     conversions.  The DP83869HM can also support Bridge Conversion from RGMII to
>     SGMII and SGMII to RGMII.
>   
> -  Specifications about the charger can be found at:
> +  Specifications about the Ethernet PHY can be found at:
>       http://www.ti.com/lit/ds/symlink/dp83869hm.pdf
>   
>   properties:


Acked-by: Dan Murphy <dmurphy@ti.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH net-next 1/2] dt-bindings: dp83867: Fix the type of device
  2020-07-08 21:24 [PATCH net-next 1/2] dt-bindings: dp83867: Fix the type of device Fabio Estevam
  2020-07-08 21:24 ` [PATCH net-next 2/2] dt-bindings: dp83869: " Fabio Estevam
  2020-07-08 21:55 ` [PATCH net-next 1/2] dt-bindings: dp83867: " Dan Murphy
@ 2020-07-08 22:42 ` David Miller
  2 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2020-07-08 22:42 UTC (permalink / raw)
  To: festevam; +Cc: dmurphy, robh+dt, netdev, devicetree

From: Fabio Estevam <festevam@gmail.com>
Date: Wed,  8 Jul 2020 18:24:21 -0300

> DP83867 is an Ethernet PHY, not a charger, so fix the documentation
> accordingly.
> 
> Fixes: 74ac28f16486 ("dt-bindings: dp83867: Convert DP83867 to yaml")
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH net-next 2/2] dt-bindings: dp83869: Fix the type of device
  2020-07-08 21:24 ` [PATCH net-next 2/2] dt-bindings: dp83869: " Fabio Estevam
  2020-07-08 21:56   ` Dan Murphy
@ 2020-07-08 22:42   ` David Miller
  1 sibling, 0 replies; 6+ messages in thread
From: David Miller @ 2020-07-08 22:42 UTC (permalink / raw)
  To: festevam; +Cc: dmurphy, robh+dt, netdev, devicetree

From: Fabio Estevam <festevam@gmail.com>
Date: Wed,  8 Jul 2020 18:24:22 -0300

> DP83869 is an Ethernet PHY, not a charger, so fix the documentation
> accordingly.
> 
> Fixes: 4d66c56f7efe ("dt-bindings: net: dp83869: Add TI dp83869 phy")
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-08 22:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 21:24 [PATCH net-next 1/2] dt-bindings: dp83867: Fix the type of device Fabio Estevam
2020-07-08 21:24 ` [PATCH net-next 2/2] dt-bindings: dp83869: " Fabio Estevam
2020-07-08 21:56   ` Dan Murphy
2020-07-08 22:42   ` David Miller
2020-07-08 21:55 ` [PATCH net-next 1/2] dt-bindings: dp83867: " Dan Murphy
2020-07-08 22:42 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).