projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3a938
)
pinctrl: am43xx: dt-bindings: add MUX_MODE8
author
Darren Etheridge
<detheridge@ti.com>
Thu, 19 Dec 2013 12:33:35 +0000
(18:03 +0530)
committer
Benoit Cousson
<bcousson@baylibre.com>
Sun, 2 Mar 2014 17:37:04 +0000
(18:37 +0100)
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 <detheridge@ti.com>
Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
include/dt-bindings/pinctrl/am43xx.h
patch
|
blob
|
history
diff --git
a/include/dt-bindings/pinctrl/am43xx.h
b/include/dt-bindings/pinctrl/am43xx.h
index eb6c366adfbaa26662a6031a8dd33e98bbb21320..9c2e4f82381e8abc7b21ac59447fefb84d5a1ea3 100644
(file)
--- 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)