From patchwork Sun Oct 5 21:59:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 5034741 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 449309F295 for ; Sun, 5 Oct 2014 22:06:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 67FFC20148 for ; Sun, 5 Oct 2014 22:06:09 +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 9A35C201EC for ; Sun, 5 Oct 2014 22:06:04 +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 1XatsE-0005Dd-Bb; Sun, 05 Oct 2014 22:01:50 +0000 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xats2-00054q-C6 for linux-arm-kernel@lists.infradead.org; Sun, 05 Oct 2014 22:01:38 +0000 Received: by mail-wg0-f43.google.com with SMTP id m15so5144633wgh.2 for ; Sun, 05 Oct 2014 15:01:16 -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=aXy1GatcorTw41wJegw5O0sMhG8KA7mPG1OcN8DWxrzXMW0ETUYafw/T6vbrFbUhEM 9pI1mSVGO2OvdIFYCdv3M6JPnyvOVHIMhXIWklDoAxy4S/KZJylD+ME+r9WEJzqPKryS 6625ZpH+3hEO7PXccTo4VHFneB2dYh4HW/hXjwFPvtwyuT0NEDbczcB9b+unzavtfF8J jaNwyc2yWLOZUT7+51MwYkpMRh94YbsGK/3+BZ7sfgql7YjdLoiYLOI4DOtR0+c0fKdU wxE/NHtENoqDrx4snCdGamADChjkjCwJLYfQ9iwc3sdjOHCTdIHhoK7jvqu8xVFqQsNn HSkg== X-Received: by 10.194.21.230 with SMTP id y6mr25140283wje.42.1412546476382; Sun, 05 Oct 2014 15:01:16 -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 fo6sm9266168wic.3.2014.10.05.15.01.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Oct 2014 15:01:15 -0700 (PDT) From: Beniamino Galvani To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 4/7] of: add vendor prefix for Tronsmart Date: Sun, 5 Oct 2014 23:59:16 +0200 Message-Id: <1412546359-15062-5-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412546359-15062-1-git-send-email-b.galvani@gmail.com> References: <1412546359-15062-1-git-send-email-b.galvani@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141005_150138_553036_55ACF3BA X-CRM114-Status: GOOD ( 10.14 ) X-Spam-Score: -0.8 (/) 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=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no 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 Acked-by: Rob Herring --- 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.