From patchwork Wed Oct 1 21:29:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 5014661 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BDCC9BEEA7 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 0306220274 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 363B72026F 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 1XZRVV-0000Lf-EC; Wed, 01 Oct 2014 21:32:21 +0000 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XZRV8-00005n-7z for linux-arm-kernel@lists.infradead.org; Wed, 01 Oct 2014 21:31:58 +0000 Received: by mail-wg0-f51.google.com with SMTP id b13so1567026wgh.34 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=MJ0e1CFuNXPaSB779KCV25GUTNrQle9i79lCHfnv/SA=; b=VNs+nY7EL40hKegJG3kRLHv8rYMoj057IeAl8NAb4BiOxjrBP5zRwThdfCVdpGlBZX hRglvC/U410zCQXHT9iXJD2i509KzZ74buRBloxwuAdpWIx7kCbVxoydTHjWfgEiQn/5 wDF8OeoBEJ/37uQJdg0VlAibU5/ACywemgIEfcCzDhe3Ox79SE/V1e/UdBBAtUxvtlIO bIwpzUb7iLwJW5Oz82os4RAeyVSLWnNs6yLGng/hPAzk+Fhq/UyDQw4rAkZwxc+umJLH zQunQvDyoBGrAKB+TI0WLDfNcWObYZKbbtwsXqsWSe7BWEV/JPYM3G2+Sw7CBJ/RBDq1 Zu2A== X-Received: by 10.194.119.193 with SMTP id kw1mr67214830wjb.82.1412199096242; Wed, 01 Oct 2014 14:31:36 -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.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Oct 2014 14:31:35 -0700 (PDT) From: Beniamino Galvani To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 5/6] ARM: document Tronsmart compatible properties Date: Wed, 1 Oct 2014 23:29:45 +0200 Message-Id: <1412198986-26534-6-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_143158_430100_D4308828 X-CRM114-Status: GOOD ( 10.19 ) 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=-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 Document device tree bindings for Tronsmart devices. Signed-off-by: Beniamino Galvani --- Documentation/devicetree/bindings/arm/tronsmart.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/tronsmart.txt diff --git a/Documentation/devicetree/bindings/arm/tronsmart.txt b/Documentation/devicetree/bindings/arm/tronsmart.txt new file mode 100644 index 0000000..bd29d60 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/tronsmart.txt @@ -0,0 +1,7 @@ +Tronsmart Platforms Device Tree Bindings +--------------------------------------- + +Vega S89 Elite TV box + +Required root node properties: + - compatible = "tronsmart,vega-s89e";