]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: net: renesas,ether: Drop example "ethernet-phy-ieee802.3-c22" fallback
authorRob Herring (Arm) <robh@kernel.org>
Wed, 24 Jun 2026 15:02:50 +0000 (10:02 -0500)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Jun 2026 15:38:36 +0000 (08:38 -0700)
Fix the Micrel PHY in the example which shouldn't have the
fallback "ethernet-phy-ieee802.3-c22" compatible:

Documentation/devicetree/bindings/net/renesas,ether.example.dtb: ethernet-phy@1 \
  (ethernet-phy-id0022.1537): compatible: ['ethernet-phy-id0022.1537', 'ethernet-phy-ieee802.3-c22'] is too long
        from schema $id: http://devicetree.org/schemas/net/micrel.yaml

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Fixes: 37a2fce09001 ("dt-bindings: sh_eth convert bindings to json-schema")
Link: https://patch.msgid.link/20260624150250.131966-2-robh@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/devicetree/bindings/net/renesas,ether.yaml

index f0a52f47f95a0dd00f73622f8a0673cdc37c9bd4..dd7187f12a6757d6ded2cdde67c26b7bce5ae22d 100644 (file)
@@ -121,8 +121,7 @@ examples:
         #size-cells = <0>;
 
         phy1: ethernet-phy@1 {
-            compatible = "ethernet-phy-id0022.1537",
-                         "ethernet-phy-ieee802.3-c22";
+            compatible = "ethernet-phy-id0022.1537";
             reg = <1>;
             interrupt-parent = <&irqc0>;
             interrupts = <0 IRQ_TYPE_LEVEL_LOW>;