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 XU4: re-enable gpio



details:   https://anonhg.NetBSD.org/src/rev/822720910629
branches:  trunk
changeset: 812347:822720910629
user:      marty <marty%NetBSD.org@localhost>
date:      Sat Dec 12 21:56:54 2015 +0000

description:
XU4: re-enable gpio

c'n'p error left gpio disabled.  fixed.

diffstat:

 sys/arch/arm/samsung/files.exynos |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 192f831f7944 -r 822720910629 sys/arch/arm/samsung/files.exynos
--- a/sys/arch/arm/samsung/files.exynos Sat Dec 12 19:05:45 2015 +0000
+++ b/sys/arch/arm/samsung/files.exynos Sat Dec 12 21:56:54 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.exynos,v 1.9 2015/12/11 03:55:18 marty Exp $
+#      $NetBSD: files.exynos,v 1.10 2015/12/12 21:56:54 marty Exp $
 #
 # Configuration info for Samsung Exynos SoC ARM Peripherals
 #
@@ -70,8 +70,8 @@
 defparam opt_sscom.h    SSCOM_FREQ 
 
 # GPIO
-#device        exyogpio : gpiobus
-#attach        exyogpio at exyo with exynos_gpio
+device exyogpio : gpiobus
+attach exyogpio at exyo with exynos_gpio
 file   arch/arm/samsung/exynos_gpio.c          exynos_gpio | exyo_io needs-flag
 
 # USB2 Host Controller (EHCI/OHCI)



Home | Main Index | Thread Index | Old Index