rockchip: fix wwan reset gpio for cyber 3588 aib
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
2b387c7722
commit
e3c1bb3545
@ -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>;
|
||||
};
|
||||
|
||||
|
@ -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>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user