netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list
@ 2023-08-25  8:20 Alexis Lothoré
  2023-08-25 13:14 ` Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexis Lothoré @ 2023-08-25  8:20 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, Vladimir Oltean, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-kernel, netdev, Thomas Petazzoni, airat.gl

From: Alexis Lothoré <alexis.lothore@bootlin.com>

Fix wrong switch name in compatibility list. 88E6163 switch does not exist
and is in fact 88E6361

Fixes: 9229a9483d80 ("dt-bindings: net: dsa: marvell: add MV88E6361 switch to compatibility list")
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
---
 Documentation/devicetree/bindings/net/dsa/marvell.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/marvell.txt b/Documentation/devicetree/bindings/net/dsa/marvell.txt
index 33726134f5c9..6ec0c181b6db 100644
--- a/Documentation/devicetree/bindings/net/dsa/marvell.txt
+++ b/Documentation/devicetree/bindings/net/dsa/marvell.txt
@@ -20,7 +20,7 @@ which is at a different MDIO base address in different switch families.
 			  6171, 6172, 6175, 6176, 6185, 6240, 6320, 6321,
 			  6341, 6350, 6351, 6352
 - "marvell,mv88e6190"	: Switch has base address 0x00. Use with models:
-			  6163, 6190, 6190X, 6191, 6290, 6390, 6390X
+			  6190, 6190X, 6191, 6290, 6361, 6390, 6390X
 - "marvell,mv88e6250"	: Switch has base address 0x08 or 0x18. Use with model:
 			  6220, 6250
 
-- 
2.41.0


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

* Re: [PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list
  2023-08-25  8:20 [PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list Alexis Lothoré
@ 2023-08-25 13:14 ` Andrew Lunn
  2023-08-25 15:05 ` Conor Dooley
  2023-08-28  9:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2023-08-25 13:14 UTC (permalink / raw)
  To: Alexis Lothoré
  Cc: Florian Fainelli, Vladimir Oltean, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-kernel, netdev, Thomas Petazzoni, airat.gl

On Fri, Aug 25, 2023 at 10:20:27AM +0200, Alexis Lothoré wrote:
> From: Alexis Lothoré <alexis.lothore@bootlin.com>
> 
> Fix wrong switch name in compatibility list. 88E6163 switch does not exist
> and is in fact 88E6361
> 
> Fixes: 9229a9483d80 ("dt-bindings: net: dsa: marvell: add MV88E6361 switch to compatibility list")
> Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list
  2023-08-25  8:20 [PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list Alexis Lothoré
  2023-08-25 13:14 ` Andrew Lunn
@ 2023-08-25 15:05 ` Conor Dooley
  2023-08-28  9:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-08-25 15:05 UTC (permalink / raw)
  To: Alexis Lothoré
  Cc: Andrew Lunn, Florian Fainelli, Vladimir Oltean, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-kernel, netdev,
	Thomas Petazzoni, airat.gl

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

On Fri, Aug 25, 2023 at 10:20:27AM +0200, Alexis Lothoré wrote:
> From: Alexis Lothoré <alexis.lothore@bootlin.com>
> 
> Fix wrong switch name in compatibility list. 88E6163 switch does not exist
> and is in fact 88E6361
> 
> Fixes: 9229a9483d80 ("dt-bindings: net: dsa: marvell: add MV88E6361 switch to compatibility list")
> Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list
  2023-08-25  8:20 [PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list Alexis Lothoré
  2023-08-25 13:14 ` Andrew Lunn
  2023-08-25 15:05 ` Conor Dooley
@ 2023-08-28  9:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-28  9:10 UTC (permalink / raw)
  To: =?utf-8?q?Alexis_Lothor=C3=A9_=3Calexis=2Elothore=40bootlin=2Ecom=3E?=
  Cc: andrew, f.fainelli, olteanv, davem, edumazet, kuba, pabeni,
	robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-kernel, netdev,
	thomas.petazzoni, airat.gl

Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 25 Aug 2023 10:20:27 +0200 you wrote:
> From: Alexis Lothoré <alexis.lothore@bootlin.com>
> 
> Fix wrong switch name in compatibility list. 88E6163 switch does not exist
> and is in fact 88E6361
> 
> Fixes: 9229a9483d80 ("dt-bindings: net: dsa: marvell: add MV88E6361 switch to compatibility list")
> Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
> 
> [...]

Here is the summary with links:
  - [net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list
    https://git.kernel.org/netdev/net/c/72dd7e427e16

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-08-28  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25  8:20 [PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list Alexis Lothoré
2023-08-25 13:14 ` Andrew Lunn
2023-08-25 15:05 ` Conor Dooley
2023-08-28  9:10 ` patchwork-bot+netdevbpf

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