From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH 1/3] net: dsa: Add DT bindings for Vitesse VSC73xx switches Date: Sun, 17 Jun 2018 09:40:39 +0200 Message-ID: <20180617074039.GB2141@nanopsycho> References: <20180614123534.8063-1-linus.walleij@linaro.org> <20180614123534.8063-2-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Lunn , Vivien Didelot , Florian Fainelli , netdev@vger.kernel.org, openwrt-devel@lists.openwrt.org, LEDE Development List , Gabor Juhos , devicetree@vger.kernel.org To: Linus Walleij Return-path: Received: from mail-wr0-f195.google.com ([209.85.128.195]:43674 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932374AbeFQHn6 (ORCPT ); Sun, 17 Jun 2018 03:43:58 -0400 Received: by mail-wr0-f195.google.com with SMTP id d2-v6so13648976wrm.10 for ; Sun, 17 Jun 2018 00:43:57 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180614123534.8063-2-linus.walleij@linaro.org> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Jun 14, 2018 at 02:35:32PM CEST, linus.walleij@linaro.org wrote: >This adds the device tree bindings for the Vitesse VSC73xx >switches. We also add the vendor name for Vitesse. > >Cc: devicetree@vger.kernel.org >Signed-off-by: Linus Walleij >--- > .../bindings/net/dsa/vitesse,vsc73xx.txt | 81 +++++++++++++++++++ > .../devicetree/bindings/vendor-prefixes.txt | 1 + > 2 files changed, 82 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/dsa/vitesse,vsc73xx.txt > >diff --git a/Documentation/devicetree/bindings/net/dsa/vitesse,vsc73xx.txt b/Documentation/devicetree/bindings/net/dsa/vitesse,vsc73xx.txt >new file mode 100644 >index 000000000000..474cdba5fa37 >--- /dev/null >+++ b/Documentation/devicetree/bindings/net/dsa/vitesse,vsc73xx.txt >@@ -0,0 +1,81 @@ >+Vitess VSC73xx Switches s/Vitess/Vitesse/ [...]