From patchwork Thu Jun 1 22:12:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Chen X-Patchwork-Id: 687862 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 BCA07C7EE29 for ; Thu, 1 Jun 2023 22:12:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231992AbjFAWMs (ORCPT ); Thu, 1 Jun 2023 18:12:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230268AbjFAWMr (ORCPT ); Thu, 1 Jun 2023 18:12:47 -0400 Received: from mail-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C74F3132 for ; Thu, 1 Jun 2023 15:12:46 -0700 (PDT) Received: by mail-qk1-x72f.google.com with SMTP id af79cd13be357-75b076babc3so134709885a.3 for ; Thu, 01 Jun 2023 15:12:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; t=1685657566; x=1688249566; h=references:in-reply-to:message-id:date:subject:cc:to:from:from:to :cc:subject:date:message-id:reply-to; bh=je8124gJpDffzEcc8Z7pNcT6/Z/C9djjIi+u4Zlhq6Q=; b=IjQVSMLf0aE0Xw1YGrX42J6FAugeiMypnhXm8SYslE5zK6PYuvk5j4he1wiobZtuCr f7woqJ4dbDXyTuP7evVQUMTMLFWD66kM1qyxnHgTVG/SK3jLQUYIaBnFv5CObM1o8hzo BFSOzHlI38VdHAbsT3PVUxh+TNMIhMFB2ItYo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685657566; x=1688249566; 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=je8124gJpDffzEcc8Z7pNcT6/Z/C9djjIi+u4Zlhq6Q=; b=Kq9SbrgoQMuYwNINTATUyabGxO6PpO7f0MNY4XqKNTf3UaCC9/3QVzAf3M8qk/RABk RiSbTiAJwQj1EogwRJxu53nUH2GCQiytTD9zACntRfIiwPYnLZ8F2nVjuOitVkvlhD2N TT4dX5O57yotcTtQDeNCfFhf9QJ5c8DSWVAWjX0p/+B+wf72iUjOL1ExHSsfW7Vq+JpK GuQqrm1a8J8VNjtB1k1WQE7+CGGV75U6DQyH3NJi1DTluA7H2+2gy7Pv1vwPVYeVk1im 1D6Oe8o8Vzgw+SL/lRu0WqOB/Wl3qI/WDGNR2MEd0tNOdmUwZ6jIt5FtKhyactlGK1aE 2vCw== X-Gm-Message-State: AC+VfDzk2yEQtil9rwSLs+e9q+xR5Fm9k90oC0zgq3ZAMCfHUd9xR2R1 yun3pmgG1HD/NwfUcOMlEgDKCA== X-Google-Smtp-Source: ACHHUZ6qDdjGhRjQvb8SORtuF75+cBFnb05cb61LjJryw+9sRs99tSSO6l3C2YwgZg/7C7MiMHiHPw== X-Received: by 2002:a05:620a:26a6:b0:75b:23a1:3675 with SMTP id c38-20020a05620a26a600b0075b23a13675mr10577102qkp.54.1685657565882; Thu, 01 Jun 2023 15:12:45 -0700 (PDT) Received: from stbirv-lnx-2.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id f5-20020a05620a068500b00759554bbe48sm7180430qkh.4.2023.06.01.15.12.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Jun 2023 15:12:45 -0700 (PDT) From: Justin Chen To: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, bcm-kernel-feedback-list@broadcom.com Cc: florian.fainelli@broadcom.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.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, simon.horman@corigine.com, Justin Chen Subject: [PATCH net-next v6 1/6] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.0 Date: Thu, 1 Jun 2023 15:12:26 -0700 Message-Id: <1685657551-38291-2-git-send-email-justin.chen@broadcom.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1685657551-38291-1-git-send-email-justin.chen@broadcom.com> References: <1685657551-38291-1-git-send-email-justin.chen@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The ASP 2.0 Ethernet controller uses a brcm unimac. Reviewed-by: Simon Horman Acked-by: Conor Dooley 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: