Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
reform-boundary-uboot
Commits
d05bfd05
Commit
d05bfd05
authored
11 years ago
by
Tom Rini
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.denx.de/u-boot-i2c
parents
f53932ad
90f002a9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/i2c/soft_i2c.c
+4
-4
4 additions, 4 deletions
drivers/i2c/soft_i2c.c
include/configs/blackstamp.h
+2
-2
2 additions, 2 deletions
include/configs/blackstamp.h
with
6 additions
and
6 deletions
drivers/i2c/soft_i2c.c
+
4
−
4
View file @
d05bfd05
...
@@ -105,11 +105,11 @@ DECLARE_GLOBAL_DATA_PTR;
...
@@ -105,11 +105,11 @@ DECLARE_GLOBAL_DATA_PTR;
# endif
# endif
#endif
#endif
#if !defined(CONFIG_SYS_SOFT
_I2C
_SPEED)
#if !defined(CONFIG_SYS_
I2C_
SOFT_SPEED)
#define CONFIG_SYS_SOFT
_I2C
_SPEED CONFIG_SYS_I2C_SPEED
#define CONFIG_SYS_
I2C_
SOFT_SPEED CONFIG_SYS_I2C_SPEED
#endif
#endif
#if !defined(CONFIG_SYS_SOFT
_I2C
_SLAVE)
#if !defined(CONFIG_SYS_
I2C_
SOFT_SLAVE)
#define CONFIG_SYS_SOFT
_I2C
_SLAVE CONFIG_SYS_I2C_SLAVE
#define CONFIG_SYS_
I2C_
SOFT_SLAVE CONFIG_SYS_I2C_SLAVE
#endif
#endif
/*-----------------------------------------------------------------------
/*-----------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
include/configs/blackstamp.h
+
2
−
2
View file @
d05bfd05
...
@@ -206,8 +206,8 @@
...
@@ -206,8 +206,8 @@
#ifdef CONFIG_SYS_I2C_SOFT
#ifdef CONFIG_SYS_I2C_SOFT
#define CONFIG_SOFT_I2C_GPIO_SCL GPIO_PF9
#define CONFIG_SOFT_I2C_GPIO_SCL GPIO_PF9
#define CONFIG_SOFT_I2C_GPIO_SDA GPIO_PF8
#define CONFIG_SOFT_I2C_GPIO_SDA GPIO_PF8
#define CONFIG_SYS_SOFT
_I2C
_SPEED 50000
#define CONFIG_SYS_
I2C_
SOFT_SPEED 50000
#define CONFIG_SYS_SOFT
_I2C
_SLAVE 0xFE
#define CONFIG_SYS_
I2C_
SOFT_SLAVE 0xFE
#endif
#endif
/*
/*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment