From patchwork Fri Mar 6 15:51:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 5956051 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E2BB89F380 for ; Fri, 6 Mar 2015 15:54:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1196820396 for ; Fri, 6 Mar 2015 15:54:26 +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 4857120390 for ; Fri, 6 Mar 2015 15:54:25 +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 1YTuXn-0002td-ME; Fri, 06 Mar 2015 15:52:07 +0000 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YTuXX-0002n9-Sp for linux-arm-kernel@lists.infradead.org; Fri, 06 Mar 2015 15:51:52 +0000 Received: by wevm14 with SMTP id m14so60260913wev.13 for ; Fri, 06 Mar 2015 07:51:29 -0800 (PST) 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=SA17qszOdBamw2C4qW+bHxkAV5tcsC2+nQKFfS2JWXI=; b=nvWSRtWhMfx53N8ty4PQQsWPnqAOA7gYcFnCyAhl2C/nDjkinEF7RFqKc5Qnfrq5vo jt376kO6fTJuQ3sJXOhR77bJreARK7phkNO87rXPjdvO8Bvyca94lprpVW1piEpIT35y K1/ZOTPsvZYf5b1nCAYBEphd6ExlFVdDCUH8nfzO7ulmmhb31ZUyJrKnut5G2Ner9e5/ dT3Q4rY1tUem2X8jPJX+sKLvlPY7UwY2vvjs0sQ/ciM3kNJIEVU0CK8ye5oscob7ROsL JJDBPwWyKalUWjKHDuk0+1uQuHIwuMu8fWj4dQASLwHVMg2LHhK9VuI+Oz0ndmCNuM8a ePIQ== X-Received: by 10.180.208.43 with SMTP id mb11mr20137393wic.52.1425657089563; Fri, 06 Mar 2015 07:51:29 -0800 (PST) Received: from localhost.localdomain (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by mx.google.com with ESMTPSA id hj10sm15470788wjc.48.2015.03.06.07.51.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Mar 2015 07:51:28 -0800 (PST) From: Carlo Caione To: linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, b.galvani@gmail.com, drake@endlessm.com, jstpierre@mecheye.net, jerry.cao@amlogic.com, victor.wan@amlogic.com Subject: [PATCH 2/2] documentation: Fix pinctrl docs for Meson8b Date: Fri, 6 Mar 2015 16:51:16 +0100 Message-Id: <1425657076-6709-3-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1425657076-6709-1-git-send-email-carlo@caione.org> References: <1425657076-6709-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150306_075152_144044_FF76453A X-CRM114-Status: UNSURE ( 9.49 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.5 (/) Cc: Carlo Caione 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=-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 Add the compatible string for Meson8b in Meson pinctrl documentation. Signed-off-by: Carlo Caione --- Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt index 17e7240..3f6a524 100644 --- a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt @@ -1,7 +1,7 @@ == Amlogic Meson pinmux controller == Required properties for the root node: - - compatible: "amlogic,meson8-pinctrl" + - compatible: "amlogic,meson8-pinctrl" or "amlogic,meson8b-pinctrl" - reg: address and size of registers controlling irq functionality === GPIO sub-nodes ===