From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hlIvz-0003hr-An for barebox@lists.infradead.org; Wed, 10 Jul 2019 20:11:25 +0000 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hlIvx-00064Z-66 for barebox@lists.infradead.org; Wed, 10 Jul 2019 22:11:21 +0200 Received: from afa by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1hlIvu-0001sk-Ib for barebox@lists.infradead.org; Wed, 10 Jul 2019 22:11:18 +0200 From: Ahmad Fatoum Date: Wed, 10 Jul 2019 22:11:08 +0200 Message-Id: <20190710201112.9086-3-a.fatoum@pengutronix.de> In-Reply-To: <20190710201112.9086-1-a.fatoum@pengutronix.de> References: <20190710201112.9086-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 3/7] ARM: dts: stm32mp157c: correct gpioz id To: barebox@lists.infradead.org The pinctrl-stm32 driver uses the alias id to infer the index of the first GPIO supported by a controller. Because gpioz' identifiers start at ('Z' - 'A') * 0x10, change the id to 25. Signed-off-by: Ahmad Fatoum --- arch/arm/dts/stm32mp157c.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/stm32mp157c.dtsi b/arch/arm/dts/stm32mp157c.dtsi index b97622c8d4cb..8d9c84a04785 100644 --- a/arch/arm/dts/stm32mp157c.dtsi +++ b/arch/arm/dts/stm32mp157c.dtsi @@ -17,6 +17,6 @@ gpio8 = &gpioi; gpio9 = &gpioj; gpio10 = &gpiok; - gpio11 = &gpioz; + gpio25 = &gpioz; }; }; -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox