diff options
author | Tony Lindgren <tony@atomide.com> | 2015-12-23 01:00:33 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-23 01:00:33 +0100 |
commit | b4d6df2a2324dbf567592d7995738950b5c325a5 (patch) | |
tree | d86027e34e80daac8cc73043c8e4b8be6884cae9 /include/dt-bindings/pinctrl/omap.h | |
parent | ARM: dts: Add minimal dra62x j5-eco evm support (diff) | |
download | linux-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.h | 1 |
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) |