From: Darren Etheridge <detheri...@ti.com>

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 <detheri...@ti.com>
Signed-off-by: Sourav Poddar <sourav.pod...@ti.com>
---
 include/dt-bindings/pinctrl/am43xx.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/pinctrl/am43xx.h 
b/include/dt-bindings/pinctrl/am43xx.h
index eb6c366a..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.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to