From patchwork Thu Jun 1 22:12:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Chen X-Patchwork-Id: 687861 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 D25F4C7EE29 for ; Thu, 1 Jun 2023 22:13:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232572AbjFAWNF (ORCPT ); Thu, 1 Jun 2023 18:13:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40742 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230123AbjFAWNC (ORCPT ); Thu, 1 Jun 2023 18:13:02 -0400 Received: from mail-qk1-x729.google.com (mail-qk1-x729.google.com [IPv6:2607:f8b0:4864:20::729]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E71A1AD for ; Thu, 1 Jun 2023 15:12:55 -0700 (PDT) Received: by mail-qk1-x729.google.com with SMTP id af79cd13be357-75ca95cd9b1so136414285a.0 for ; Thu, 01 Jun 2023 15:12:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; t=1685657574; x=1688249574; h=references:in-reply-to:message-id:date:subject:cc:to:from:from:to :cc:subject:date:message-id:reply-to; bh=X2/c4e3emnm+eLMZNOHbHwMWNmVGamYHKtrC71s9UJ8=; b=a3TjMAXLs71inWANEq/zY0aOO7qXzrEjlyGwMU+kOTllOC8Lxk7Q+gBENNrIW+vTlx 91wFLJsHjl6xt4OQvpmPoRe5ehoPdZfrlsJob+jsT8WOdL/otNoscd5gki9hjWQm+Y0P bfxxgDskI1XEb1UaRrZS1rcaSvOk13eCfxtC8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685657574; x=1688249574; 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=X2/c4e3emnm+eLMZNOHbHwMWNmVGamYHKtrC71s9UJ8=; b=ltaB/52JkYjbWc0LbTKp5UcqLdhdjVki6Er03OtTIo+JL5OGroHSWzsllJpd0V2I6E jRSO0djGdoA9Y29jaNtoahutmix9zNKCxVLw5/vTc4wY2bR3NWS/Q9R0TqAlCc5EC+8A 4hi68PnYxx7XLjO9N1un/nfalot3QbNxeiD7HVvk9N3YRs6v8k1CxveZrFkxJszuxrMW YNwhp/nNaLRpcuV06zIbYe5mv5vTMv9yT+n9PV4/C/JRcr3VDX7i/E9R9Os2Cg7TOsDT Ib1uI3w0iRf4Z9n+wSSLNzVfRA+KwFYi9OH8g26bPYZN1CH/gRo8x7ofzNdyHdCqGqmv Qd+g== X-Gm-Message-State: AC+VfDxD/dW7ZYkvFndAanTHG35Z94XinWXoum4z42upMy+zxEYMCFAB 7rJ2gIK5MKA61tQvVbtuszhKhpu7mk14r8uNp415xQ== X-Google-Smtp-Source: ACHHUZ6AKR0tKpdAI0tQ939j8D9cLarDU6zjJEtmrh/e643PW84ApOREqeOhj0+MMi7RdRHgIhE+BA== X-Received: by 2002:a05:620a:6503:b0:75b:23a1:365a with SMTP id qb3-20020a05620a650300b0075b23a1365amr10906491qkn.27.1685657574352; Thu, 01 Jun 2023 15:12:54 -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.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Jun 2023 15:12:54 -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 4/6] net: phy: mdio-bcm-unimac: Add asp v2.0 support Date: Thu, 1 Jun 2023 15:12:29 -0700 Message-Id: <1685657551-38291-5-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 Add mdio compat string for ASP 2.0 ethernet driver. Reviewed-by: Simon Horman Reviewed-by: Andrew Lunn Signed-off-by: Florian Fainelli Signed-off-by: Justin Chen --- drivers/net/mdio/mdio-bcm-unimac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/mdio/mdio-bcm-unimac.c b/drivers/net/mdio/mdio-bcm-unimac.c index bfc9be23c973..6b26a0803696 100644 --- a/drivers/net/mdio/mdio-bcm-unimac.c +++ b/drivers/net/mdio/mdio-bcm-unimac.c @@ -334,6 +334,8 @@ static SIMPLE_DEV_PM_OPS(unimac_mdio_pm_ops, unimac_mdio_suspend, unimac_mdio_resume); static const struct of_device_id unimac_mdio_ids[] = { + { .compatible = "brcm,asp-v2.1-mdio", }, + { .compatible = "brcm,asp-v2.0-mdio", }, { .compatible = "brcm,genet-mdio-v5", }, { .compatible = "brcm,genet-mdio-v4", }, { .compatible = "brcm,genet-mdio-v3", },