diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-06 09:32:42 +0100 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-06 09:32:42 +0100 | 
| commit | 4b0561d84198f8d696fd51cfc27aeac8c7482a8c (patch) | |
| tree | b606414d6bfe1332209a282955233a1d87547f40 /arch/arm/include/asm/arch-exynos/periph.h | |
| parent | a891601ce51edbafa1a2750c96a618e4fcbca1c2 (diff) | |
| parent | a5e15bbb42512ee5be53967019e9649816790d7e (diff) | |
| download | olio-uboot-2014.01-4b0561d84198f8d696fd51cfc27aeac8c7482a8c.tar.xz olio-uboot-2014.01-4b0561d84198f8d696fd51cfc27aeac8c7482a8c.zip | |
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/periph.h')
| -rw-r--r-- | arch/arm/include/asm/arch-exynos/periph.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-exynos/periph.h b/arch/arm/include/asm/arch-exynos/periph.h index 64bd8b7c9..30c7f1829 100644 --- a/arch/arm/include/asm/arch-exynos/periph.h +++ b/arch/arm/include/asm/arch-exynos/periph.h @@ -34,6 +34,9 @@ enum periph_id {  	PERIPH_ID_SDMMC1,  	PERIPH_ID_SDMMC2,  	PERIPH_ID_SDMMC3, +	PERIPH_ID_I2C8 = 87, +	PERIPH_ID_I2C9, +	PERIPH_ID_I2C10 = 203,  	PERIPH_ID_I2S0 = 98,  	PERIPH_ID_I2S1 = 99, |