projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0afc6f
)
exynos: pinmux: sort the list of peripherals
author
Minkyu Kang
<mk7.kang@samsung.com>
Wed, 29 Jan 2014 08:03:55 +0000
(17:03 +0900)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Wed, 5 Feb 2014 06:37:55 +0000
(15:37 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Acked-by: Rajehswari Shinde <rajeshwari.s@samsung.com>
arch/arm/include/asm/arch-exynos/periph.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-exynos/periph.h
b/arch/arm/include/asm/arch-exynos/periph.h
index 30c7f18298dbac292d40a62eea91571a6bfceaef..6d77d809d0f1a7f6b2f0d62e8355c7613b369170 100644
(file)
--- a/
arch/arm/include/asm/arch-exynos/periph.h
+++ b/
arch/arm/include/asm/arch-exynos/periph.h
@@
-36,7
+36,6
@@
enum periph_id {
PERIPH_ID_SDMMC3,
PERIPH_ID_I2C8 = 87,
PERIPH_ID_I2C9,
- PERIPH_ID_I2C10 = 203,
PERIPH_ID_I2S0 = 98,
PERIPH_ID_I2S1 = 99,
@@
-54,6
+53,7
@@
enum periph_id {
PERIPH_ID_PWM2,
PERIPH_ID_PWM3,
PERIPH_ID_PWM4,
+ PERIPH_ID_I2C10 = 203,
PERIPH_ID_COUNT,
PERIPH_ID_NONE = -1,