Re: [PATCH net-next v13 1/4] dt-bindings: net: dsa: microchip: Add KSZ8995XA
From: netdev-bot+sashiko@kernel.org
Date: 2026-09-14 20:46:58
Also in:
linux-devicetree
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: Critical: 0 · High: 0 · Medium: 0 · Low: 1 - [Low] Concern (validated as a FALSE POSITIVE, retained only because requires_validation=true): the concern claims that adding… -- dt-bindings: net: dsa: microchip: Add KSZ8995XA This adds a microchip,ksz8995xa compatible string to the Microchip KSZ DSA switch binding. The commit notes the part was renamed from KS8995XA and shares its properties, while KSZ8995MA and KSZ8995E are different devices. No Link: tags are present in the commit header.
quoted hunk ↗ jump to hunk
diff --git a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml index 8d4a3a9a33fcc..4ed13870ed3ac 100644 --- a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml +++ b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml@@ -23,6 +23,7 @@ properties: - microchip,ksz8864 # 4-port version of KSZ8895 family switch - microchip,ksz8873 - microchip,ksz8895 # 5-port version of KSZ8895 family switch + - microchip,ksz8995xa - microchip,ksz9477 - microchip,ksz9897 - microchip,ksz9896
No regressions to report on this patch.
For the record, one point was checked and found not to be an issue: whether
the new compatible belongs in this file rather than in
Documentation/devicetree/bindings/net/dsa/micrel,ks8995.yaml, and whether any
driver matches it. Later patches in the same series add
{ .compatible = "microchip,ksz8995xa", .data = &ksz_switch_chips[KSZ8995XA] }
to ksz_dt_ids and { "ksz8995xa" } to ksz_spi_ids in
drivers/net/dsa/microchip/ksz_spi.c, along with the KSZ8995XA chip
description in ksz_common.c, so microchip,ksz.yaml is the matching binding
file. The only compatible-conditional blocks in this schema cover
ksz8863/ksz8873 and ksz8463, neither of which applies to this part, so no
if-then block needed updating.
--
Sashiko AI review · https://netdev-ai.bots.linux.dev/sashiko/#/patchset/20260913-ks8995-to-ksz8-v13-0-327b16d309eb%40kernel.org