Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
U-Boot
Commits
c2d80bbd
Commit
c2d80bbd
authored
Jan 05, 2021
by
Tom Rini
Browse files
Merge tag 'ti-v2021.01-rc5' of
https://gitlab.denx.de/u-boot/custodians/u-boot-ti
- Fix I2C speed for Nokia RX51
parents
d8ab0fe5
a8ef64e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
board/nokia/rx51/rx51.c
board/nokia/rx51/rx51.c
+2
-2
No files found.
board/nokia/rx51/rx51.c
View file @
c2d80bbd
...
@@ -704,9 +704,9 @@ void board_mmc_power_init(void)
...
@@ -704,9 +704,9 @@ void board_mmc_power_init(void)
}
}
static
const
struct
omap_i2c_platdata
rx51_i2c
[]
=
{
static
const
struct
omap_i2c_platdata
rx51_i2c
[]
=
{
{
I2C_BASE1
,
22
00000
,
OMAP_I2C_REV_V1
},
{
I2C_BASE1
,
1
00000
,
OMAP_I2C_REV_V1
},
{
I2C_BASE2
,
100000
,
OMAP_I2C_REV_V1
},
{
I2C_BASE2
,
100000
,
OMAP_I2C_REV_V1
},
{
I2C_BASE3
,
4
00000
,
OMAP_I2C_REV_V1
},
{
I2C_BASE3
,
1
00000
,
OMAP_I2C_REV_V1
},
};
};
U_BOOT_DEVICES
(
rx51_i2c
)
=
{
U_BOOT_DEVICES
(
rx51_i2c
)
=
{
...
...
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