summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2014-01-29 17:03:55 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2014-02-05 15:37:55 +0900
commit790991b0e1391c91662bda56f98fd280015f9628 (patch)
treef88a9e43194033d0e8b206dcd5b42ebc90507c84
parenta0afc6f37851fe324418fff9655abedfe2d975a2 (diff)
downloadblackbird-obmc-uboot-790991b0e1391c91662bda56f98fd280015f9628.tar.gz
blackbird-obmc-uboot-790991b0e1391c91662bda56f98fd280015f9628.zip
exynos: pinmux: sort the list of peripherals
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Acked-by: Rajehswari Shinde <rajeshwari.s@samsung.com>
-rw-r--r--arch/arm/include/asm/arch-exynos/periph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-exynos/periph.h b/arch/arm/include/asm/arch-exynos/periph.h
index 30c7f18298..6d77d809d0 100644
--- 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,
OpenPOWER on IntegriCloud