Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp446860ybp; Tue, 8 Oct 2019 21:42:35 -0700 (PDT) X-Google-Smtp-Source: APXvYqwAEcJLbaFtZMjVGQAKGtEN2jMIOLYprgHa4UJBqFeP8mbfzSOJQrL39X8j2vKwo6CQ5pS1 X-Received: by 2002:a17:906:fcd4:: with SMTP id qx20mr1010768ejb.257.1570596154899; Tue, 08 Oct 2019 21:42:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570596154; cv=none; d=google.com; s=arc-20160816; b=lbnCTYHJ6Y5uYPFk43H3bHMIDZfzAQnW+IN5BpAlfyXTex/z2NOo4azZhriCAvGeqv jrPFZt0heogd7O+AFisa3hDsl/S2oi6S4GWcw1pwes4sxHsgvLPi9yVF7zLEEzsUWVhY 8NnFtypv39j2dU4df9AYC+FMoDYPhk5+EJdf+GVMze7M3Q0HYSAxDdD+hWelY73KgWuO arxq/Xo93nSIifQ8UqNvpqpP5BxbYst3UNZkmMKhL8tpJ2/TIdGeMzOaIpBbEhW/Tcad NJXSBDeOxIZyjMWmEtZgly+QQ+lgoTxoqb8pGW1nQxlr4oTST/FBtV4RjmYgUycFvq1w gM4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=u53VQm6WBWGWAaW8HhcXdnuGS7SuCc/WeRbkalwg+Qk=; b=EzGDGB32RjLWTrDV3+WJnds61DxQTC2ur8lthtiVoyd9rj4nmANBjgExgDDnce12i8 eHjPeLv2k4yjtgttIQhAX6vhMA0AaEpU31zb+cYLZuHxkoV+dUqiJ0RzgTjkHyVqxjiC trbRU0Y0BKg0fRunn1jfKUpwiSQJ8f2HF2ctlWk5mJjA592pCnh5m5waTwS6P3ctYSN/ TanAOT0nB546wf+nphOv6J96V3nwApZYsTYtOeJtNgQ3UhF4fKBiH6fbr2mjsGVeVAkH JzwXjYBF1MK5R553ryBMp7fn1FFNVTPjFfNt/Ubij5QlagfyOzU+zhHSptB58f4hpX3b yDHA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u6si621257eds.173.2019.10.08.21.42.11; Tue, 08 Oct 2019 21:42:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730451AbfJIEjC (ORCPT + 99 others); Wed, 9 Oct 2019 00:39:02 -0400 Received: from gate.crashing.org ([63.228.1.57]:34629 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729040AbfJIEjC (ORCPT ); Wed, 9 Oct 2019 00:39:02 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x994cklP016126; Tue, 8 Oct 2019 23:38:47 -0500 Message-ID: <75d915aec936be64ea5ebd63402efd90bb1c29d9.camel@kernel.crashing.org> Subject: Re: [PATCH 1/3] dt-bindings: net: ftgmac100: Document AST2600 compatible From: Benjamin Herrenschmidt To: Andrew Jeffery , netdev@vger.kernel.org Cc: davem@davemloft.net, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, joel@jms.id.au Date: Wed, 09 Oct 2019 15:38:46 +1100 In-Reply-To: <20191008115143.14149-2-andrew@aj.id.au> References: <20191008115143.14149-1-andrew@aj.id.au> <20191008115143.14149-2-andrew@aj.id.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2019-10-08 at 22:21 +1030, Andrew Jeffery wrote: > The AST2600 contains an FTGMAC100-compatible MAC, although it no- > longer > contains an MDIO controller. How do you talk to the PHY then ? Cheers, Ben. > Signed-off-by: Andrew Jeffery > --- > Documentation/devicetree/bindings/net/ftgmac100.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/net/ftgmac100.txt > b/Documentation/devicetree/bindings/net/ftgmac100.txt > index 72e7aaf7242e..04cc0191b7dd 100644 > --- a/Documentation/devicetree/bindings/net/ftgmac100.txt > +++ b/Documentation/devicetree/bindings/net/ftgmac100.txt > @@ -9,6 +9,7 @@ Required properties: > > - "aspeed,ast2400-mac" > - "aspeed,ast2500-mac" > + - "aspeed,ast2600-mac" > > - reg: Address and length of the register set for the device > - interrupts: Should contain ethernet controller interrupt