Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/sunxi hdmiddc -> hdmi for function name on PH6/...
details: https://anonhg.NetBSD.org/src/rev/5d00e93a5c7d
branches: trunk
changeset: 832728:5d00e93a5c7d
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri May 25 19:56:47 2018 +0000
description:
hdmiddc -> hdmi for function name on PH6/PH7/PH8
diffstat:
sys/arch/arm/sunxi/sun8i_a83t_gpio.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 72c6d28735cc -r 5d00e93a5c7d sys/arch/arm/sunxi/sun8i_a83t_gpio.c
--- a/sys/arch/arm/sunxi/sun8i_a83t_gpio.c Fri May 25 19:48:12 2018 +0000
+++ b/sys/arch/arm/sunxi/sun8i_a83t_gpio.c Fri May 25 19:56:47 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun8i_a83t_gpio.c,v 1.2 2018/04/03 16:01:25 bouyer Exp $ */
+/* $NetBSD: sun8i_a83t_gpio.c,v 1.3 2018/05/25 19:56:47 jmcneill Exp $ */
/*-
* Copyright (c) 2016-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sun8i_a83t_gpio.c,v 1.2 2018/04/03 16:01:25 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sun8i_a83t_gpio.c,v 1.3 2018/05/25 19:56:47 jmcneill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -146,9 +146,9 @@
{ "PH3", 7, 3, { "gpio_in", "gpio_out", "i2c1", NULL, NULL, NULL, "irq" } },
{ "PH4", 7, 4, { "gpio_in", "gpio_out", "i2c2", NULL, NULL, NULL, "irq" } },
{ "PH5", 7, 5, { "gpio_in", "gpio_out", "i2c2", NULL, NULL, NULL, "irq" } },
- { "PH6", 7, 6, { "gpio_in", "gpio_out", "hdmiddc", NULL, NULL, NULL, "irq" } },
- { "PH7", 7, 7, { "gpio_in", "gpio_out", "hdmiddc", NULL, NULL, NULL, "irq" } },
- { "PH8", 7, 8, { "gpio_in", "gpio_out", "hdmiddc", NULL, NULL, NULL, "irq" } },
+ { "PH6", 7, 6, { "gpio_in", "gpio_out", "hdmi", NULL, NULL, NULL, "irq" } },
+ { "PH7", 7, 7, { "gpio_in", "gpio_out", "hdmi", NULL, NULL, NULL, "irq" } },
+ { "PH8", 7, 8, { "gpio_in", "gpio_out", "hdmi", NULL, NULL, NULL, "irq" } },
{ "PH9", 7, 9, { "gpio_in", "gpio_out", NULL, NULL, NULL, NULL, "irq" } },
{ "PH10", 7, 10, { "gpio_in", "gpio_out", NULL, NULL, NULL, NULL, "irq" } },
{ "PH11", 7, 11, { "gpio_in", "gpio_out", NULL, NULL, NULL, NULL, "irq" } },
Home |
Main Index |
Thread Index |
Old Index