brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0387-Fixed-MCP23017-section-in-overlay-README.patch
1 From 92e11a94e6e81e5b9358f65989641ffbedc24241 Mon Sep 17 00:00:00 2001
2 From: Michael Kaplan <m.kaplan@evva.com>
3 Date: Wed, 8 Jun 2016 15:14:11 +0200
4 Subject: [PATCH] Fixed MCP23017 section in overlay README
5
6 Old description could have led to the misunderstanding that it is an
7 i2c port expander, but in fact it is a gpio expander.
8 ---
9 arch/arm/boot/dts/overlays/README | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 --- a/arch/arm/boot/dts/overlays/README
13 +++ b/arch/arm/boot/dts/overlays/README
14 @@ -595,7 +595,7 @@ Params: gpio_out_pin GPIO for
15
16
17 Name: mcp23017
18 -Info: Configures the MCP23017 I2C port expander
19 +Info: Configures the MCP23017 I2C GPIO expander
20 Load: dtoverlay=mcp23017,<param>=<val>
21 Params: gpiopin Gpio pin connected to the INTA output of the
22 MCP23017 (default: 4)