From patchwork Wed Jan 21 04:55:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5674941 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 BA889C058D for ; Wed, 21 Jan 2015 04:56:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E3C7D204E3 for ; Wed, 21 Jan 2015 04:56:22 +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 18A50204A9 for ; Wed, 21 Jan 2015 04:56:22 +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 1YDnIM-0003Fm-0c; Wed, 21 Jan 2015 04:53:34 +0000 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YDnEN-0006Wt-GR for linux-arm-kernel@lists.infradead.org; Wed, 21 Jan 2015 04:49:28 +0000 Received: by mail-pd0-f179.google.com with SMTP id v10so29187159pde.10 for ; Tue, 20 Jan 2015 20:49:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=sNvu5b5slTlGSLv9IJQk7nrrrvwfxbxMPHREA5qPCPA=; b=XeVeZAkxadQcIlvViM/V9AmNAxOHIK4xLWe1qGUidr/EgyE9+RJlA5LhfSopkuCz1P Q3JhPK18ZeUp2Z/fD+cp6xyN+HJ5wTjwe5C6X0Rlz8v4cc4R9jGfLLjpT5qylOuGuxX9 Ds10IavGk2nbWCeBJuKkCG51I9QH+jRcilp6bTtauYTFlcyR9GhvXoQCIHW4XQyME3MU GBFtFlwN188a3JIcH/L06qZYU27M2Yvn2UJ14wl92W51esSM0SFIgGYsqBSUq3ab7Zoz 7NLz9/2PHynrGwGFUL/Ceu4f5M9s+dpjeabiscoV28Y0gHyXTKMFZVRjBgiq6FXw21LD kRtA== X-Received: by 10.66.65.75 with SMTP id v11mr32258927pas.81.1421815745294; Tue, 20 Jan 2015 20:49:05 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id fa10sm1561202pdb.55.2015.01.20.20.49.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Jan 2015 20:49:04 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Wed, 21 Jan 2015 13:55:09 +0900 Message-Id: <20150121045509.7648.3018.sendpatchset@little-apple> In-Reply-To: <20150121045256.7648.7451.sendpatchset@little-apple> References: <20150121045256.7648.7451.sendpatchset@little-apple> Subject: [PATCH 13/13] pinctrl: sh-pfc: sh7372: Remove DT binding documentation X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150120_204927_612963_B1DD8AD0 X-CRM114-Status: UNSURE ( 7.64 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be, linus.walleij@linaro.org, Magnus Damm , horms@verge.net.au, linux-arm-kernel@lists.infradead.org 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_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, 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: Magnus Damm Remove the DT compatible string entry for the now unsupported sh7372 SoC. Signed-off-by: Magnus Damm --- Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) --- 0001/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt +++ work/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt 2015-01-21 12:12:15.357561911 +0900 @@ -1,7 +1,7 @@ * Renesas Pin Function Controller (GPIO and Pin Mux/Config) -The Pin Function Controller (PFC) is a Pin Mux/Config controller. On SH7372, -SH73A0, R8A73A4 and R8A7740 it also acts as a GPIO controller. +The Pin Function Controller (PFC) is a Pin Mux/Config controller. On SH73A0, +R8A73A4 and R8A7740 it also acts as a GPIO controller. Pin Control @@ -16,7 +16,6 @@ Required Properties: - "renesas,pfc-r8a7779": for R8A7779 (R-Car H1) compatible pin-controller. - "renesas,pfc-r8a7790": for R8A7790 (R-Car H2) compatible pin-controller. - "renesas,pfc-r8a7791": for R8A7791 (R-Car M2) compatible pin-controller. - - "renesas,pfc-sh7372": for SH7372 (SH-Mobile AP4) compatible pin-controller. - "renesas,pfc-sh73a0": for SH73A0 (SH-Mobile AG5) compatible pin-controller. - reg: Base address and length of each memory resource used by the pin @@ -75,8 +74,7 @@ bias-disable, bias-pull-up and bias-pull GPIO ---- -On SH7372, SH73A0, R8A73A4 and R8A7740 the PFC node is also a GPIO controller -node. +On SH73A0, R8A73A4 and R8A7740 the PFC node is also a GPIO controller node. Required Properties: