2018-09-07 10:13:29 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2012-12-16 06:51:19 +08:00
|
|
|
#
|
|
|
|
# Renesas SH and SH Mobile PINCTRL drivers
|
|
|
|
#
|
2012-07-10 10:49:30 +08:00
|
|
|
|
2012-12-16 06:51:19 +08:00
|
|
|
config PINCTRL_SH_PFC
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "Renesas SoC pin control support" if COMPILE_TEST && !(ARCH_RENESAS || SUPERH)
|
|
|
|
default y if ARCH_RENESAS || SUPERH
|
2012-07-10 11:08:14 +08:00
|
|
|
select PINMUX
|
|
|
|
select PINCONF
|
2013-03-10 23:44:02 +08:00
|
|
|
select GENERIC_PINCONF
|
2019-01-22 02:47:18 +08:00
|
|
|
select PINCTRL_PFC_EMEV2 if ARCH_EMEV2
|
|
|
|
select PINCTRL_PFC_R8A73A4 if ARCH_R8A73A4
|
|
|
|
select PINCTRL_PFC_R8A7740 if ARCH_R8A7740
|
|
|
|
select PINCTRL_PFC_R8A7743 if ARCH_R8A7743
|
|
|
|
select PINCTRL_PFC_R8A7744 if ARCH_R8A7744
|
|
|
|
select PINCTRL_PFC_R8A7745 if ARCH_R8A7745
|
|
|
|
select PINCTRL_PFC_R8A77470 if ARCH_R8A77470
|
|
|
|
select PINCTRL_PFC_R8A774A1 if ARCH_R8A774A1
|
2019-09-19 16:17:16 +08:00
|
|
|
select PINCTRL_PFC_R8A774B1 if ARCH_R8A774B1
|
2019-01-22 02:47:18 +08:00
|
|
|
select PINCTRL_PFC_R8A774C0 if ARCH_R8A774C0
|
|
|
|
select PINCTRL_PFC_R8A7778 if ARCH_R8A7778
|
|
|
|
select PINCTRL_PFC_R8A7779 if ARCH_R8A7779
|
|
|
|
select PINCTRL_PFC_R8A7790 if ARCH_R8A7790
|
|
|
|
select PINCTRL_PFC_R8A7791 if ARCH_R8A7791
|
|
|
|
select PINCTRL_PFC_R8A7792 if ARCH_R8A7792
|
|
|
|
select PINCTRL_PFC_R8A7793 if ARCH_R8A7793
|
|
|
|
select PINCTRL_PFC_R8A7794 if ARCH_R8A7794
|
|
|
|
select PINCTRL_PFC_R8A7795 if ARCH_R8A7795
|
2019-10-23 20:29:54 +08:00
|
|
|
select PINCTRL_PFC_R8A77960 if ARCH_R8A77960 || ARCH_R8A7796
|
2019-10-23 20:29:55 +08:00
|
|
|
select PINCTRL_PFC_R8A77961 if ARCH_R8A77961
|
2019-01-22 02:47:18 +08:00
|
|
|
select PINCTRL_PFC_R8A77965 if ARCH_R8A77965
|
|
|
|
select PINCTRL_PFC_R8A77970 if ARCH_R8A77970
|
|
|
|
select PINCTRL_PFC_R8A77980 if ARCH_R8A77980
|
|
|
|
select PINCTRL_PFC_R8A77990 if ARCH_R8A77990
|
|
|
|
select PINCTRL_PFC_R8A77995 if ARCH_R8A77995
|
|
|
|
select PINCTRL_PFC_SH7203 if CPU_SUBTYPE_SH7203
|
|
|
|
select PINCTRL_PFC_SH7264 if CPU_SUBTYPE_SH7264
|
|
|
|
select PINCTRL_PFC_SH7269 if CPU_SUBTYPE_SH7269
|
|
|
|
select PINCTRL_PFC_SH73A0 if ARCH_SH73A0
|
|
|
|
select PINCTRL_PFC_SH7720 if CPU_SUBTYPE_SH7720
|
|
|
|
select PINCTRL_PFC_SH7722 if CPU_SUBTYPE_SH7722
|
|
|
|
select PINCTRL_PFC_SH7723 if CPU_SUBTYPE_SH7723
|
|
|
|
select PINCTRL_PFC_SH7724 if CPU_SUBTYPE_SH7724
|
|
|
|
select PINCTRL_PFC_SH7734 if CPU_SUBTYPE_SH7734
|
|
|
|
select PINCTRL_PFC_SH7757 if CPU_SUBTYPE_SH7757
|
|
|
|
select PINCTRL_PFC_SH7785 if CPU_SUBTYPE_SH7785
|
|
|
|
select PINCTRL_PFC_SH7786 if CPU_SUBTYPE_SH7786
|
|
|
|
select PINCTRL_PFC_SHX3 if CPU_SUBTYPE_SHX3
|
2012-12-16 06:51:19 +08:00
|
|
|
help
|
2019-01-22 02:47:18 +08:00
|
|
|
This enables pin control drivers for Renesas SuperH and ARM platforms
|
2012-07-10 11:08:14 +08:00
|
|
|
|
2016-02-17 16:15:49 +08:00
|
|
|
config PINCTRL_SH_PFC_GPIO
|
|
|
|
select GPIOLIB
|
|
|
|
bool
|
2012-07-10 10:49:30 +08:00
|
|
|
help
|
2016-02-17 16:15:49 +08:00
|
|
|
This enables pin control and GPIO drivers for SH/SH Mobile platforms
|
2012-12-16 06:51:19 +08:00
|
|
|
|
2019-01-22 00:05:45 +08:00
|
|
|
config PINCTRL_SH_FUNC_GPIO
|
|
|
|
select PINCTRL_SH_PFC_GPIO
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
This enables legacy function GPIOs for SH platforms
|
|
|
|
|
2015-01-25 21:49:52 +08:00
|
|
|
config PINCTRL_PFC_EMEV2
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "Emma Mobile AV2 pin control support" if COMPILE_TEST
|
2015-01-25 21:49:52 +08:00
|
|
|
|
2013-03-26 21:49:49 +08:00
|
|
|
config PINCTRL_PFC_R8A73A4
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Mobile APE6 pin control support" if COMPILE_TEST
|
2016-02-17 16:15:49 +08:00
|
|
|
select PINCTRL_SH_PFC_GPIO
|
2013-03-26 21:49:49 +08:00
|
|
|
|
2012-12-16 06:51:21 +08:00
|
|
|
config PINCTRL_PFC_R8A7740
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Mobile A1 pin control support" if COMPILE_TEST
|
2016-02-17 16:15:49 +08:00
|
|
|
select PINCTRL_SH_PFC_GPIO
|
2012-12-16 06:51:21 +08:00
|
|
|
|
2017-04-21 02:46:08 +08:00
|
|
|
config PINCTRL_PFC_R8A7743
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "RZ/G1M pin control support" if COMPILE_TEST
|
2017-04-21 02:46:08 +08:00
|
|
|
|
2018-09-11 18:30:05 +08:00
|
|
|
config PINCTRL_PFC_R8A7744
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "RZ/G1N pin control support" if COMPILE_TEST
|
2018-09-11 18:30:05 +08:00
|
|
|
|
2017-04-29 02:52:35 +08:00
|
|
|
config PINCTRL_PFC_R8A7745
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "RZ/G1E pin control support" if COMPILE_TEST
|
2017-04-29 02:52:35 +08:00
|
|
|
|
2018-04-24 19:03:08 +08:00
|
|
|
config PINCTRL_PFC_R8A77470
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "RZ/G1C pin control support" if COMPILE_TEST
|
2018-04-24 19:03:08 +08:00
|
|
|
|
2018-08-13 21:52:32 +08:00
|
|
|
config PINCTRL_PFC_R8A774A1
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "RZ/G2M pin control support" if COMPILE_TEST
|
2018-08-13 21:52:32 +08:00
|
|
|
|
2019-09-19 16:17:16 +08:00
|
|
|
config PINCTRL_PFC_R8A774B1
|
|
|
|
bool "RZ/G2N pin control support" if COMPILE_TEST
|
|
|
|
|
2018-09-12 21:31:02 +08:00
|
|
|
config PINCTRL_PFC_R8A774C0
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "RZ/G2E pin control support" if COMPILE_TEST
|
2018-09-12 21:31:02 +08:00
|
|
|
|
2013-04-12 13:37:20 +08:00
|
|
|
config PINCTRL_PFC_R8A7778
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car M1A pin control support" if COMPILE_TEST
|
2013-04-12 13:37:20 +08:00
|
|
|
|
2012-12-16 06:51:22 +08:00
|
|
|
config PINCTRL_PFC_R8A7779
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car H1 pin control support" if COMPILE_TEST
|
2012-12-16 06:51:22 +08:00
|
|
|
|
2013-04-08 10:08:53 +08:00
|
|
|
config PINCTRL_PFC_R8A7790
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car H2 pin control support" if COMPILE_TEST
|
2013-04-08 10:08:53 +08:00
|
|
|
|
2013-10-17 05:46:05 +08:00
|
|
|
config PINCTRL_PFC_R8A7791
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car M2-W pin control support" if COMPILE_TEST
|
2013-10-17 05:46:05 +08:00
|
|
|
|
2016-06-30 05:21:08 +08:00
|
|
|
config PINCTRL_PFC_R8A7792
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car V2H pin control support" if COMPILE_TEST
|
2016-06-30 05:21:08 +08:00
|
|
|
|
2015-05-12 17:13:20 +08:00
|
|
|
config PINCTRL_PFC_R8A7793
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car M2-N pin control support" if COMPILE_TEST
|
2015-05-12 17:13:20 +08:00
|
|
|
|
pinctrl: sh-pfc: add R8A7794 PFC support
Add PFC support for the R8A7794 SoC including pin groups for some
on-chip devices such as ETH, I2C, INTC, MSIOF, QSPI, [H]SCIF...
Sergei: squashed together several patches, fixed the MLB_CLK typo,
added IRQ4.. IRQ9 pin groups, fixed IRQn comments, added ETH B pin
group names, removed stray new line and fixed typos in the comments
in the pinmux_config_regs[] initializer, removed the platform device
ID, took into account limited number of signals in the GPIO1/5/6
controllers, added reasonable and removed unreasonable
copyrights, modified the bindings document, renamed, added changelog.
Changes in version 5:
- resolved rejects, refreshed the patch;
- added Laurent Pinchart's ACK.
Changes in version 4:
- reused the PORT_GP_26() macro to #define PORT_GP_28().
Changes in version 3:
- removed the platform device ID;
- added PORT_GP_26() and PORT_GP_28() macros, used them for GPIO1/5/6 in the
CPU_ALL_PORT() macro.
Changes in version 2:
- rebased the patch.
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2015-06-06 06:34:48 +08:00
|
|
|
config PINCTRL_PFC_R8A7794
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car E2 pin control support" if COMPILE_TEST
|
pinctrl: sh-pfc: add R8A7794 PFC support
Add PFC support for the R8A7794 SoC including pin groups for some
on-chip devices such as ETH, I2C, INTC, MSIOF, QSPI, [H]SCIF...
Sergei: squashed together several patches, fixed the MLB_CLK typo,
added IRQ4.. IRQ9 pin groups, fixed IRQn comments, added ETH B pin
group names, removed stray new line and fixed typos in the comments
in the pinmux_config_regs[] initializer, removed the platform device
ID, took into account limited number of signals in the GPIO1/5/6
controllers, added reasonable and removed unreasonable
copyrights, modified the bindings document, renamed, added changelog.
Changes in version 5:
- resolved rejects, refreshed the patch;
- added Laurent Pinchart's ACK.
Changes in version 4:
- reused the PORT_GP_26() macro to #define PORT_GP_28().
Changes in version 3:
- removed the platform device ID;
- added PORT_GP_26() and PORT_GP_28() macros, used them for GPIO1/5/6 in the
CPU_ALL_PORT() macro.
Changes in version 2:
- rebased the patch.
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2015-06-06 06:34:48 +08:00
|
|
|
|
2015-09-03 10:51:49 +08:00
|
|
|
config PINCTRL_PFC_R8A7795
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car H3 pin control support" if COMPILE_TEST
|
2015-09-03 10:51:49 +08:00
|
|
|
|
2019-10-23 20:29:54 +08:00
|
|
|
config PINCTRL_PFC_R8A77960
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car M3-W pin control support" if COMPILE_TEST
|
2016-08-18 21:12:32 +08:00
|
|
|
|
2019-10-23 20:29:55 +08:00
|
|
|
config PINCTRL_PFC_R8A77961
|
|
|
|
bool "R-Car M3-W+ pin control support" if COMPILE_TEST
|
|
|
|
|
2018-02-20 23:12:07 +08:00
|
|
|
config PINCTRL_PFC_R8A77965
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car M3-N pin control support" if COMPILE_TEST
|
2018-02-20 23:12:07 +08:00
|
|
|
|
2017-11-11 01:59:01 +08:00
|
|
|
config PINCTRL_PFC_R8A77970
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car V3M pin control support" if COMPILE_TEST
|
2017-11-11 01:59:01 +08:00
|
|
|
|
2018-03-09 03:14:32 +08:00
|
|
|
config PINCTRL_PFC_R8A77980
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car V3H pin control support" if COMPILE_TEST
|
2018-03-09 03:14:32 +08:00
|
|
|
|
2018-05-11 11:22:23 +08:00
|
|
|
config PINCTRL_PFC_R8A77990
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car E3 pin control support" if COMPILE_TEST
|
2018-05-11 11:22:23 +08:00
|
|
|
|
2017-08-09 20:19:41 +08:00
|
|
|
config PINCTRL_PFC_R8A77995
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "R-Car D3 pin control support" if COMPILE_TEST
|
2017-08-09 20:19:41 +08:00
|
|
|
|
2012-12-16 06:51:29 +08:00
|
|
|
config PINCTRL_PFC_SH7203
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH7203 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:29 +08:00
|
|
|
|
2012-12-16 06:51:30 +08:00
|
|
|
config PINCTRL_PFC_SH7264
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH7264 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:30 +08:00
|
|
|
|
2012-12-16 06:51:31 +08:00
|
|
|
config PINCTRL_PFC_SH7269
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH7269 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:31 +08:00
|
|
|
|
2012-12-16 06:51:24 +08:00
|
|
|
config PINCTRL_PFC_SH73A0
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH-Mobile AG5 pin control support" if COMPILE_TEST
|
2016-02-17 16:15:49 +08:00
|
|
|
select PINCTRL_SH_PFC_GPIO
|
2013-04-22 05:26:26 +08:00
|
|
|
select REGULATOR
|
2012-12-16 06:51:24 +08:00
|
|
|
|
2012-12-16 06:51:32 +08:00
|
|
|
config PINCTRL_PFC_SH7720
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH7720 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:32 +08:00
|
|
|
|
2012-12-16 06:51:33 +08:00
|
|
|
config PINCTRL_PFC_SH7722
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH7722 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:33 +08:00
|
|
|
|
2012-12-16 06:51:34 +08:00
|
|
|
config PINCTRL_PFC_SH7723
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH-Mobile R2 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:34 +08:00
|
|
|
|
2012-12-16 06:51:35 +08:00
|
|
|
config PINCTRL_PFC_SH7724
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH-Mobile R2R pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:35 +08:00
|
|
|
|
2012-12-16 06:51:36 +08:00
|
|
|
config PINCTRL_PFC_SH7734
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH7734 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:36 +08:00
|
|
|
|
2012-12-16 06:51:37 +08:00
|
|
|
config PINCTRL_PFC_SH7757
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH7757 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:37 +08:00
|
|
|
|
2012-12-16 06:51:38 +08:00
|
|
|
config PINCTRL_PFC_SH7785
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH7785 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:38 +08:00
|
|
|
|
2012-12-16 06:51:39 +08:00
|
|
|
config PINCTRL_PFC_SH7786
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH7786 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|
2012-12-16 06:51:39 +08:00
|
|
|
|
2012-12-16 06:51:40 +08:00
|
|
|
config PINCTRL_PFC_SHX3
|
2019-01-22 02:47:18 +08:00
|
|
|
bool "SH-X3 pin control support" if COMPILE_TEST
|
2019-01-22 00:05:45 +08:00
|
|
|
select PINCTRL_SH_FUNC_GPIO
|