From patchwork Fri Jun 16 13:30:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9791557 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 683FF6038E for ; Fri, 16 Jun 2017 13:31:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 533DB26E4F for ; Fri, 16 Jun 2017 13:31:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 48257285DC; Fri, 16 Jun 2017 13:31:05 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 CB52026E4F for ; Fri, 16 Jun 2017 13:31:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753788AbdFPNbE (ORCPT ); Fri, 16 Jun 2017 09:31:04 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:54694 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753771AbdFPNbE (ORCPT ); Fri, 16 Jun 2017 09:31:04 -0400 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPA id 61A0F25BEE5; Fri, 16 Jun 2017 23:30:59 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1497619859; bh=WYQqRSaZSj2uC17edWVZeuUQnjGti2PFIHsftqqXrrM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=X+CSXbnNMtT8gR8nHYlbyGA8+khv0LYBILQuQ18viU+B0IV6VYFMTPMObYlnn3sqp XcE5ybZ/9+e3d572VPPNiqjcfMx9s1krnaoQcjWjolh7eaGOr+Il0gYFC7VFBt9m3c RN+znkF4p+mZmrlkTs1/Mbf4WpsIlAo/d79IVV9Y= Received: by penelope.horms.nl (Postfix, from userid 7100) id 8AA66E231E8; Fri, 16 Jun 2017 15:30:20 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , Simon Horman Subject: [PATCH 06/11] arm64: dts: salvator-x: Add missing index to PWM pinctrl subnode name Date: Fri, 16 Jun 2017 15:30:14 +0200 Message-Id: <371294fc42c1f9cd634685a515da9eb247fd7d35.1497617276.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.1.4 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: Geert Uytterhoeven R-Car Gen3 SoCs contain multiple PWM modules. Hence to avoid conflicts, pinctrl subnodes for PWM should include indices referring to their instances. Fixes: b33be33670217533 ("arm64: dts: salvator-x: Add panel backlight support") Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/salvator-x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/salvator-x.dtsi b/arch/arm64/boot/dts/renesas/salvator-x.dtsi index 937bdf8842f2..2f5386252aed 100644 --- a/arch/arm64/boot/dts/renesas/salvator-x.dtsi +++ b/arch/arm64/boot/dts/renesas/salvator-x.dtsi @@ -417,7 +417,7 @@ function = "i2c2"; }; - pwm1_pins: pwm { + pwm1_pins: pwm1 { groups = "pwm1_a"; function = "pwm1"; };