netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127
@ 2023-04-16 19:58 Alain Volmat
  2023-04-17 11:13 ` Horatiu Vultur
  2023-04-18 17:48 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Alain Volmat @ 2023-04-16 19:58 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski
  Cc: patrice.chotard, Alain Volmat, Krzysztof Kozlowski, netdev,
	devicetree, linux-kernel

Remove compatible for stih415/stih416 and stid127 which are
no more supported.

Signed-off-by: Alain Volmat <avolmat@me.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Patch previously sent as part of serie: https://lore.kernel.org/all/20230209091659.1409-9-avolmat@me.com/

 Documentation/devicetree/bindings/net/sti-dwmac.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/sti-dwmac.txt b/Documentation/devicetree/bindings/net/sti-dwmac.txt
index 062c5174add3..42cd075456ab 100644
--- a/Documentation/devicetree/bindings/net/sti-dwmac.txt
+++ b/Documentation/devicetree/bindings/net/sti-dwmac.txt
@@ -7,8 +7,7 @@ and what is needed on STi platforms to program the stmmac glue logic.
 The device node has following properties.
 
 Required properties:
- - compatible	: Can be "st,stih415-dwmac", "st,stih416-dwmac",
-   "st,stih407-dwmac", "st,stid127-dwmac".
+ - compatible	: "st,stih407-dwmac"
  - st,syscon : Should be phandle/offset pair. The phandle to the syscon node which
    encompases the glue register, and the offset of the control register.
  - st,gmac_en: this is to enable the gmac into a dedicated sysctl control
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127
  2023-04-16 19:58 [PATCH] dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127 Alain Volmat
@ 2023-04-17 11:13 ` Horatiu Vultur
  2023-04-18 17:48 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Horatiu Vultur @ 2023-04-17 11:13 UTC (permalink / raw)
  To: Alain Volmat
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, patrice.chotard,
	Krzysztof Kozlowski, netdev, devicetree, linux-kernel

The 04/16/2023 21:58, Alain Volmat wrote:
> 
> Remove compatible for stih415/stih416 and stid127 which are
> no more supported.

Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>

> 
> Signed-off-by: Alain Volmat <avolmat@me.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Patch previously sent as part of serie: https://lore.kernel.org/all/20230209091659.1409-9-avolmat@me.com/
> 
>  Documentation/devicetree/bindings/net/sti-dwmac.txt | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/net/sti-dwmac.txt b/Documentation/devicetree/bindings/net/sti-dwmac.txt
> index 062c5174add3..42cd075456ab 100644
> --- a/Documentation/devicetree/bindings/net/sti-dwmac.txt
> +++ b/Documentation/devicetree/bindings/net/sti-dwmac.txt
> @@ -7,8 +7,7 @@ and what is needed on STi platforms to program the stmmac glue logic.
>  The device node has following properties.
> 
>  Required properties:
> - - compatible  : Can be "st,stih415-dwmac", "st,stih416-dwmac",
> -   "st,stih407-dwmac", "st,stid127-dwmac".
> + - compatible  : "st,stih407-dwmac"
>   - st,syscon : Should be phandle/offset pair. The phandle to the syscon node which
>     encompases the glue register, and the offset of the control register.
>   - st,gmac_en: this is to enable the gmac into a dedicated sysctl control
> --
> 2.34.1
> 

-- 
/Horatiu

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

* Re: [PATCH] dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127
  2023-04-16 19:58 [PATCH] dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127 Alain Volmat
  2023-04-17 11:13 ` Horatiu Vultur
@ 2023-04-18 17:48 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2023-04-18 17:48 UTC (permalink / raw)
  To: Alain Volmat
  Cc: devicetree, Krzysztof Kozlowski, Rob Herring,
	Krzysztof Kozlowski, Jakub Kicinski, Eric Dumazet,
	patrice.chotard, netdev, Paolo Abeni, linux-kernel,
	David S. Miller


On Sun, 16 Apr 2023 21:58:56 +0200, Alain Volmat wrote:
> Remove compatible for stih415/stih416 and stid127 which are
> no more supported.
> 
> Signed-off-by: Alain Volmat <avolmat@me.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Patch previously sent as part of serie: https://lore.kernel.org/all/20230209091659.1409-9-avolmat@me.com/
> 
>  Documentation/devicetree/bindings/net/sti-dwmac.txt | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 

Applied, thanks!


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

end of thread, other threads:[~2023-04-18 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-16 19:58 [PATCH] dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127 Alain Volmat
2023-04-17 11:13 ` Horatiu Vultur
2023-04-18 17:48 ` Rob Herring

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).