0387-Fixed-MCP23017-section-in-overlay-README.patch 865 B

12345678910111213141516171819202122
  1. From cdf33f3fa4f136d6e558161b517aca695a6151ff 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. Old description could have led to the misunderstanding that it is an
  6. i2c port expander, but in fact it is a gpio expander.
  7. ---
  8. arch/arm/boot/dts/overlays/README | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. --- a/arch/arm/boot/dts/overlays/README
  11. +++ b/arch/arm/boot/dts/overlays/README
  12. @@ -595,7 +595,7 @@ Params: gpio_out_pin GPIO for
  13. Name: mcp23017
  14. -Info: Configures the MCP23017 I2C port expander
  15. +Info: Configures the MCP23017 I2C GPIO expander
  16. Load: dtoverlay=mcp23017,<param>=<val>
  17. Params: gpiopin Gpio pin connected to the INTA output of the
  18. MCP23017 (default: 4)