From patchwork Fri May 19 21:19:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Chen X-Patchwork-Id: 684704 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E166C7EE26 for ; Fri, 19 May 2023 21:20:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230179AbjESVT5 (ORCPT ); Fri, 19 May 2023 17:19:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230048AbjESVT4 (ORCPT ); Fri, 19 May 2023 17:19:56 -0400 Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7156D1B0 for ; Fri, 19 May 2023 14:19:55 -0700 (PDT) Received: by mail-qk1-x72c.google.com with SMTP id af79cd13be357-757942bd912so196115485a.2 for ; Fri, 19 May 2023 14:19:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; t=1684531194; x=1687123194; h=references:in-reply-to:message-id:date:subject:cc:to:from:from:to :cc:subject:date:message-id:reply-to; bh=CQMqhPw/7v88yWCIzegz3r9y8IVGcpYrgjC8IJsxrAE=; b=NhbsCkfgupgM4iYW7xeRdehGD1NXta3deDTHDpiqTna2pTGJQOW/AtgRxo2aOfuJwr wgcCGGIliKcfy/slsc8lEv3hBUynPRwYR64DqlnXQ7OvM7VAGUnfNuy9BVvSf1UH6w45 KUNt0IKyIEX/4i1K6eLVV0Yfye6N+MYvFPX8w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684531194; x=1687123194; h=references:in-reply-to:message-id:date:subject:cc:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=CQMqhPw/7v88yWCIzegz3r9y8IVGcpYrgjC8IJsxrAE=; b=fg7qG/lgjUHeHXGIl2vqasqaoAHVEC3OHrAIUlULYdd2ZitC/7B/3T6hmBipARJLnS ZGxnaa0kUgqlngpnEIJvCHWEmGWQKuWMFBZg8Y3iRhX/eqFZdbqqyIcMFmq1o5QL5kCp o5KUFuxBIq+XwLv8CUVvtHjeh5b7676bmGuG6NJLLtl8QysyiIIa5NdgP55ZqtToAigy B4cHx5/gU4WC+38Wn/ax2rmaVaBoQAO7UZwtonGcYmLwSVfBOzca13TJwSL5eH7094YS 5WofZgYnup2GaY9maaK7iasqW4XTrHddKOhh2UVT4WhVo2FM8R1HVbIlmZNvlVcS/od2 9PMg== X-Gm-Message-State: AC+VfDzacPl2CQYfkdq7zVPLcdDsTReTEwBSELxcAPXJgeeU8SNUO4Ya nlPX8oCy50a2sUkQSJiCuPBSGw== X-Google-Smtp-Source: ACHHUZ7WZf8Rr3nP4ylZ7CGtVSMsLett/+JI/FVB5LG3Ic+oD6W73ytUEbUn+a4dsQx3284d5Dmq9Q== X-Received: by 2002:a05:622a:85:b0:3f5:3659:4901 with SMTP id o5-20020a05622a008500b003f536594901mr5799429qtw.20.1684531194553; Fri, 19 May 2023 14:19:54 -0700 (PDT) Received: from stbirv-lnx-2.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id p11-20020ae9f30b000000b0074df8eefe2dsm1364585qkg.98.2023.05.19.14.19.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 May 2023 14:19:54 -0700 (PDT) From: Justin Chen To: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, bcm-kernel-feedback-list@broadcom.com Cc: justinpopo6@gmail.com, justin.chen@broadcom.com, f.fainelli@gmail.com, davem@davemloft.net, florian.fainelli@broadcom.com, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, opendmb@gmail.com, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, richardcochran@gmail.com, sumit.semwal@linaro.org, christian.koenig@amd.com Subject: [PATCH net-next v3 1/6] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.0 Date: Fri, 19 May 2023 14:19:39 -0700 Message-Id: <1684531184-14009-2-git-send-email-justin.chen@broadcom.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1684531184-14009-1-git-send-email-justin.chen@broadcom.com> References: <1684531184-14009-1-git-send-email-justin.chen@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The ASP 2.0 Ethernet controller uses a brcm unimac. Signed-off-by: Florian Fainelli Signed-off-by: Justin Chen --- Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml b/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml index 0be426ee1e44..6684810fcbf0 100644 --- a/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml +++ b/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml @@ -22,6 +22,8 @@ properties: - brcm,genet-mdio-v3 - brcm,genet-mdio-v4 - brcm,genet-mdio-v5 + - brcm,asp-v2.0-mdio + - brcm,asp-v2.1-mdio - brcm,unimac-mdio reg: