rockchip: fix wwan reset gpio for cyber 3588 aib

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-09-27 18:16:34 +08:00
parent 2b387c7722
commit e3c1bb3545
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
radio-type = "wwan";
pinctrl-names = "default";
pinctrl-0 = <&wwan_disable_h>;
reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_LOW>;
shutdown-gpios = <&gpio4 RK_PB0 GPIO_ACTIVE_HIGH>;
};

View File

@ -77,7 +77,7 @@
radio-type = "wwan";
pinctrl-names = "default";
pinctrl-0 = <&wwan_disable_h>;
reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_LOW>;
shutdown-gpios = <&gpio4 RK_PB0 GPIO_ACTIVE_HIGH>;
};