From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CED8AC4338F for ; Tue, 17 Aug 2021 08:21:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B56DB60F38 for ; Tue, 17 Aug 2021 08:21:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239041AbhHQIVy (ORCPT ); Tue, 17 Aug 2021 04:21:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235354AbhHQIVv (ORCPT ); Tue, 17 Aug 2021 04:21:51 -0400 Received: from mail-qv1-xf32.google.com (mail-qv1-xf32.google.com [IPv6:2607:f8b0:4864:20::f32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86683C061764; Tue, 17 Aug 2021 01:21:17 -0700 (PDT) Received: by mail-qv1-xf32.google.com with SMTP id dt3so8873258qvb.6; Tue, 17 Aug 2021 01:21:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4eUZVG0XpccdWtoJobUI2EmJHkDs8bqZphSP7hFWH1Q=; b=BD+21WBpfx3JflwQsN76WK36pG10k24qJf49uOaBukabmoZkC1OSJcSGBE5ArXDN48 JFfC/ftO1VehIaVW3ADemG5c4GUYGqKndbnxYmwlnyuAhwrNvOxtKp0vdiPM3816BOf2 yG8X0zariuFOwjuSeL48meiOi1n1lEOLD7UYE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4eUZVG0XpccdWtoJobUI2EmJHkDs8bqZphSP7hFWH1Q=; b=EmkSy7b82QI9fRiQxvB21ZfwvgsDlnsLZN+QLfV0XynaUdBB7SMrASL2SOJ2EbHwuv ISGN8QbxYWqJCBM+wydA6OJ1i6Nr5oMkBbGzaPMsRbCSKtQpjvXmvuqvH1NlQKriuWaA +XdWAh2RcxuHMWfMJkSFE5XBKWhVyM6Y9wU+EOAtSDWRbVDg8jTQKt6VbtcXzjWU5u/S skvzs8ur1CKoQGSlVzFqXEqwaJ99E1ZpKE1ewlei05XhE3tPKngUjIpdP4+72J1sC20C 9yBqqwawjeMPrg15FinSgV5+47VHrh/UszDO3KMwqm11CWwjESDdL/Xx8p1926jFCVJV BUYA== X-Gm-Message-State: AOAM530EVoqpK+LZ9KoYdjknFRet3l4xXxWjMMd13GQn9JbeZLOhD+oN LKSD/F2sZyuoyUVin6ARdHXbV4oC21ynIpidvQU= X-Google-Smtp-Source: ABdhPJz9DGxB7h6lDvfpMgEsp1O8RBOgo02XQZaKMDjkzBKVciQFWc8H/pOWw1CBfwgQUgIkuWSEZq9MSp8FXp6V3b0= X-Received: by 2002:a05:6214:27ee:: with SMTP id jt14mr2172403qvb.61.1629188476683; Tue, 17 Aug 2021 01:21:16 -0700 (PDT) MIME-Version: 1.0 References: <20210813061900.24539-1-rentao.bupt@gmail.com> In-Reply-To: <20210813061900.24539-1-rentao.bupt@gmail.com> From: Joel Stanley Date: Tue, 17 Aug 2021 08:21:04 +0000 Message-ID: Subject: Re: [PATCH] ARM: dts: aspeed: cloudripper: Add comments for "mdio1" To: Tao Ren Cc: Rob Herring , Andrew Jeffery , devicetree , Linux ARM , linux-aspeed , Linux Kernel Mailing List , OpenBMC Maillist , Tao Ren Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 13 Aug 2021 at 06:19, wrote: > > From: Tao Ren > > Add some comments to explain the purpose of "mdio1" controller: it's > connected to the MDC/MDIO interface of the on-board management switch. > > Signed-off-by: Tao Ren Thanks, applied. > --- > arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts > index 01ec3ce0a29d..9c6271a17ae8 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts > @@ -96,6 +96,11 @@ > status = "okay"; > }; > > +/* > + * "mdio1" is connected to the MDC/MDIO interface of the on-board > + * management switch (whose ports are connected to BMC, Host and front > + * panel ethernet port). > + */ > &mdio1 { > status = "okay"; > }; > -- > 2.17.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4335DC4338F for ; Tue, 17 Aug 2021 08:22:07 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B05E160E52 for ; Tue, 17 Aug 2021 08:22:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B05E160E52 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4GpkXX71LCz30Jx for ; Tue, 17 Aug 2021 18:22:04 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=BD+21WBp; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::f2d; helo=mail-qv1-xf2d.google.com; envelope-from=joel.stan@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=BD+21WBp; dkim-atps=neutral Received: from mail-qv1-xf2d.google.com (mail-qv1-xf2d.google.com [IPv6:2607:f8b0:4864:20::f2d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4GpkWh717Dz2yfZ; Tue, 17 Aug 2021 18:21:20 +1000 (AEST) Received: by mail-qv1-xf2d.google.com with SMTP id eh1so3061194qvb.11; Tue, 17 Aug 2021 01:21:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4eUZVG0XpccdWtoJobUI2EmJHkDs8bqZphSP7hFWH1Q=; b=BD+21WBpfx3JflwQsN76WK36pG10k24qJf49uOaBukabmoZkC1OSJcSGBE5ArXDN48 JFfC/ftO1VehIaVW3ADemG5c4GUYGqKndbnxYmwlnyuAhwrNvOxtKp0vdiPM3816BOf2 yG8X0zariuFOwjuSeL48meiOi1n1lEOLD7UYE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4eUZVG0XpccdWtoJobUI2EmJHkDs8bqZphSP7hFWH1Q=; b=TJJbgu8uaigJot2qzZNwfQznRkFRIuCd1eplHTSpILCW2L+vbQNdoEXGflUtaThQiM UsXSJt9XCMgf7JKcgRWnzTq7bhNPH8cm1NTnknkRBeh4U2hYLBe3UVOYVBjlbWb/9Te2 HH7+OgqBwj3EPNeszptvc1/PU7Xnch+WkNo04ryRjWzoxdwyxyPgQfBpotV/ZMM2SQqL zTA6bFDdj8QCp0LZ2tLibfjPDMUAXWhRHNVwyUeNSMBeeXqAj2b0dKifUVWtQ+P+lkUl ybT10sF7OP1p4x4cR1rPvb67Zxed8hkDyA/ieMUlpYg3PQhm4jwIeGzt4MAucsCO2CIO xlkw== X-Gm-Message-State: AOAM5300EAk4mTMpFBgDmg6Db3LwzmwmVQoix8UZb5Dgg/QbGvop0IfX PeLfKRs4nepWL1rKWdrQxulYHIxiSPcMsEuu5Fk= X-Google-Smtp-Source: ABdhPJz9DGxB7h6lDvfpMgEsp1O8RBOgo02XQZaKMDjkzBKVciQFWc8H/pOWw1CBfwgQUgIkuWSEZq9MSp8FXp6V3b0= X-Received: by 2002:a05:6214:27ee:: with SMTP id jt14mr2172403qvb.61.1629188476683; Tue, 17 Aug 2021 01:21:16 -0700 (PDT) MIME-Version: 1.0 References: <20210813061900.24539-1-rentao.bupt@gmail.com> In-Reply-To: <20210813061900.24539-1-rentao.bupt@gmail.com> From: Joel Stanley Date: Tue, 17 Aug 2021 08:21:04 +0000 Message-ID: Subject: Re: [PATCH] ARM: dts: aspeed: cloudripper: Add comments for "mdio1" To: Tao Ren Content-Type: text/plain; charset="UTF-8" X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , linux-aspeed , Andrew Jeffery , Tao Ren , OpenBMC Maillist , Linux Kernel Mailing List , Rob Herring , Linux ARM Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Fri, 13 Aug 2021 at 06:19, wrote: > > From: Tao Ren > > Add some comments to explain the purpose of "mdio1" controller: it's > connected to the MDC/MDIO interface of the on-board management switch. > > Signed-off-by: Tao Ren Thanks, applied. > --- > arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts > index 01ec3ce0a29d..9c6271a17ae8 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts > @@ -96,6 +96,11 @@ > status = "okay"; > }; > > +/* > + * "mdio1" is connected to the MDC/MDIO interface of the on-board > + * management switch (whose ports are connected to BMC, Host and front > + * panel ethernet port). > + */ > &mdio1 { > status = "okay"; > }; > -- > 2.17.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09719C432BE for ; Tue, 17 Aug 2021 08:27:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C9FAB60F41 for ; Tue, 17 Aug 2021 08:27:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C9FAB60F41 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2Gvt+o46AFD2aeDy/XXrB4NJqNM7EMjQPkHPvTe2dwg=; b=M/za0ThIxdghnO WvyBH/Stl5nhLqsNiyAYotrCKeBIK4B9BKbrC0MteYZHizYLDUzf2MwTY8ILOv9OpHyu2/d7YM8eF lPxyRUMXqTwf+4NMVFB2xXkK02TBYaZ8vzOJ7tnvtgonJ+mon3MYcWjv+dakZyakbCLtOBGG+agQT oBAoVANCy61l7fx4cYGvcMabY/Cy/zWPwszqJvS0HIx0XaTN6aOAtDqkt2I57KC5+QTBd+c6ycbos CvR/9vwX8eQ6YtbewpeJGyOKJuc7KSmjZsT4cCz6o8Rp5kJK1H0ZZ0Majc6xOZ80b8fVGRzYNEJe4 hLc9ZiJ2YM4tjz6kr5yA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mFuPv-001aq5-Mt; Tue, 17 Aug 2021 08:25:52 +0000 Received: from mail-qv1-xf36.google.com ([2607:f8b0:4864:20::f36]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mFuLW-001Z3X-6x for linux-arm-kernel@lists.infradead.org; Tue, 17 Aug 2021 08:21:24 +0000 Received: by mail-qv1-xf36.google.com with SMTP id jz1so2291627qvb.13 for ; Tue, 17 Aug 2021 01:21:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4eUZVG0XpccdWtoJobUI2EmJHkDs8bqZphSP7hFWH1Q=; b=BD+21WBpfx3JflwQsN76WK36pG10k24qJf49uOaBukabmoZkC1OSJcSGBE5ArXDN48 JFfC/ftO1VehIaVW3ADemG5c4GUYGqKndbnxYmwlnyuAhwrNvOxtKp0vdiPM3816BOf2 yG8X0zariuFOwjuSeL48meiOi1n1lEOLD7UYE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4eUZVG0XpccdWtoJobUI2EmJHkDs8bqZphSP7hFWH1Q=; b=ccIXIqaVSxz6spMuDHpqwqIyeUg/DlW7wJgf6CW58BGg3Y945S1dRHrAR6QBIcq7+W wAE4E3NR3GZhEwJRXVpbLvALP03ltcHBFW17SNpotHEG1GbkzikYDpB7HOSSv+zNCPWh XA/XTXC/SIQPMFIgZ+V5E6O+lbixexSdpHci/6L9VqamFI2d2ZxrBpEMiCi5Cf0FEaZL YaqoqGf4uTQyz/SFzhRCjTI7vXgcDuCYUdYJtV4LXutZey7u3dhjH4yS+oq4ajKAKvVz 3Yhu/7WXh9SpIUI0UxACtsjTg/DMiukrcz8SRt/vbC0yMHcqRCfJGcoEnCi6E8E573yM kNTA== X-Gm-Message-State: AOAM530Fj2LtvNpok/u6CpN4OEuwkzf+AaqNx5ikoSGFiuar57txUw6y b3U6t1AtvIkSC4n7oyAvDLhhT4Lp2OwRm8xXhtk= X-Google-Smtp-Source: ABdhPJz9DGxB7h6lDvfpMgEsp1O8RBOgo02XQZaKMDjkzBKVciQFWc8H/pOWw1CBfwgQUgIkuWSEZq9MSp8FXp6V3b0= X-Received: by 2002:a05:6214:27ee:: with SMTP id jt14mr2172403qvb.61.1629188476683; Tue, 17 Aug 2021 01:21:16 -0700 (PDT) MIME-Version: 1.0 References: <20210813061900.24539-1-rentao.bupt@gmail.com> In-Reply-To: <20210813061900.24539-1-rentao.bupt@gmail.com> From: Joel Stanley Date: Tue, 17 Aug 2021 08:21:04 +0000 Message-ID: Subject: Re: [PATCH] ARM: dts: aspeed: cloudripper: Add comments for "mdio1" To: Tao Ren Cc: Rob Herring , Andrew Jeffery , devicetree , Linux ARM , linux-aspeed , Linux Kernel Mailing List , OpenBMC Maillist , Tao Ren X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210817_012118_315886_A0E18A0B X-CRM114-Status: GOOD ( 18.88 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 13 Aug 2021 at 06:19, wrote: > > From: Tao Ren > > Add some comments to explain the purpose of "mdio1" controller: it's > connected to the MDC/MDIO interface of the on-board management switch. > > Signed-off-by: Tao Ren Thanks, applied. > --- > arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts > index 01ec3ce0a29d..9c6271a17ae8 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-cloudripper.dts > @@ -96,6 +96,11 @@ > status = "okay"; > }; > > +/* > + * "mdio1" is connected to the MDC/MDIO interface of the on-board > + * management switch (whose ports are connected to BMC, Host and front > + * panel ethernet port). > + */ > &mdio1 { > status = "okay"; > }; > -- > 2.17.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel