From patchwork Wed Oct 7 20:31:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 7347251 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C1FC1BEEA4 for ; Wed, 7 Oct 2015 20:33:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E8CC5205E2 for ; Wed, 7 Oct 2015 20:33:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2BC8F205D6 for ; Wed, 7 Oct 2015 20:33:53 +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 1ZjvNW-0006i3-Lm; Wed, 07 Oct 2015 20:31:58 +0000 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZjvNG-0006Ur-LI for linux-arm-kernel@lists.infradead.org; Wed, 07 Oct 2015 20:31:43 +0000 Received: by wicfx3 with SMTP id fx3so591711wic.1 for ; Wed, 07 Oct 2015 13:31:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=Yd2e+vg+TnHUrXIkyZmmoSMqNgLFY81oksquisNyw0I=; b=G4qmoKvjjHcHDs8GTr5nFt2iv4YdGE2xQrpZvkC8lR3q6BZkqifhHFJarg9RWU3YSq zSVqFOqUxhnvasjhckuve3w84H8L5dlBHua7RKGnmPg2kV9g00Xblzfi/9ZvlN51uZjx QF2k/ePMBzPSkfP96TjARsh5oiV22vATOYbOPFc4RKXFs053qdq0pfCR4eUMJ+15KMZ0 hwfMyh6nQb0d6Qa1DdjsNu+cQjWVCKxTTgAX8pD0tOKg4K0Qv29+oENa/0q2AaaJyB47 GOKAN1txE0GOkfWNzUyPM/XufYgWrfythXvDePXQQUD+DMTGAxPJOaJLPmgBSac3oACt Gh/Q== X-Received: by 10.194.206.38 with SMTP id ll6mr3479871wjc.116.1444249881122; Wed, 07 Oct 2015 13:31:21 -0700 (PDT) Received: from localhost.localdomain (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by smtp.gmail.com with ESMTPSA id gl4sm41488997wjb.29.2015.10.07.13.31.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Oct 2015 13:31:20 -0700 (PDT) From: Carlo Caione To: linux-arm-kernel@lists.infradead.org, linux@arm.linux.org.uk, robh+dt@kernel.org, b.galvani@gmail.com, drake@endlessm.com, jerry.cao@amlogic.com, victor.wan@amlogic.com Subject: [PATCH v2 2/4] of: documentation: add bindings documentation for Meson8b Date: Wed, 7 Oct 2015 22:31:03 +0200 Message-Id: <1444249865-6897-3-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1444249865-6897-1-git-send-email-carlo@caione.org> References: <1444249865-6897-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151007_133142_875749_30A2A7AC X-CRM114-Status: GOOD ( 10.84 ) X-Spam-Score: -2.4 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Carlo Caione 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=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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 From: Carlo Caione Signed-off-by: Carlo Caione Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/amlogic.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt index 973884a..1dfee20 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.txt +++ b/Documentation/devicetree/bindings/arm/amlogic.txt @@ -9,6 +9,12 @@ Boards with the Amlogic Meson8 SoC shall have the following properties: Required root node property: compatible: "amlogic,meson8"; +Boards with the Amlogic Meson8b SoC shall have the following properties: + Required root node property: + compatible: "amlogic,meson8b"; + Board compatible values: - - "geniatech,atv1200" - - "minix,neo-x8" + - "geniatech,atv1200" (Meson6) + - "minix,neo-x8" (Meson8) + - "tronfy,mxq" (Meson8b) + - "hardkernel,odroid-c1" (Meson8b)