Re: [PATCH 1/2] dt-bindings: net: micrel: Sort lists
From: Stefan Eichenberger <hidden>
Date: 2026-03-12 13:41:11
Also in:
linux-devicetree, linux-renesas-soc
On Thu, Mar 12, 2026 at 02:27:35PM +0100, Geert Uytterhoeven wrote:
quoted hunk ↗ jump to hunk
Sort lists of PHY models and compatible values alphabetically. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/net/micrel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/Documentation/devicetree/bindings/net/micrel.yaml b/Documentation/devicetree/bindings/net/micrel.yaml index ecc00169ef805dc2..5d25f0d0a508a6df 100644 --- a/Documentation/devicetree/bindings/net/micrel.yaml +++ b/Documentation/devicetree/bindings/net/micrel.yaml@@ -51,9 +51,9 @@ properties: bits that are currently supported: KSZ8001: register 0x1e, bits 15..14 - KSZ8041: register 0x1e, bits 15..14 KSZ8021: register 0x1f, bits 5..4 KSZ8031: register 0x1f, bits 5..4 + KSZ8041: register 0x1e, bits 15..14 KSZ8051: register 0x1f, bits 5..4 KSZ8081: register 0x1f, bits 5..4 KSZ8091: register 0x1f, bits 5..4@@ -80,9 +80,9 @@ allOf: contains: enum: - ethernet-phy-id0022.1510 + - ethernet-phy-id0022.1550 - ethernet-phy-id0022.1555 - ethernet-phy-id0022.1556 - - ethernet-phy-id0022.1550 - ethernet-phy-id0022.1560 - ethernet-phy-id0022.161a then:
Looks good to me, thanks for the cleanup. Reviewed-by: Stefan Eichenberger <redacted>