From patchwork Sun Oct 5 21:59:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 5034711 Return-Path: X-Original-To: patchwork-linux-arm@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 855F19F295 for ; Sun, 5 Oct 2014 22:06:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 706C9201D3 for ; Sun, 5 Oct 2014 22:06:04 +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 3CA06200DC for ; Sun, 5 Oct 2014 22:06:00 +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 1Xatsh-0005Va-C1; Sun, 05 Oct 2014 22:02:19 +0000 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xats7-00055T-4E for linux-arm-kernel@lists.infradead.org; Sun, 05 Oct 2014 22:01:43 +0000 Received: by mail-wi0-f182.google.com with SMTP id n3so2960637wiv.9 for ; Sun, 05 Oct 2014 15:01:21 -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=++ughBNazpL++YEiF3yh7mWxOycSHlChxujB/tMzpmA=; b=bnOBxwCXDr/MuN0G9It962MARvzfk1Umx38hpU5kmIiOxiLnNLRePybT+LZ3IDrYGr QRm9VSBliaS6e75UWIMJs8M7wMIAyKlgyaCWmMPLQg8waklZdyReVn5jCdHCXUhX0kdf orFIFsPuD73QCuPhUKvBbR3WvK8nAqrKBU6SZJEDnDDf2W8hkUWHgHrKx7qqjsQz/zhh HiHnvERdClQW9OY8alCHqfWEQGVK4RIlLyEko6XBH2V1JNKDSUpovOMOMRRcPuzltZe5 ZDa8nj/GI94LuuYXQ90wdfKQA2tPud91FY3zYk0UdvwH5Fh97HcB63E7KmjluU6qL5DP bHWg== X-Received: by 10.194.47.134 with SMTP id d6mr24837305wjn.76.1412546481125; Sun, 05 Oct 2014 15:01:21 -0700 (PDT) Received: from sark.local (host207-98-dynamic.16-79-r.retail.telecomitalia.it. [79.16.98.207]) by mx.google.com with ESMTPSA id fo6sm9266168wic.3.2014.10.05.15.01.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Oct 2014 15:01:20 -0700 (PDT) From: Beniamino Galvani To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 6/7] ARM: meson: document meson8 compatible properties Date: Sun, 5 Oct 2014 23:59:18 +0200 Message-Id: <1412546359-15062-7-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412546359-15062-1-git-send-email-b.galvani@gmail.com> References: <1412546359-15062-1-git-send-email-b.galvani@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141005_150143_325281_8B608127 X-CRM114-Status: UNSURE ( 9.67 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, Victor Wan , Russell King , Pawel Moll , Arnd Bergmann , Ian Campbell , linux-kernel@vger.kernel.org, Beniamino Galvani , Rob Herring , Kumar Gala , Carlo Caione , Jerry Cao X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no 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 Add device tree bindings documentation for Amlogic Meson8 SoCs. Signed-off-by: Beniamino Galvani --- Documentation/devicetree/bindings/arm/amlogic.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt index 7eece72..8fe8150 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.txt +++ b/Documentation/devicetree/bindings/arm/amlogic.txt @@ -2,7 +2,9 @@ Amlogic MesonX device tree bindings ------------------------------------------- Boards with the Amlogic Meson6 SoC shall have the following properties: + Required root node property: + compatible: "amlogic,meson6" -Required root node property: - -compatible = "amlogic,meson6"; +Boards with the Amlogic Meson8 SoC shall have the following properties: + Required root node property: + compatible: "amlogic,meson8";