From patchwork Sun Oct 26 13:23:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Perier X-Patchwork-Id: 5154171 Return-Path: X-Original-To: patchwork-linux-rockchip@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 64076C11AC for ; Sun, 26 Oct 2014 13:21:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8E7FC202F8 for ; Sun, 26 Oct 2014 13:21:22 +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 95BF6202F2 for ; Sun, 26 Oct 2014 13:21:21 +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 1XiNl3-0003Xp-3W; Sun, 26 Oct 2014 13:21:21 +0000 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XiNkn-0003U1-3f; Sun, 26 Oct 2014 13:21:06 +0000 Received: by mail-wg0-f49.google.com with SMTP id x13so194324wgg.32 for ; Sun, 26 Oct 2014 06:20:42 -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=RFvrG3UuKieFKGxb1SZJjyTbuOATY3W4GmEuRV6c9Jo=; b=b4BbK/yK2ZEvereDZE+vpvKXGT9UZVoA+/b+on2yzDKDEn/qtclxLTkCtlxvOihJ+C 2h6MzF3PGRt6lXOitQ2HP4O/8zNmhFljS5P6tMXF2+vsHEG2lhyyn6OBZ9HFWK+0V7DG ZKD2/nLCfbeYlFfBuXGCwcGzscVAJ05j5AKrDR9AC8dGB0CXuKcwAYUDSQBVM0bSLEEf iky/M6DZ5uod8QNYL4jkI7A0UvyZiBdHODqmtq41FhvZJ3xXIyQ+jd3rULFWbgpK5U4X iQqK62EGqD98W+szus6xQzzX3ODvvRlolxZzjeqvHlqjY0lG9RQ51Hnmhau+T6hfGyRf VlAA== X-Received: by 10.180.108.13 with SMTP id hg13mr8052196wib.27.1414329640799; Sun, 26 Oct 2014 06:20:40 -0700 (PDT) Received: from localhost.localdomain (AToulouse-554-1-17-219.w92-149.abo.wanadoo.fr. [92.149.96.219]) by mx.google.com with ESMTPSA id bg10sm11978193wjc.47.2014.10.26.06.20.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Oct 2014 06:20:40 -0700 (PDT) From: Romain Perier To: heiko@sntech.de Subject: [PATCH v1 2/4] dt-bindings: Document Marsboard RK3066 in Rockchip platforms dt-bindings Date: Sun, 26 Oct 2014 13:23:47 +0000 Message-Id: <1414329829-8031-2-git-send-email-romain.perier@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1414329829-8031-1-git-send-email-romain.perier@gmail.com> References: <1414329829-8031-1-git-send-email-romain.perier@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141026_062105_333615_2BA758D1 X-CRM114-Status: UNSURE ( 7.75 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=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 Signed-off-by: Romain Perier --- Documentation/devicetree/bindings/arm/rockchip.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt index 857f126..e163678 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -1,6 +1,10 @@ Rockchip platforms device tree bindings --------------------------------------- +- MarsBoard RK3066 board: + Required root node properties: + - compatible = "haoyuelectronics,marsboard-rk3066", "rockchip,rk3066a"; + - bq Curie 2 tablet: Required root node properties: - compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";