Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1016085ybd; Sat, 22 Jun 2019 21:41:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqxHCTlCiiE9Xe3/yYOutcdzLxEa+hVDtD01fZzTkuj/rnsACG3rGvF45i4lrLLVmMwgRAzq X-Received: by 2002:a65:5a4a:: with SMTP id z10mr8326374pgs.250.1561264905872; Sat, 22 Jun 2019 21:41:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561264905; cv=none; d=google.com; s=arc-20160816; b=H1cGATgrd/x+OQpk31nvCQZSqII2U7XS7qyFwTDA7c+RKk9ntAL8iUGN3x24WKxkAg YPYfl07SIH2OkzKJKrFRi6Hg9egGo3vmfeuyVHY9exiJEAsusl2RtxDMB+/9kPq9p7tJ 8yFTMDPw0zdsXKdh3LMTXU5pwmpP92t9DQ41qrFVoul+wAKKEVxTSrmF2dkq31nCYwfb ky6LML0nXxweh3Me0iBxaVGfh23MRD8CjHp1SJ8mE77j+/39U1KcVmzRCoJop2rvLk19 gBTYNd6j0d9i0DM4xvPoPoMK6u+E614F+yr1rNU9wktI0QxjN/UomG7C7f6raURkRiB2 2ttw== 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=PgOQp63yRKSEs4PHyj9OXg2cvXjXBAbH/8fArAR7J0M=; b=0q3zR+nAK71SeDNZ1oaAtrMC9jReOV2GFnzL6otI3RX5nxjX81cp1J6Enxfy1V3Yqy 6dY3kXfzxODKRI4XCVK7GmxRxAj92HafE/iUy9VjRUheEu4rMFMDWMrFZ34mw/xaAudW NT/tvyhxHg7UvH/4S+iQCH6ajncv6PMKa4Rns9S7ssc/FcYuwZO8sTR+465a5uDY19lO oGYE+zl1wp1SL0M6dUEcO4RgXseKo+JpkQsEX8FNOXamRQ29PAP9U92EzE+FaKHUXlqy RFXI83cmPoodDuGpgC/GuUX5a8g6wLQcEDfS4Ednt0yq5cYdg1/6u36M8DoBt9qmQmSX pcLg== 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 m11si7170323pjl.64.2019.06.22.21.41.30; Sat, 22 Jun 2019 21:41:45 -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 S1726502AbfFWEjv (ORCPT + 99 others); Sun, 23 Jun 2019 00:39:51 -0400 Received: from hermes.aosc.io ([199.195.250.187]:52222 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726484AbfFWEjv (ORCPT ); Sun, 23 Jun 2019 00:39:51 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 979996CD25; Sun, 23 Jun 2019 04:39:46 +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 , Rob Herring Subject: [PATCH v3 5/9] dt-bindings: vendor-prefixes: add SoChip Date: Sun, 23 Jun 2019 12:37:57 +0800 Message-Id: <20190623043801.14040-6-icenowy@aosc.io> In-Reply-To: <20190623043801.14040-1-icenowy@aosc.io> References: <20190623043801.14040-1-icenowy@aosc.io> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Rob Herring --- No changes in v3. Changes in v2: - Add the review tag by Rob. 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 d14604e58d96..92f50cac1055 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -859,6 +859,8 @@ patternProperties: description: Standard Microsystems Corporation "^snps,.*": description: Synopsys, Inc. + "^sochip,.*": + description: Shenzhen SoChip Technology Co., Ltd. "^socionext,.*": description: Socionext Inc. "^solidrun,.*": -- 2.21.0