BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
459c9401
Commit
459c9401
authored
Nov 20, 2018
by
David Frey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tiny formatting fix in mangOH yellow driver
parent
e6cfabbd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
mangoh_yellow.c
linux_kernel_modules/mangoh/mangoh_yellow.c
+1
-4
No files found.
linux_kernel_modules/mangoh/mangoh_yellow.c
View file @
459c9401
...
...
@@ -140,17 +140,14 @@ static struct i2c_board_info mangoh_yellow_rtc_devinfo = {
static
struct
i2c_board_info
mangoh_yellow_battery_charger_devinfo
=
{
I2C_BOARD_INFO
(
"bq25601"
,
0x6b
),
};
static
struct
bq27426_platform_data
mangoh_yellow_battery_gauge_platform_data
=
{
.
energy_full_design_uwh
=
1600000
,
.
charge_full_design_uah
=
440000
,
.
voltage_min_design_uv
=
3300000
,
};
static
struct
i2c_board_info
mangoh_yellow_battery_gauge_devinfo
=
{
I2C_BOARD_INFO
(
"bq27426"
,
0x55
),
.
platform_data
=
&
mangoh_yellow_battery_gauge_platform_data
,
};
static
struct
i2c_board_info
mangoh_yellow_magnetometer_devinfo
=
{
I2C_BOARD_INFO
(
"bmm150"
,
0x10
),
...
...
@@ -166,7 +163,7 @@ static struct platform_device mangoh_yellow_expander = {
.
dev
=
{
.
platform_data
=
&
mangoh_yellow_expander_platform_data
,
.
release
=
mangoh_yellow_expander_release
,
},
},
};
/*
...
...
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