diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2014-01-29 08:03:55 (GMT) |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-02-05 06:37:55 (GMT) |
commit | 790991b0e1391c91662bda56f98fd280015f9628 (patch) | |
tree | f88a9e43194033d0e8b206dcd5b42ebc90507c84 | |
parent | a0afc6f37851fe324418fff9655abedfe2d975a2 (diff) | |
download | u-boot-fsl-qoriq-790991b0e1391c91662bda56f98fd280015f9628.tar.xz |
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.h | 2 |
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 30c7f18..6d77d80 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, |