From patchwork Mon Feb 18 10:48:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10817761 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9D9F3922 for ; Mon, 18 Feb 2019 10:48:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8B2C9299D7 for ; Mon, 18 Feb 2019 10:48:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7F46D29C92; Mon, 18 Feb 2019 10:48:31 +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=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E76EC299D7 for ; Mon, 18 Feb 2019 10:48:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730312AbfBRKs3 (ORCPT ); Mon, 18 Feb 2019 05:48:29 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:45398 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730301AbfBRKs3 (ORCPT ); Mon, 18 Feb 2019 05:48:29 -0500 Received: from penelope.horms.nl (unknown [62.119.166.9]) by kirsty.vergenet.net (Postfix) with ESMTPA id C80E925BEDA; Mon, 18 Feb 2019 21:48:23 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1550486904; bh=F3cCUCLMmHYfgbDN9NlFeyvUSJy2jx37FQe1yMcCG6A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=boy2rsnJRuRrYGsI3WrMuTETiNXwKvmpsGoXanvAaEI6O+gKYZoecYqJtfJe7Ebz3 ea9BrdVVxhdaTI5D7q9ahP9cvczMWnT+kzncnI/lTWoVsiB4LrHYZsu0KlE8AqjQBy dxs/eeHBAv4iz9xmRARIguSEJYqLlCk7MWq4vYY0= Received: by penelope.horms.nl (Postfix, from userid 7100) id BF9D6E218D1; Mon, 18 Feb 2019 11:48:07 +0100 (CET) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Fabrizio Castro , Simon Horman Subject: [PATCH 2/4] dt-bindings: arm: renesas: Add si-linux cat87[45] boards Date: Mon, 18 Feb 2019 11:48:04 +0100 Message-Id: <1a69a73c9b006ae72e06a5e637932bfe2fb7bc05.1549624030.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Fabrizio Castro This patch adds board cat874 (powered by the RZ/G2E) and board cat875 (that sits on top of cat874). Both boards are made by Silicon Linux. Signed-off-by: Fabrizio Castro Reviewed-by: Chris Paterson Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/arm/renesas.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml index 5e9d4864a600..9e1e07b5192e 100644 --- a/Documentation/devicetree/bindings/arm/renesas.yaml +++ b/Documentation/devicetree/bindings/arm/renesas.yaml @@ -108,6 +108,14 @@ properties: - description: RZ/G2E (R8A774C0) items: + - enum: + - si-linux,cat874 # Silicon Linux RZ/G2E 96board platform (CAT874) + - const: renesas,r8a774c0 + + - items: + - enum: + - si-linux,cat875 # Silicon Linux sub board for CAT874 (CAT875) + - const: si-linux,cat874 - const: renesas,r8a774c0 - description: R-Car M1A (R8A77781)