From: Minkyu Kang Date: Wed, 29 Jan 2014 08:03:55 +0000 (+0900) Subject: exynos: pinmux: sort the list of peripherals X-Git-Tag: v2014.04-rc1~77^2~14^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=790991b0e1391c91662bda56f98fd280015f9628;p=karo-tx-uboot.git exynos: pinmux: sort the list of peripherals Signed-off-by: Minkyu Kang Acked-by: Rajehswari Shinde --- 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,