* [PATCH net-next] net: dt-bindings: ixp4xx-ethernet: Support fixed links
@ 2025-07-04 12:54 Linus Walleij
2025-07-08 17:07 ` Rob Herring (Arm)
2025-07-09 2:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2025-07-04 12:54 UTC (permalink / raw)
To: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: netdev, devicetree, kernel test robot, Linus Walleij
This ethernet controller is using fixed links for DSA switches
in two already existing device trees, so make sure the checker
does not complain like this:
intel-ixp42x-linksys-wrv54g.dtb: ethernet@c8009000 (intel,ixp4xx-ethernet):
'fixed-link' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/net/intel,ixp4xx-ethernet.yaml#
intel-ixp42x-usrobotics-usr8200.dtb: ethernet@c800a000 (intel,ixp4xx-ethernet):
'fixed-link' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/net/intel,ixp4xx-ethernet.yaml#
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202507040609.K9KytWBA-lkp@intel.com/
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Documentation/devicetree/bindings/net/intel,ixp4xx-ethernet.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/intel,ixp4xx-ethernet.yaml b/Documentation/devicetree/bindings/net/intel,ixp4xx-ethernet.yaml
index 4fdc5328826cf178968a2208aaabc1e05b3a2b55..8689de1aaea15f032ee0b6b30858385a910373eb 100644
--- a/Documentation/devicetree/bindings/net/intel,ixp4xx-ethernet.yaml
+++ b/Documentation/devicetree/bindings/net/intel,ixp4xx-ethernet.yaml
@@ -47,6 +47,8 @@ properties:
phy-handle: true
+ fixed-link: true
+
intel,npe-handle:
$ref: /schemas/types.yaml#/definitions/phandle-array
items:
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250704-ixp4xx-ethernet-binding-fix-d7bfe207d8c2
Best regards,
--
Linus Walleij <linus.walleij@linaro.org>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: dt-bindings: ixp4xx-ethernet: Support fixed links
2025-07-04 12:54 [PATCH net-next] net: dt-bindings: ixp4xx-ethernet: Support fixed links Linus Walleij
@ 2025-07-08 17:07 ` Rob Herring (Arm)
2025-07-09 2:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-07-08 17:07 UTC (permalink / raw)
To: Linus Walleij
Cc: netdev, devicetree, Conor Dooley, David S. Miller, Jakub Kicinski,
Paolo Abeni, Krzysztof Kozlowski, Andrew Lunn, kernel test robot,
Eric Dumazet
On Fri, 04 Jul 2025 14:54:26 +0200, Linus Walleij wrote:
> This ethernet controller is using fixed links for DSA switches
> in two already existing device trees, so make sure the checker
> does not complain like this:
>
> intel-ixp42x-linksys-wrv54g.dtb: ethernet@c8009000 (intel,ixp4xx-ethernet):
> 'fixed-link' does not match any of the regexes: '^pinctrl-[0-9]+$'
> from schema $id: http://devicetree.org/schemas/net/intel,ixp4xx-ethernet.yaml#
>
> intel-ixp42x-usrobotics-usr8200.dtb: ethernet@c800a000 (intel,ixp4xx-ethernet):
> 'fixed-link' does not match any of the regexes: '^pinctrl-[0-9]+$'
> from schema $id: http://devicetree.org/schemas/net/intel,ixp4xx-ethernet.yaml#
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202507040609.K9KytWBA-lkp@intel.com/
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Documentation/devicetree/bindings/net/intel,ixp4xx-ethernet.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: dt-bindings: ixp4xx-ethernet: Support fixed links
2025-07-04 12:54 [PATCH net-next] net: dt-bindings: ixp4xx-ethernet: Support fixed links Linus Walleij
2025-07-08 17:07 ` Rob Herring (Arm)
@ 2025-07-09 2:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-07-09 2:00 UTC (permalink / raw)
To: Linus Walleij
Cc: andrew+netdev, davem, edumazet, kuba, pabeni, robh, krzk+dt,
conor+dt, netdev, devicetree, lkp
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 04 Jul 2025 14:54:26 +0200 you wrote:
> This ethernet controller is using fixed links for DSA switches
> in two already existing device trees, so make sure the checker
> does not complain like this:
>
> intel-ixp42x-linksys-wrv54g.dtb: ethernet@c8009000 (intel,ixp4xx-ethernet):
> 'fixed-link' does not match any of the regexes: '^pinctrl-[0-9]+$'
> from schema $id: http://devicetree.org/schemas/net/intel,ixp4xx-ethernet.yaml#
>
> [...]
Here is the summary with links:
- [net-next] net: dt-bindings: ixp4xx-ethernet: Support fixed links
https://git.kernel.org/netdev/net-next/c/f7728ea83771
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] 3+ messages in thread
end of thread, other threads:[~2025-07-09 1:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 12:54 [PATCH net-next] net: dt-bindings: ixp4xx-ethernet: Support fixed links Linus Walleij
2025-07-08 17:07 ` Rob Herring (Arm)
2025-07-09 2:00 ` 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).