From patchwork Wed Oct 1 21:29:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 5014671 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D173C9F40F for ; Wed, 1 Oct 2014 21:34:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2075920204 for ; Wed, 1 Oct 2014 21:34:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 37BBC20270 for ; Wed, 1 Oct 2014 21:34:40 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XZRVO-0000H6-UE; Wed, 01 Oct 2014 21:32:14 +0000 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XZRV6-00005o-Mj for linux-arm-kernel@lists.infradead.org; Wed, 01 Oct 2014 21:31:57 +0000 Received: by mail-wg0-f41.google.com with SMTP id b13so1609186wgh.12 for ; Wed, 01 Oct 2014 14:31:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=g7wRmKz8OtEATHNvmtQlzLq0dCf23lY8bjPKXAyC2Bw=; b=XnTyAo6IypTh9VztrvY6g2bqltpQNrF/UticbIIeKtmgD8jf0LQWm+u2UwcuXOhwRu sG4l/z2z5q2VP3JmTdqQuGfXK5uZKnOCFYM8OdEwupP9uf18XAIxvpLGVUK5DQ2g9OUf v9zxYmbf2L/Qx9LbUT/zRtv7WnwW6E1uYBHjpXo7kag1fm8SJqLZRKJhU7nbOaPHLac8 2R5Spg/d+/m9gv51dPIEedjeHdmNsHxd5F68pOaYp7RpzUCb6Uhdf6Sk13i/R1cFN622 2fRHvN472QiE9/ZmnhRovDg+uvDDEnU6+clN0xAeyFeKY5PpsQVJlFfjC0CIzuknaIMy xuLA== X-Received: by 10.180.83.69 with SMTP id o5mr15539630wiy.41.1412199093975; Wed, 01 Oct 2014 14:31:33 -0700 (PDT) Received: from sark.local (host207-98-dynamic.16-79-r.retail.telecomitalia.it. [79.16.98.207]) by mx.google.com with ESMTPSA id u7sm3136467wif.7.2014.10.01.14.31.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Oct 2014 14:31:33 -0700 (PDT) From: Beniamino Galvani To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 4/6] of: add vendor prefix for Tronsmart Date: Wed, 1 Oct 2014 23:29:44 +0200 Message-Id: <1412198986-26534-5-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412198986-26534-1-git-send-email-b.galvani@gmail.com> References: <1412198986-26534-1-git-send-email-b.galvani@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141001_143156_886437_D95D2CD0 X-CRM114-Status: GOOD ( 10.14 ) X-Spam-Score: -0.1 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, Victor Wan , Russell King , Pawel Moll , Arnd Bergmann , Ian Campbell , linux-kernel@vger.kernel.org, Beniamino Galvani , Rob Herring , Kumar Gala , Carlo Caione , Jerry Cao X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This adds Tronsmart to the list of device tree vendor prefixes. Signed-off-by: Beniamino Galvani --- 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 c681434..92a1798 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -141,6 +141,7 @@ tlm Trusted Logic Mobility toradex Toradex AG toshiba Toshiba Corporation toumaz Toumaz +tronsmart Tronsmart usi Universal Scientifc Industrial Co., Ltd. v3 V3 Semiconductor variscite Variscite Ltd.