Skip to content

Commit f852497

Browse files
lynxeye-devShawn Guo
authored andcommitted
arm64: dts: zii-ultra: fix ARM regulator GPIO handle
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: 4a13b3b (arm64: dts: imx: add Zii Ultra board support) Signed-off-by: Lucas Stach <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 958c601 commit f852497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
regulator-name = "0V9_ARM";
8989
regulator-min-microvolt = <900000>;
9090
regulator-max-microvolt = <1000000>;
91-
gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>;
91+
gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>;
9292
states = <1000000 0x1
9393
900000 0x0>;
9494
regulator-always-on;

0 commit comments

Comments
 (0)