diff options
author | Claudiu Beznea | 2019-02-07 09:25:05 +0000 |
---|---|---|
committer | Linus Walleij | 2019-02-08 13:07:03 +0100 |
commit | 64e21add8cd9717f042b523f35ea831eab14261b (patch) | |
tree | cfdba1000f99c63a16068d7055bd5f40034015dd /drivers/pinctrl/pinctrl-at91.h | |
parent | fde84f194aaddc3988e5cdc0c7088e5cd9683061 (diff) |
pinctrl: at91: add slewrate support for SAM9X60
Add slew rate support for SAM9X60 pin controller.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-at91.h')
-rw-r--r-- | drivers/pinctrl/pinctrl-at91.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-at91.h b/drivers/pinctrl/pinctrl-at91.h index 19fc27e66bfd..223620f14b05 100644 --- a/drivers/pinctrl/pinctrl-at91.h +++ b/drivers/pinctrl/pinctrl-at91.h @@ -69,6 +69,7 @@ #define AT91SAM9X5_PIO_DRIVER1 0x114 /*PIO Driver 1 register offset*/ #define AT91SAM9X5_PIO_DRIVER2 0x118 /*PIO Driver 2 register offset*/ +#define SAM9X60_PIO_SLEWR 0x110 /* PIO Slew Rate Control Register */ #define SAM9X60_PIO_DRIVER1 0x118 /* PIO Driver 1 register offset */ #endif |