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 Add has_io_bias_config property to sunxi_...
details: https://anonhg.NetBSD.org/src/rev/4d42676bdf9f
branches: trunk
changeset: 999288:4d42676bdf9f
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon May 27 23:27:14 2019 +0000
description:
Add has_io_bias_config property to sunxi_gpio_padconf
diffstat:
sys/arch/arm/sunxi/sunxi_gpio.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7039036dda33 -r 4d42676bdf9f sys/arch/arm/sunxi/sunxi_gpio.h
--- a/sys/arch/arm/sunxi/sunxi_gpio.h Mon May 27 23:27:01 2019 +0000
+++ b/sys/arch/arm/sunxi/sunxi_gpio.h Mon May 27 23:27:14 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunxi_gpio.h,v 1.8 2018/02/18 10:28:37 jmcneill Exp $ */
+/* $NetBSD: sunxi_gpio.h,v 1.9 2019/05/27 23:27:14 jmcneill Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -49,6 +49,7 @@
struct sunxi_gpio_padconf {
uint32_t npins;
const struct sunxi_gpio_pins *pins;
+ bool has_io_bias_config;
};
#ifdef SOC_SUN4I_A10
Home |
Main Index |
Thread Index |
Old Index