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 No need to explicitly set pinctrl confi...
details: https://anonhg.NetBSD.org/src/rev/f269bbb49aaa
branches: trunk
changeset: 825184:f269bbb49aaa
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Jul 02 18:27:45 2017 +0000
description:
No need to explicitly set pinctrl config 0 now
diffstat:
sys/arch/arm/samsung/exynos_i2c.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r d29cad160d2d -r f269bbb49aaa sys/arch/arm/samsung/exynos_i2c.c
--- a/sys/arch/arm/samsung/exynos_i2c.c Sun Jul 02 18:22:29 2017 +0000
+++ b/sys/arch/arm/samsung/exynos_i2c.c Sun Jul 02 18:27:45 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos_i2c.c,v 1.12 2017/06/11 00:54:26 jmcneill Exp $ */
+/* $NetBSD: exynos_i2c.c,v 1.13 2017/07/02 18:27:45 jmcneill Exp $ */
/*
* Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -31,7 +31,7 @@
#include "opt_arm_debug.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exynos_i2c.c,v 1.12 2017/06/11 00:54:26 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exynos_i2c.c,v 1.13 2017/07/02 18:27:45 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -177,8 +177,6 @@
}
aprint_normal_dev(self, "interrupting on %s\n", intrstr);
- fdtbus_pinctrl_set_config_index(phandle, 0);
-
sc->sc_ic.ic_cookie = sc;
sc->sc_ic.ic_acquire_bus = exynos_i2c_acquire_bus;
sc->sc_ic.ic_release_bus = exynos_i2c_release_bus;
Home |
Main Index |
Thread Index |
Old Index