Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/samsung Add i2c to the exynos5 locators



details:   https://anonhg.NetBSD.org/src/rev/493fbcb28fbb
branches:  trunk
changeset: 802105:493fbcb28fbb
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Sep 02 16:10:58 2014 +0000

description:
Add i2c to the exynos5 locators

diffstat:

 sys/arch/arm/samsung/exynos5_loc.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 8ad8fbb79c89 -r 493fbcb28fbb sys/arch/arm/samsung/exynos5_loc.c
--- a/sys/arch/arm/samsung/exynos5_loc.c        Tue Sep 02 15:49:59 2014 +0000
+++ b/sys/arch/arm/samsung/exynos5_loc.c        Tue Sep 02 16:10:58 2014 +0000
@@ -214,6 +214,7 @@
 
 static const struct exyo_locators exynos5_locators[] = {
        { "exyogpio", 0, 0, NOPORT, NOINTR, 0 },
+       { "exyoiic", 0, 0, NOPORT, NOINTR, 0 },
        { "exyowdt", OFFANDSIZE(,WDT), NOPORT, IRQ_WDT, 0 },
        { "sscom", OFFANDSIZE(,UART0), 0, IRQ_UART0, 0 },
        { "sscom", OFFANDSIZE(,UART1), 1, IRQ_UART1, 0 },



Home | Main Index | Thread Index | Old Index