From patchwork Fri Aug 18 19:34:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Klaus Goger X-Patchwork-Id: 9909835 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5D79A60385 for ; Fri, 18 Aug 2017 19:35:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4EE3928D2F for ; Fri, 18 Aug 2017 19:35:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4320328D4E; Fri, 18 Aug 2017 19:35:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D6B6028D4A for ; Fri, 18 Aug 2017 19:35:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=JESaDNBKH2kEEFj8pAJh1Lm+rf/gPEwkGHItLJOdaFU=; b=PuSgI4YSJG2wpkK91vS14AAJ8d R1j5wqelEY5yBxMaOHnSFIfS4U4DAD82cbbkb1j9CDtmnhowloK94RHycjrykw7phWGmzPA/lIRVH qicy34gQrnDfvhYbyCCrqM76CaoM4nmNR9TkNWj1LqJ4nRQmQQmfiIuhBLaL7Rdycd0dLH+Ondz1h iH4I28QUQ7qufwq3pTC0OjXlTaeEgBf0AuyzXd2XHe3f95Sps6OdFwaHdPckd9R6/SybhH9usZS4B oLBALSBnffMxW7NVNDK5DVmmrDZFmsBVovg+1yWi4LAl9WqY3ZYQbiKdZzoilXwyuO3JnTcKh2Bwl 28BIc5CA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1din3e-0005wt-2S; Fri, 18 Aug 2017 19:35:50 +0000 Received: from vegas.theobroma-systems.com ([144.76.126.164] helo=mail.theobroma-systems.com) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1din3U-0005sp-JI; Fri, 18 Aug 2017 19:35:47 +0000 Received: from [86.59.122.178] (port=54506 helo=blau.lan) by mail.theobroma-systems.com with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1din2y-0004z5-GH; Fri, 18 Aug 2017 21:35:08 +0200 From: Klaus Goger To: Heiko Stuebner Subject: [PATCH v2 3/5] dt-bindings: add rk3399-q7 SoM Date: Fri, 18 Aug 2017 21:34:43 +0200 Message-Id: <20170818193445.47542-4-klaus.goger@theobroma-systems.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170818193445.47542-1-klaus.goger@theobroma-systems.com> References: <20170818193445.47542-1-klaus.goger@theobroma-systems.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170818_123540_925432_2239A463 X-CRM114-Status: UNSURE ( 5.64 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Eddie Cai , =?UTF-8?q?Pawe=C5=82=20Jarosz?= , Brian Norris , Kever Yang , Shawn Lin , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , Klaus Goger , Andy Yan , Philipp Tomsich , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP RK3399-Q7 is a Qseven compatible system-on-module by Theobroma Systems. This adds the module and the EVK baseboard "Haikou" Signed-off-by: Klaus Goger Acked-by: Rob Herring --- Changes in v2: None 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 88d95323d301..c343fb5f6d7b 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -177,6 +177,10 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "rockchip,rk3399-sapphire-excavator", "rockchip,rk3399"; +- Theobroma Systems RK3399-Q7 Haikou Baseboard: + Required root node properties: + - compatible = "tsd,rk3399-q7-haikou", "rockchip,rk3399"; + - Tronsmart Orion R68 Meta Required root node properties: - compatible = "tronsmart,orion-r68-meta", "rockchip,rk3368";