Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eric Kuzmenko
uboot-imx
Commits
f5f73bb2
Commit
f5f73bb2
authored
Dec 18, 2018
by
Angus Ainslie (Purism)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imx8m_som/spl.c : use the correct mux modes for GPIO pins
parent
6f9347d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
board/emcraft/imx8m_som/spl.c
board/emcraft/imx8m_som/spl.c
+2
-2
No files found.
board/emcraft/imx8m_som/spl.c
View file @
f5f73bb2
...
...
@@ -197,9 +197,9 @@ int board_mmc_init(bd_t *bis)
#define HAPTIC_nEN IMX_GPIO_NR(5, 4)
#define IMU_INT IMX_GPIO_NR(3, 19)
static
iomux_v3_cfg_t
const
pwr_en_pads
[]
=
{
IMX8MQ_PAD_GPIO1_IO08__GPIO1_IO8
|
MUX_PAD_CTRL
(
PAD_CTL_DSE6
|
PAD_CTL_FSEL
1
),
IMX8MQ_PAD_GPIO1_IO08__GPIO1_IO8
|
MUX_PAD_CTRL
(
PAD_CTL_DSE6
|
PAD_CTL_FSEL
0
),
IMX8MQ_PAD_SPDIF_RX__GPIO5_IO4
|
MUX_PAD_CTRL
(
PAD_CTL_DSE6
|
PAD_CTL_FSEL1
),
IMX8MQ_PAD_SAI5_RXFS__GPIO3_IO19
|
MUX_PAD_CTRL
(
PAD_CTL_FSEL
1
),
IMX8MQ_PAD_SAI5_RXFS__GPIO3_IO19
|
MUX_PAD_CTRL
(
PAD_CTL_FSEL
5
),
};
/*
...
...
Write
Preview
Markdown
is supported
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