linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: zii-ultra: fix ARM regulator GPIO handle
@ 2019-10-30 16:46 Lucas Stach
  2019-11-04  7:12 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2019-10-30 16:46 UTC (permalink / raw)
  To: Shawn Guo; +Cc: kernel, linux-arm-kernel, patchwork-lst

The GPIO handle is referencing the wrong GPIO, so the voltage did not
actually change as intended. The pinmux is already correct, so just
correct the GPIO number.

Fixes: 4a13b3bec3b4 (arm64: dts: imx: add Zii Ultra board support)
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
Urgh, second fix for this regulator, it was really wrong in the
beginning. This time I actually measured the voltage on the board and
saw it changing as expected, so hopefully we are good now.
---
 arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi
index 087b5b6ebe89..32ce14936b01 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi
@@ -88,7 +88,7 @@
 		regulator-name = "0V9_ARM";
 		regulator-min-microvolt = <900000>;
 		regulator-max-microvolt = <1000000>;
-		gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>;
+		gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>;
 		states = <1000000 0x1
 		           900000 0x0>;
 		regulator-always-on;
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: zii-ultra: fix ARM regulator GPIO handle
  2019-10-30 16:46 [PATCH] arm64: dts: zii-ultra: fix ARM regulator GPIO handle Lucas Stach
@ 2019-11-04  7:12 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2019-11-04  7:12 UTC (permalink / raw)
  To: Lucas Stach; +Cc: kernel, linux-arm-kernel, patchwork-lst

On Wed, Oct 30, 2019 at 05:46:23PM +0100, Lucas Stach wrote:
> The GPIO handle is referencing the wrong GPIO, so the voltage did not
> actually change as intended. The pinmux is already correct, so just
> correct the GPIO number.
> 
> Fixes: 4a13b3bec3b4 (arm64: dts: imx: add Zii Ultra board support)
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-04  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 16:46 [PATCH] arm64: dts: zii-ultra: fix ARM regulator GPIO handle Lucas Stach
2019-11-04  7:12 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).