Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Krzyszkowiak
uboot-imx
Commits
a5485471
Commit
a5485471
authored
May 07, 2021
by
Angus Ainslie
Browse files
Merge branch 'wifi-en' into 'librem5'
Enable WiFi SW kill switch See merge request
!40
parents
e9f7caf7
4d739631
Changes
1
Hide whitespace changes
Inline
Side-by-side
board/purism/librem5/librem5.h
View file @
a5485471
...
...
@@ -138,6 +138,8 @@ static inline void init_pinmux(void)
gpio_direction_output
(
WWAN_EN
,
0
);
gpio_direction_output
(
WWAN_nRESET
,
1
);
gpio_direction_output
(
WIFI_EN
,
1
);
gpio_direction_output
(
HUB_EN
,
0
);
gpio_direction_output
(
HUB_nRESET
,
1
);
gpio_direction_output
(
SD_EN
,
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment