From: Darren Etheridge <[email protected]>

AM43xx devices have an extra MUX_MODE for certain pins.
Updating dt include to have MUX_MODE8 which maps to 0x8.

Signed-off-by: Darren Etheridge <[email protected]>
Signed-off-by: Sourav Poddar <[email protected]>
---
 include/dt-bindings/pinctrl/am43xx.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/dt-bindings/pinctrl/am43xx.h 
b/include/dt-bindings/pinctrl/am43xx.h
index eb6c366..9c2e4f8 100644
--- a/include/dt-bindings/pinctrl/am43xx.h
+++ b/include/dt-bindings/pinctrl/am43xx.h
@@ -13,6 +13,7 @@
 #define MUX_MODE5      5
 #define MUX_MODE6      6
 #define MUX_MODE7      7
+#define MUX_MODE8      8
 
 #define PULL_DISABLE           (1 << 16)
 #define PULL_UP                        (1 << 17)
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to