Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4481535ybi; Tue, 11 Jun 2019 07:21:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqz4BSJ2yNRz85SQ6nhabOpGJzwMNhZnkv4QbOApkn9j4MrIymK0X6xkUugjdgG1Wt65vIvQ X-Received: by 2002:a17:90a:9f0b:: with SMTP id n11mr26562806pjp.98.1560262904224; Tue, 11 Jun 2019 07:21:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560262904; cv=none; d=google.com; s=arc-20160816; b=Xj7P4AfJZbFS3N/GJOSiee3HDoWsMoerlCRvXD8MiebBgzsG7Q8rxo/qSBx1l873Vk Y3iNni3QlQ86HAeHTn7SjgiAnvzw7uAgkE7xLqgv0H92MDDuwKl74RWp+SCdLJHBaEeC mROMTJazjGGvMbz+dKFP1feQJDYEQ8LZRMz7Pdoq3ecUQJpFI+v3YIidBix6pzmampr3 6nvUkmH1tzMK3bWuXc7byO/PNpmTSz+VYPmrHBnqyqRg/T7YT4FUDlM6esZx6vMJiCpp zxDBjvn1rp/ap28GtqjiZqelzFCPXnaI+aPVIPbKBEof97UEloAzFfjB0d5x4IGtudF2 hpHQ== 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=AUoCHYEvJtm1ipBnoBgBVSHmfEQroVEQDBGhDFcizzk=; b=wteZeIHIm0k1Bx4CBzPkcb2Hsy+PzZ3SYiEWhAJEZ2BwotyP5qs5QKhjheEzjdWtTY NbZFD4W+X/ZZGGyYvAKQjct1rz5ErUocRtDvwmlf5ogwI11L+3IhmlXs4Gj8uu4a+Y7d rMQL9gfnlxT3olEu61RAzckwx6GXJhEVKRpP6DpPMFC0jLGpMWjVuEi9SUshfGBJJZPj myFpeDqFCanMVAwiCIq3I7AA9RcnrELdHCzC+fntzNXOvJ8LexagAAaoV8Jy5KeaHdt5 eutpRFJUnszVJ9LLkPCcoj3kLByrSquNQ8hEyB38otTrZaI3tBeF49H6Ttskgy6Qb7EK 2YGQ== 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 k137si13000676pga.59.2019.06.11.07.21.28; Tue, 11 Jun 2019 07:21:44 -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 S2390180AbfFKOTm (ORCPT + 99 others); Tue, 11 Jun 2019 10:19:42 -0400 Received: from hermes.aosc.io ([199.195.250.187]:33446 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388906AbfFKOTl (ORCPT ); Tue, 11 Jun 2019 10:19:41 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id B6DF982298; Tue, 11 Jun 2019 14:11:58 +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 v2 07/11] dt-bindings: vendor-prefixes: add SoChip Date: Tue, 11 Jun 2019 22:09:36 +0800 Message-Id: <20190611140940.14357-8-icenowy@aosc.io> In-Reply-To: <20190611140940.14357-1-icenowy@aosc.io> References: <20190611140940.14357-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 --- 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 91a1338267db..2c8a8b195c07 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -803,6 +803,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