Re: [PATCH net-next v15 1/4] dt-bindings: net: dsa: microchip: Add KSZ8995XA
From: netdev-bot+sashiko@kernel.org
Date: 2026-09-17 13:22:27
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 new compatible `microchip,ksz8995xa`… -- dt-bindings: net: dsa: microchip: Add KSZ8995XA This adds the microchip,ksz8995xa compatible string to the enum in the Microchip KSZ series DSA switch binding. The commit notes the part was renamed from KS8995XA and shares the same properties. 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 for this patch. The conditional blocks in microchip,ksz.yaml only gate on microchip,ksz8863 / microchip,ksz8873 and microchip,ksz8463, and the 5-port KSZ8995XA falls into the default dsa.yaml#/$defs/ethernet-ports branch, so no existing if: block needed the new string. The driver match entry for microchip,ksz8995xa is added later in the series in ksz_dt_ids[] in drivers/net/dsa/microchip/ksz_spi.c, so the compatible does not end up unmatched. -- Sashiko AI review · https://netdev-ai.bots.linux.dev/sashiko/#/patchset/20260916-ks8995-to-ksz8-v15-0-8825ff5fd4be%40kernel.org