aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/pinctrl
diff options
context:
space:
mode:
authorDarren Etheridge <detheridge@ti.com>2013-12-19 18:03:35 +0530
committerBenoit Cousson <bcousson@baylibre.com>2014-03-02 18:37:04 +0100
commitdfc9d3f1c5fcb41066f8cb6007b6c8d25becbd8f (patch)
tree1932a54c2f37b9f3b576e93a5bd8891a12c9f15f /include/dt-bindings/pinctrl
parentARM: dts: am43x-epos-evm: Add pwm backlight support. (diff)
downloadlinux-dev-dfc9d3f1c5fcb41066f8cb6007b6c8d25becbd8f.tar.xz
linux-dev-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')
-rw-r--r--include/dt-bindings/pinctrl/am43xx.h1
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)