From patchwork Mon Jan 21 09:57:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Martyn Welch X-Patchwork-Id: 10773491 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 A7C3591E for ; Mon, 21 Jan 2019 09:57:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9533D29B71 for ; Mon, 21 Jan 2019 09:57:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8977829B7E; Mon, 21 Jan 2019 09:57:25 +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 7107429B71 for ; Mon, 21 Jan 2019 09:57:24 +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=nWD0+4JqmEVhIHB/HCsznCKPOEa21WuPlyhCtNc1hvs=; b=L5gnp3egNGo9xZ +TSgdn04I0edkYr9Du2H2V8UUSvJecu2WZUARQRgAJUZPhu3v4qXRh7MK/jW+9agM0Cr2yw9VgK/3 0glwxwj7mLdd1eG04kcq6gmQYrDL4RpWTJySswE1Ve1yugFgMumpvmWW8H7OWr8UgE3IOzLuvK5ho YmnO7Ekj0hzKhAqZXU05fBeQWCwA0VZAwT66Kr1Egyam1sEgLYkiPrr8/B6p1YMUPSkdacgVIqXN5 MaIywP7z8RRi3D1nL7NuMVmb/LmgIZxalovXinGKpn2Z4mx+4UybzFjkwD+3CQUmWYwyiGLfDtea2 /8n0BRC4e3kuuC+eD9Dw==; 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 1glWKY-0002OI-9U; Mon, 21 Jan 2019 09:57:22 +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 1glWKU-0002MV-AW for linux-arm-kernel@lists.infradead.org; Mon, 21 Jan 2019 09:57:19 +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 60721263BFA; Mon, 21 Jan 2019 09:57:16 +0000 (GMT) From: Martyn Welch To: Shawn Guo , Sascha Hauer , Rob Herring , Mark Rutland Subject: [PATCH v3 1/2] dt-bindings: Add vendor prefix for Catalyst Semiconductor Date: Mon, 21 Jan 2019 09:57:04 +0000 Message-Id: <20190121095705.27452-1-martyn.welch@collabora.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190121_015718_494832_CA29762B X-CRM114-Status: GOOD ( 10.85 ) 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, =?utf-8?q?Stefan_Riedm=C3=BCller?= , Rob Herring , Martyn Welch , Kevin Hilman , linux-kernel@vger.kernel.org, Johan Hovold , Martin Blumenstingl , NXP Linux Team , Pengutronix Kernel Team , Christian Hemp , Fabio Estevam , 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 Reviewed-by: Andreas Färber --- Changes in v3: - Add full stop to denote abbreviation. Changes in v2: None 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 389508584f48..a81de3134724 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. cdtech CDTech(H.K.) Electronics Limited