Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
2531b3be
Commit
2531b3be
authored
Dec 07, 2018
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'audio-fix' into omap-for-v4.20/fixes
parents
a763ecc1
2afdb4c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
arch/arm/mach-omap1/board-ams-delta.c
arch/arm/mach-omap1/board-ams-delta.c
+4
-2
No files found.
arch/arm/mach-omap1/board-ams-delta.c
View file @
2531b3be
...
...
@@ -247,8 +247,8 @@ static struct platform_device latch2_gpio_device = {
#define LATCH2_PIN_SCARD_CMDVCC 11
#define LATCH2_PIN_MODEM_NRESET 12
#define LATCH2_PIN_MODEM_CODEC 13
#define LATCH2_PIN_
HOOKFLASH1
14
#define LATCH2_PIN_HOOKFLASH
2
15
#define LATCH2_PIN_
AUDIO_MUTE
14
#define LATCH2_PIN_HOOKFLASH 15
static
struct
regulator_consumer_supply
modem_nreset_consumers
[]
=
{
REGULATOR_SUPPLY
(
"RESET#"
,
"serial8250.1"
),
...
...
@@ -588,6 +588,8 @@ static int gpiochip_match_by_label(struct gpio_chip *chip, void *data)
static
struct
gpiod_hog
ams_delta_gpio_hogs
[]
=
{
GPIO_HOG
(
LATCH2_LABEL
,
LATCH2_PIN_KEYBRD_DATAOUT
,
"keybrd_dataout"
,
GPIO_ACTIVE_HIGH
,
GPIOD_OUT_LOW
),
GPIO_HOG
(
LATCH2_LABEL
,
LATCH2_PIN_AUDIO_MUTE
,
"audio_mute"
,
GPIO_ACTIVE_HIGH
,
GPIOD_OUT_LOW
),
{},
};
...
...
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