mediatek: fix power on wwan module on bpi r3-mini

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 24194430b1)
This commit is contained in:
Tianling Shen 2024-01-26 21:26:10 +08:00
parent 5a00212d70
commit 616b7c6565
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -378,6 +378,11 @@
};
usb_ngff_pins: usb-ngff-pins {
ngff-gnss-off {
pins = "GPIO_6";
drive-strength = <8>;
mediatek,pull-up-adv = <1>;
};
ngff-pe-rst {
pins = "GPIO_7";
drive-strength = <8>;
@ -398,6 +403,11 @@
drive-strength = <8>;
mediatek,pull-up-adv = <1>;
};
ngff-coex {
pins = "SPI1_CS";
drive-strength = <8>;
mediatek,pull-up-adv = <1>;
};
};
wf_2g_5g_pins: wf-2g-5g-pins {
@ -494,7 +504,8 @@
&spi1 {
pinctrl-names = "default";
pinctrl-0 = <&spic_pins>;
status = "okay";
/* conflicts with M.2 pin */
status = "disabled";
};
&ssusb {