summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/pinctrl/omap.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-12-23 01:00:33 +0100
committerTony Lindgren <tony@atomide.com>2015-12-23 01:00:33 +0100
commitb4d6df2a2324dbf567592d7995738950b5c325a5 (patch)
treed86027e34e80daac8cc73043c8e4b8be6884cae9 /include/dt-bindings/pinctrl/omap.h
parentARM: dts: Add minimal dra62x j5-eco evm support (diff)
downloadlinux-b4d6df2a2324dbf567592d7995738950b5c325a5.tar.xz
linux-b4d6df2a2324dbf567592d7995738950b5c325a5.zip
ARM: dts: Add pinctrl macros for dm814x
Let's add the DM814X_IOPAD macro the same way as we have for dm816x and am33xx as this allows comparing the registers with the documentation easily. The pinctrl bits are yet again different on dm814x. Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/dt-bindings/pinctrl/omap.h')
-rw-r--r--include/dt-bindings/pinctrl/omap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/pinctrl/omap.h b/include/dt-bindings/pinctrl/omap.h
index 13949259705a..d1e1512ac0f1 100644
--- a/include/dt-bindings/pinctrl/omap.h
+++ b/include/dt-bindings/pinctrl/omap.h
@@ -61,6 +61,7 @@
#define OMAP3430_CORE2_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x25d8) (val)
#define OMAP3630_CORE2_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x25a0) (val)
#define OMAP3_WKUP_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x2a00) (val)
+#define DM814X_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val)
#define DM816X_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val)
#define AM33XX_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val)
#define AM4372_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val)