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=-9.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_MUTT 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 AE124C43387 for ; Thu, 17 Jan 2019 04:05:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7F53820854 for ; Thu, 17 Jan 2019 04:05:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547697907; bh=CVNJiwo7yGwpXRGqpjMby4HFi9Y50A8S3m6P/CD/1x4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=d/I3SvhewLzhkEQQIo+pv53YEIUxdK4Ezrg7scgRoOpotbLYHUfUOIQp0HLvoZyx+ PTrUVGAHDGFZPTcN6908MXzmG4FfojJ8ntBnRV7Rfzhrf3qBem//bXiCg/CJkbl3Az Fvwwqm5ke5o8DOPqUufo77mnX6smzqEcgzP+JIDc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728515AbfAQEFG (ORCPT ); Wed, 16 Jan 2019 23:05:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:57824 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727307AbfAQEFG (ORCPT ); Wed, 16 Jan 2019 23:05:06 -0500 Received: from localhost (unknown [122.178.200.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CA09720851; Thu, 17 Jan 2019 04:05:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547697905; bh=CVNJiwo7yGwpXRGqpjMby4HFi9Y50A8S3m6P/CD/1x4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j2ROMSQU2Y2HsasAb9B2mGm8x1wI9m20uPF1yftFmvCvglJ415RVn8h7RjSebS+KR /w2slQiPWLPsDukimXCTTa4Iob9c37SZ5CtvSxNAIZtd52d7ekPsFyDbaxMjy9p1vf iWHVMcjK5J2PRXQ+EbBbQMd+3wUlC5f79fBlrYls= Date: Thu, 17 Jan 2019 09:33:30 +0530 From: Vinod Koul To: Rob Herring Cc: David S Miller , netdev@vger.kernel.org, linux-arm-msm@vger.kernel.org, Niklas Cassel , Bjorn Andersson , Mark Rutland , devicetree@vger.kernel.org Subject: Re: [PATCH v2 1/5] dt-bindings: net: Add Qualcomm ethqos binding Message-ID: <20190117040330.GE13372@vkoul-mobl.Dlink> References: <20190108162926.17806-1-vkoul@kernel.org> <20190108162926.17806-2-vkoul@kernel.org> <20190115210317.GA12206@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190115210317.GA12206@bogus> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 15-01-19, 15:03, Rob Herring wrote: > On Tue, Jan 08, 2019 at 09:59:22PM +0530, Vinod Koul wrote: > > Add support for Qualcomm ethqos found in some SoCs like QCS404. > > > > Signed-off-by: Vinod Koul > > --- > > .../devicetree/bindings/net/qcom,dwmac.txt | 129 ++++++++++++++++++ > > 1 file changed, 129 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/net/qcom,dwmac.txt > > > > diff --git a/Documentation/devicetree/bindings/net/qcom,dwmac.txt b/Documentation/devicetree/bindings/net/qcom,dwmac.txt > > new file mode 100644 > > index 000000000000..652d2213c3ac > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/net/qcom,dwmac.txt > > qcom,ethqos.txt? Sure, will update > > @@ -0,0 +1,129 @@ > > +Qualcomm Ethernet ETHQOS device > > + > > Perhaps some details like speeds and version of IP. There's lots of > variants. yeah it does Gigabit, so will update that as well. > > > +This device has following properties: > > + > > +Required properties: > > + > > +- compatible: Should be qcom,ethqos-qcs404" > > qcom,qcs404-ethqos Makes sense, thanks -- ~Vinod