Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1016289ybd; Sat, 22 Jun 2019 21:42:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqxsif4IMdHVdV0uA5fee7CSX+pcXnzvUHRs5yxs9knjgnmZhziIU0/EB+FFBPb83rz1qoW7 X-Received: by 2002:a17:902:e58b:: with SMTP id cl11mr118532825plb.24.1561264927259; Sat, 22 Jun 2019 21:42:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561264927; cv=none; d=google.com; s=arc-20160816; b=eSz7mrrllxsGCdz526dLUzxWockqGgEu10V0h1whVuVMxZLffQfdfyDhb4wFKWn/1A HV3PfOygFUVwmViQHLz6i5GyOBYTmawBdrt3/5FEDKgQDVMM676e1qaFczRx3GwDw3SN HrwTVweRh0b/u61kdYf55W1HC8GyddOojq4T4X1dIDUnQWsg6PWAE+gzVn4a5zlHBQQL w15oYPKh5HD+2r5wSsWkXVQi/UU2F5pUI/U8yoR3SWaArIgrE6GVv7V57Po/LWsIrkcy 44aj7T3UAUmOo8EE1m7bsTvjCW/gQhNB6YqHAEv8F2xLKqqKZWepbeqHeCI22ftN66HU gB2A== 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:message-id:date:subject:cc:to:from; bh=k+xMANEUDvk08htEmSJCfZm2gKGV6xkmoowd/mw6Hr4=; b=rJJEFYUpHOxTEEn0Hk9j76U1YaqRUyS5P69Ky8NcIMLrWA/MutYkQpwt5nfCNiqG8w PXpquoQEtAZoq+HCPJFB8XPDtD6r1qWffO0ZgeFyVckPGrIbgw8wf1rUBKcioWaXDgdu O0sHhyhHc4GawvCPkHlJHTKJZphiRgGVM6hodrUlbvwCIGFGO3vCkETqjTvJRjKDtpnO Gr9lN5Ix/5bbSA/H+Pi3HgcSOfzmJ3dLMxevH6Hr7m4leMcSvyeRzPabNuLrj/CqD3+h HQeGDvcYvDj7eRAXhcY37sF54xFeTWnwRGnn5eUeFRpakO6SB1cyu04d8yGJ1u7LEGyc zglQ== 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 v20si7299737pff.26.2019.06.22.21.41.52; Sat, 22 Jun 2019 21:42:07 -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 S1726534AbfFWEkN (ORCPT + 99 others); Sun, 23 Jun 2019 00:40:13 -0400 Received: from hermes.aosc.io ([199.195.250.187]:52268 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726050AbfFWEkN (ORCPT ); Sun, 23 Jun 2019 00:40:13 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 30D106B5D5; Sun, 23 Jun 2019 04:40:08 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Linus Walleij Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH v3 7/9] dt-bindings: vendor-prefixes: add Sipeed Date: Sun, 23 Jun 2019 12:37:59 +0800 Message-Id: <20190623043801.14040-8-icenowy@aosc.io> In-Reply-To: <20190623043801.14040-1-icenowy@aosc.io> References: <20190623043801.14040-1-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Shenzhen Sipeed Technology Co., Ltd. is a company focused on development kits, which also contains rebranded Lichee Pi series. Add its vendor prefix binding. Signed-off-by: Icenowy Zheng --- Changes in v3: - Rebased because of the addition of sinlinx and sinovoip. Patch introduced in v2. Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 92f50cac1055..bbbce4c9cc4e 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -847,6 +847,8 @@ patternProperties: description: Sinlinx Electronics Technology Co., LTD "^sinovoip,.*": description: SinoVoip Co., Ltd + "^sipeed,.*": + description: Shenzhen Sipeed Technology Co., Ltd. "^sirf,.*": description: SiRF Technology, Inc. "^sis,.*": -- 2.21.0