summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-at91.h
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2019-02-07 09:24:49 +0000
committerLinus Walleij <linus.walleij@linaro.org>2019-02-08 13:05:23 +0100
commit42ef75576bdd2ca8019c553d25847e124153a7ee (patch)
treebc5a393d08a4eb5b55865363eaf14692b901f2cb /drivers/pinctrl/pinctrl-at91.h
parentb67328e1cf9735d2491ef9402fb7439db1d6e2ae (diff)
pinctrl: at91: add drive strength support for SAM9X60
Add drive strength 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-at91.h b/drivers/pinctrl/pinctrl-at91.h
index 79b957f1dfa2..19fc27e66bfd 100644
--- a/drivers/pinctrl/pinctrl-at91.h
+++ b/drivers/pinctrl/pinctrl-at91.h
@@ -69,4 +69,6 @@
#define AT91SAM9X5_PIO_DRIVER1 0x114 /*PIO Driver 1 register offset*/
#define AT91SAM9X5_PIO_DRIVER2 0x118 /*PIO Driver 2 register offset*/
+#define SAM9X60_PIO_DRIVER1 0x118 /* PIO Driver 1 register offset */
+
#endif