From patchwork Tue Oct 28 12:24:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Perier X-Patchwork-Id: 5176331 Return-Path: X-Original-To: patchwork-linux-rockchip@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 34E2C9F3ED for ; Tue, 28 Oct 2014 12:21:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 70CF4201B4 for ; Tue, 28 Oct 2014 12:21:43 +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 ACF2920148 for ; Tue, 28 Oct 2014 12:21:42 +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 1Xj5mQ-0002dZ-Cz; Tue, 28 Oct 2014 12:21:42 +0000 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xj5mH-0002Zq-Ce; Tue, 28 Oct 2014 12:21:33 +0000 Received: by mail-wg0-f48.google.com with SMTP id m15so683656wgh.19 for ; Tue, 28 Oct 2014 05:21:11 -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=fclgzZn5RcHiK9YKwSGoyQt5eED9Ad/gHf9fV76o5iE=; b=hl73kjSpLoU6NxFNwGTTxuOTpDy3tBAQMEFlFZPXHwi1bAxc3qsCMVnAXcAY4Oi9JR kzMRMzDbXM1z2FjjxvDD2YzDvnT9y/RxJ1GsP3fHm8vbN7RB88EsSsxiEWF9hyQpS0Pn K8/d6XwQt+mB0vKK5/CizBvjyQ2fgutqyEeaR1ZrKB+GgIcFAnrI9C2y+6EU5Kf40VoD R0f7W67xyZzuSOdZFhWEG308576u2txd6XZ4QwYhFM7Yi1mDAsK4Hsv9ihyx0hXGDzH8 7yZQN9P8b6Wxsc6Cg+uvtR+58dLFfF2O+0REJOFOhhyN0zcgLbu30VC/3/OfzP/FCxdd HVQg== X-Received: by 10.181.8.98 with SMTP id dj2mr4301965wid.70.1414498870262; Tue, 28 Oct 2014 05:21:10 -0700 (PDT) Received: from localhost.localdomain (AToulouse-554-1-48-253.w92-149.abo.wanadoo.fr. [92.149.239.253]) by mx.google.com with ESMTPSA id ws2sm1643833wjc.32.2014.10.28.05.21.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Oct 2014 05:21:09 -0700 (PDT) From: Romain Perier To: heiko@sntech.de Subject: [PATCH v2 2/4] dt-bindings: Document Marsboard RK3066 in Rockchip platforms dt-bindings Date: Tue, 28 Oct 2014 12:24:20 +0000 Message-Id: <1414499062-23875-2-git-send-email-romain.perier@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1414499062-23875-1-git-send-email-romain.perier@gmail.com> References: <1414499062-23875-1-git-send-email-romain.perier@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141028_052133_579333_AAC33197 X-CRM114-Status: UNSURE ( 8.17 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) 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 --- Changes since v1: - Replaced hoayuelectronics by hoayu as suggested by the vendor-prefix doc in dt-bindings 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..eaa3d1a 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 = "haoyu,marsboard-rk3066", "rockchip,rk3066a"; + - bq Curie 2 tablet: Required root node properties: - compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";