diff options
author | Darren Etheridge <detheridge@ti.com> | 2013-12-19 18:03:35 +0530 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2014-03-02 18:37:04 +0100 |
commit | dfc9d3f1c5fcb41066f8cb6007b6c8d25becbd8f (patch) | |
tree | 1932a54c2f37b9f3b576e93a5bd8891a12c9f15f /include/dt-bindings/pinctrl/am43xx.h | |
parent | 2e3a9385d7b40e2f094f03a79c7b3930002aac17 (diff) | |
download | linux-stable-dfc9d3f1c5fcb41066f8cb6007b6c8d25becbd8f.tar.gz linux-stable-dfc9d3f1c5fcb41066f8cb6007b6c8d25becbd8f.tar.bz2 linux-stable-dfc9d3f1c5fcb41066f8cb6007b6c8d25becbd8f.zip |
pinctrl: am43xx: dt-bindings: add MUX_MODE8
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>
Diffstat (limited to 'include/dt-bindings/pinctrl/am43xx.h')
-rw-r--r-- | 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 eb6c366adfba..9c2e4f82381e 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) |