From patchwork Tue Dec 11 19:42:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martyn Welch X-Patchwork-Id: 10724587 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 85E3B6C5 for ; Tue, 11 Dec 2018 19:43:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 712822B507 for ; Tue, 11 Dec 2018 19:43:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6160F2B6F0; Tue, 11 Dec 2018 19:43:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 0C7092B507 for ; Tue, 11 Dec 2018 19:43:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=i+8ORAEUDpWpPizOFK4DUDsohVWSTGAoLk3hZGNln8c=; b=u9Xo5bIb4wx7Eo byPSX3VMkLXwMXuFFezIPmPQ4iJwezX9TPengLvPJ5Js3LKtHBWK5+msH7cMJcOeQH17IPzwcW/iD tGBMM6eq31IA4jMp1JhohqdTYSdWSzMebE8SLlH4daTe7ADRYF7aggncHtnu4KQd10VUS//EEw6/w bqoy9fwt8GpQDga8NTdsYQQtjL9uAuSdx9C3EUPBBMZRHzYBVwVd6ASRqPZWpjDEWoIN7EkiV+R6X IO9LBObgOmAgSD7+05lXQKN9mwD3THacMH9VtzXXnk4+WkgrCDeMMK2sP2Xqx/k3U3juSE1kG467i bhC3KMlRyXMzXpe5g5Vw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gWnw9-0006DF-NZ; Tue, 11 Dec 2018 19:43:21 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gWnw6-0006Bw-Hh for linux-arm-kernel@lists.infradead.org; Tue, 11 Dec 2018 19:43:20 +0000 Received: from hades.home (unknown [IPv6:2a00:23c5:58d:db00:68bb:47d:d5ca:9abd]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: martyn) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 28F1026D650; Tue, 11 Dec 2018 19:43:05 +0000 (GMT) From: Martyn Welch To: Shawn Guo , Sascha Hauer , Rob Herring , Mark Rutland Subject: [PATCH 1/2] dt-bindings: Add vendor prefix for Catalyst Semiconductor Date: Tue, 11 Dec 2018 19:42:50 +0000 Message-Id: <20181211194251.12988-1-martyn.welch@collabora.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181211_114318_720982_89B7CD11 X-CRM114-Status: GOOD ( 10.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Michal Simek , =?utf-8?b?TWljaGFsIFZva8OhxI0=?= , David Lechner , Martyn Welch , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Lukasz Majewski , NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , Johan Hovold , Thierry Reding , =?utf-8?q?Andreas_F=C3=A4rber?= , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add vendor prefix "catalyst" for Catalyst Semiconductor which is already in use but undocumented. Signed-off-by: Martyn Welch Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 4b1a2a8fcc16..bbc41483e81b 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -65,6 +65,7 @@ bticino Bticino International calxeda Calxeda capella Capella Microsystems, Inc cascoda Cascoda, Ltd. +catalyst Catalyst Semiconductor, Inc cavium Cavium, Inc. cdns Cadence Design Systems Inc. ceva Ceva, Inc.