Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp2181275imc; Tue, 12 Mar 2019 08:33:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqxOnz3CLlT6gmUyiNDGjkB8w1pLPqqPPux0dzHYLTvyhwSYRg7jmbwpSodeMrw4qKi9jwVY X-Received: by 2002:a63:cd10:: with SMTP id i16mr34360594pgg.90.1552404838573; Tue, 12 Mar 2019 08:33:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552404838; cv=none; d=google.com; s=arc-20160816; b=J3bhukCEuSuCNVR8zhAmJCwmRNFsnravbufVzSFCxQQu5HOQzGfcZBwvXQ1RUiKKqq 00CtWPjWr+pBx0psjBWqCmNlvH7AlxJ61/CM2W5yeMDbdMKGThkC5EM5w2DaZStTWDgC 4TeHpTn80b4M8gKqsPa+mldEmuOM1kfAV6J4sJkLSx+PVRQ6CaYQOr5Q+K3Vs2/uoqOL Zsh/dCUKr5BUvsnhpkQ+Su4uFCwmWtPxO18vr1po4cCNjyTeTx3Hcbi99CCytx5vObxE bVvaTdvMY36Ywclv+A/Wr2PvC0/Ts22M45uINwv6KfNxzawYGw2JfSDJrAw30OTz3Y3M KyMg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=T1ZSPNVBwfSQ0vhRM1KlP74SgEHYm2FsFYG3S8a5HWk=; b=CKwUVYa1+h1C3w4DbvDMRgE8EGN2dCDTgL4KSUfvoFKdujQflJ/ISqjShBEexRqR9s M27O5WEPgpFJI0+CP3J064JG1QgvCPnX0Svch7xEiitlMr18jt/xMcBuaH2oCXnp9qOn noc5zo/lpMdLr8hF3U0yAf3InXBeoVTctcknzj8ejSe19o1oFq4k6jj+GtTeOEZKsCyl h+6GtkGIXhvL4vnNibeIuEd6X52gvfK+nlR8sLjpEj/p03iyuAKQwYE7UERFGCXPaP/0 xD0nGey1LZ7KCCa9746HnNlZl7nVLSmjRO+vW2u8r2DZHpM7QDWh2GqQ1hryBH2dV0T6 iT2Q== 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 r26si865623pgv.127.2019.03.12.08.33.42; Tue, 12 Mar 2019 08:33:58 -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 S1726809AbfCLPdB (ORCPT + 99 others); Tue, 12 Mar 2019 11:33:01 -0400 Received: from hermes.aosc.io ([199.195.250.187]:40108 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726656AbfCLPc6 (ORCPT ); Tue, 12 Mar 2019 11:32:58 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 6AA2715FCC3; Tue, 12 Mar 2019 15:26:07 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Linus Walleij , Jagan Teki 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 09/14] dt-bindings: vendor-prefixes: add SoChip Date: Tue, 12 Mar 2019 23:22:51 +0800 Message-Id: <20190312152256.35574-10-icenowy@aosc.io> In-Reply-To: <20190312152256.35574-1-icenowy@aosc.io> References: <20190312152256.35574-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Shenzhen SoChip Technology Co., Ltd. is a hardware vendor that produces EVBs with Allwinner chips. There's also a SoC named S3 that is developed by Allwinner (based on Allwinner V3/V3s) but branded SoChip. Add the vendor prefix for SoChip. Signed-off-by: Icenowy Zheng --- 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 bb6f6e8a2eee..b03a2a49440b 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -377,6 +377,7 @@ sitronix Sitronix Technology Corporation skyworks Skyworks Solutions, Inc. smsc Standard Microsystems Corporation snps Synopsys, Inc. +sochip Shenzhen SoChip Technology Co., Ltd. socionext Socionext Inc. solidrun SolidRun solomon Solomon Systech Limited -- 2.18.1