Commit ef7c993a authored by Justin Chen's avatar Justin Chen Committed by Jakub Kicinski
Browse files

dt-bindings: net: brcm,asp-v2.0: Remove asp-v2.0



Remove asp-v2.0 which was only supported on one SoC that never
saw the light of day.

Signed-off-by: default avatarJustin Chen <justin.chen@broadcom.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Reviewed-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
Link: https://patch.msgid.link/20250422233645.1931036-2-justin.chen@broadcom.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent df8cf324
Loading
Loading
Loading
Loading
+7 −12
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/net/brcm,asp-v2.0.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Broadcom ASP 2.0 Ethernet controller
title: Broadcom ASP Ethernet controller

maintainers:
  - Justin Chen <justin.chen@broadcom.com>
@@ -23,10 +23,6 @@ properties:
          - enum:
              - brcm,bcm74165-asp
          - const: brcm,asp-v2.1
      - items:
          - enum:
              - brcm,bcm72165-asp
          - const: brcm,asp-v2.0

  "#address-cells":
    const: 1
@@ -39,11 +35,9 @@ properties:
  ranges: true

  interrupts:
    minItems: 1
    items:
      - description: RX/TX interrupt
      - description: Port 0 Wake-on-LAN
      - description: Port 1 Wake-on-LAN
      - description: Wake-on-LAN interrupt

  clocks:
    maxItems: 1
@@ -106,16 +100,17 @@ examples:
    #include <dt-bindings/interrupt-controller/arm-gic.h>

    ethernet@9c00000 {
        compatible = "brcm,bcm72165-asp", "brcm,asp-v2.0";
        compatible = "brcm,bcm74165-asp", "brcm,asp-v2.1";
        reg = <0x9c00000 0x1fff14>;
        interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
        interrupts-extended = <&intc GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>,
                              <&aon_pm_l2_intc 14>;
        ranges = <0x0 0x9c00000 0x1fff14>;
        clocks = <&scmi 14>;
        #address-cells = <1>;
        #size-cells = <1>;

        mdio@c614 {
            compatible = "brcm,asp-v2.0-mdio";
            compatible = "brcm,asp-v2.1-mdio";
            reg = <0xc614 0x8>;
            reg-names = "mdio";
            #address-cells = <1>;
@@ -127,7 +122,7 @@ examples:
       };

        mdio@ce14 {
            compatible = "brcm,asp-v2.0-mdio";
            compatible = "brcm,asp-v2.1-mdio";
            reg = <0xce14 0x8>;
            reg-names = "mdio";
            #address-cells = <1>;