mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
Bulk pin control changes for the v3.14 cycle:
- New driver for the Qualcomm TLMM pin controller and its msm8x74 subdriver. - New driver for the Broadcom Capri BCM281xx SoC. - New subdriver for the imx25 pin controller. - New subdriver for the Tegra124 pin controller. - Lock GPIO lines as IRQs for select combined pin control and GPIO drivers for baytrail and sirf. - Some semi-big refactorings and extenstions to the sirf driver. - Lots of patching, cleanup and fixing in the Renesas "PFC" driver and associated subdrivers as usual. It is settling down a little bit now it seems. - Minor fixes and incremental updates here and there as usual. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJS3mvwAAoJEEEQszewGV1zc3wP/RYjFaS4WGXX/QnvXGlTwpyb 3IIQM4l507ds97ipjip9OO31od8HqkWw4lREwKvRdtqItZJiSzG3oYwn+ro+X2E5 tif0kDxae1tFWieVjA2+zuvjZ76ve8FsVUuUTY7qdd4jdD3OO6P9BgDT0QqwN1Uh QToszugQzeOqJARn/DKHg2hkBlg0NorasskCvy6qALbXkWIpLm0U4di2HmGgvV2e 5YqRCA8uAf48fE6Q93PQNYQU7Zux1Lyr59y0Wl/pnfKKvi1qG2KPnHDJhMmUbxJk tWi2VcB1Msrhccv+o0onNMfILG0xInmss3NELTTJJEhSjDvaETkng9fCbw4XDaKY KLQ7aRjodbGlvdAONqzZR6e0Ra+piGKDdm94+hvOn0BS1SVfjVA7d6AaeTdR6g+6 GD+EVqzczAtla8g1xwNKp69SDN1I3yddMQzjQProSE/eGaQYN6aJW+2hDpD3SoOD uezFyktzehCIJ5WOIcth8RapN7p33w7bbDOuGVESCesF4NcaUqF+19ukAN9kzVhd 6oksU1RsxLUdBg/zO7Dwyuhx0XzOuBvrP3EADU37MpnTyCGz4ko4vH0T7JHaA5Oe lN9otYBZT0p/kYUEdINjF3foc7f2yc8adC5kDUB9p/zdzyPIwCijGGD6shJGr11/ 7SQ8DvyJZeq3lSNs8+RG =ol2E -----END PGP SIGNATURE----- Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl Pull bulk pin control changes from Linus Walleij: "This has been queued and tested for a while. Lots of action here, like in the GPIO tree, embedded stuff like this is really hot now it seems. Details in the signed tag. I'm especially happy about the Qualcomm driver as it is used in such a huge subset of mobile handsets out there, and these platforms in general need better upstream support - New driver for the Qualcomm TLMM pin controller and its msm8x74 subdriver. - New driver for the Broadcom Capri BCM281xx SoC. - New subdriver for the imx25 pin controller. - New subdriver for the Tegra124 pin controller. - Lock GPIO lines as IRQs for select combined pin control and GPIO drivers for baytrail and sirf. - Some semi-big refactorings and extenstions to the sirf driver. - Lots of patching, cleanup and fixing in the Renesas "PFC" driver and associated subdrivers as usual. It is settling down a little bit now it seems. - Minor fixes and incremental updates here and there as usual" * tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (72 commits) pinctrl: sunxi: Honor GPIO output initial vaules pinctrl: capri: add dependency on OF ARM: bcm11351: Enable pinctrl for Broadcom Capri SoCs ARM: pinctrl: Add Broadcom Capri pinctrl driver pinctrl: Add pinctrl binding for Broadcom Capri SoCs pinctrl: Add void * to pinctrl_pin_desc pinctrl: st: Fix a typo in probe pinctrl: Fix some typos and grammar issues in the documentation pinctrl: sirf: lock IRQs when starting them pinctrl: sirf: put gpio interrupt pin into input status automatically pinctrl: sirf: use only one irq_domain for the whole device node pinctrl: single: fix infinite loop caused by bad mask pinctrl: single: fix pcs_disable with bits_per_mux pinctrl: single: fix DT bindings documentation pinctrl: as3722: Set pin to output mode for some function pinctrl: sirf: add pin group for USP0 with only RX or TX frame sync pinctrl: sirf: fix the pins of sdmmc5 connected with TriG pinctrl: sirf: add lost usp1_uart_nostreamctrl group for atlas6 pinctrl: sunxi: Add Allwinner A20 clock output pin functions pinctrl/lantiq: fix typo ...
This commit is contained in:
commit
a547df99aa
461
Documentation/devicetree/bindings/pinctrl/brcm,capri-pinctrl.txt
Normal file
461
Documentation/devicetree/bindings/pinctrl/brcm,capri-pinctrl.txt
Normal file
@ -0,0 +1,461 @@
|
|||||||
|
Broadcom Capri Pin Controller
|
||||||
|
|
||||||
|
This is a pin controller for the Broadcom BCM281xx SoC family, which includes
|
||||||
|
BCM11130, BCM11140, BCM11351, BCM28145, and BCM28155 SoCs.
|
||||||
|
|
||||||
|
=== Pin Controller Node ===
|
||||||
|
|
||||||
|
Required Properties:
|
||||||
|
|
||||||
|
- compatible: Must be "brcm,capri-pinctrl".
|
||||||
|
- reg: Base address of the PAD Controller register block and the size
|
||||||
|
of the block.
|
||||||
|
|
||||||
|
For example, the following is the bare minimum node:
|
||||||
|
|
||||||
|
pinctrl@35004800 {
|
||||||
|
compatible = "brcm,capri-pinctrl";
|
||||||
|
reg = <0x35004800 0x430>;
|
||||||
|
};
|
||||||
|
|
||||||
|
As a pin controller device, in addition to the required properties, this node
|
||||||
|
should also contain the pin configuration nodes that client devices reference,
|
||||||
|
if any.
|
||||||
|
|
||||||
|
=== Pin Configuration Node ===
|
||||||
|
|
||||||
|
Each pin configuration node is a sub-node of the pin controller node and is a
|
||||||
|
container of an arbitrary number of subnodes, called pin group nodes in this
|
||||||
|
document.
|
||||||
|
|
||||||
|
Please refer to the pinctrl-bindings.txt in this directory for details of the
|
||||||
|
common pinctrl bindings used by client devices, including the definition of a
|
||||||
|
"pin configuration node".
|
||||||
|
|
||||||
|
=== Pin Group Node ===
|
||||||
|
|
||||||
|
A pin group node specifies the desired pin mux and/or pin configuration for an
|
||||||
|
arbitrary number of pins. The name of the pin group node is optional and not
|
||||||
|
used.
|
||||||
|
|
||||||
|
A pin group node only affects the properties specified in the node, and has no
|
||||||
|
effect on any properties that are omitted.
|
||||||
|
|
||||||
|
The pin group node accepts a subset of the generic pin config properties. For
|
||||||
|
details generic pin config properties, please refer to pinctrl-bindings.txt
|
||||||
|
and <include/linux/pinctrl/pinconfig-generic.h>.
|
||||||
|
|
||||||
|
Each pin controlled by this pin controller belong to one of three types:
|
||||||
|
Standard, I2C, and HDMI. Each type accepts a different set of pin config
|
||||||
|
properties. A list of pins and their types is provided below.
|
||||||
|
|
||||||
|
Required Properties (applicable to all pins):
|
||||||
|
|
||||||
|
- pins: Multiple strings. Specifies the name(s) of one or more pins to
|
||||||
|
be configured by this node.
|
||||||
|
|
||||||
|
Optional Properties (for standard pins):
|
||||||
|
|
||||||
|
- function: String. Specifies the pin mux selection. Values
|
||||||
|
must be one of: "alt1", "alt2", "alt3", "alt4"
|
||||||
|
- input-schmitt-enable: No arguments. Enable schmitt-trigger mode.
|
||||||
|
- input-schmitt-disable: No arguments. Disable schmitt-trigger mode.
|
||||||
|
- bias-pull-up: No arguments. Pull up on pin.
|
||||||
|
- bias-pull-down: No arguments. Pull down on pin.
|
||||||
|
- bias-disable: No arguments. Disable pin bias.
|
||||||
|
- slew-rate: Integer. Meaning depends on configured pin mux:
|
||||||
|
*_SCL or *_SDA:
|
||||||
|
0: Standard(100kbps)& Fast(400kbps) mode
|
||||||
|
1: Highspeed (3.4Mbps) mode
|
||||||
|
IC_DM or IC_DP:
|
||||||
|
0: normal slew rate
|
||||||
|
1: fast slew rate
|
||||||
|
Otherwise:
|
||||||
|
0: fast slew rate
|
||||||
|
1: normal slew rate
|
||||||
|
- input-enable: No arguements. Enable input (does not affect
|
||||||
|
output.)
|
||||||
|
- input-disable: No arguements. Disable input (does not affect
|
||||||
|
output.)
|
||||||
|
- drive-strength: Integer. Drive strength in mA. Valid values are
|
||||||
|
2, 4, 6, 8, 10, 12, 14, 16 mA.
|
||||||
|
|
||||||
|
Optional Properties (for I2C pins):
|
||||||
|
|
||||||
|
- function: String. Specifies the pin mux selection. Values
|
||||||
|
must be one of: "alt1", "alt2", "alt3", "alt4"
|
||||||
|
- bias-pull-up: Integer. Pull up strength in Ohm. There are 3
|
||||||
|
pull-up resisitors (1.2k, 1.8k, 2.7k) available
|
||||||
|
in parallel for I2C pins, so the valid values
|
||||||
|
are: 568, 720, 831, 1080, 1200, 1800, 2700 Ohm.
|
||||||
|
- bias-disable: No arguments. Disable pin bias.
|
||||||
|
- slew-rate: Integer. Meaning depends on configured pin mux:
|
||||||
|
*_SCL or *_SDA:
|
||||||
|
0: Standard(100kbps)& Fast(400kbps) mode
|
||||||
|
1: Highspeed (3.4Mbps) mode
|
||||||
|
IC_DM or IC_DP:
|
||||||
|
0: normal slew rate
|
||||||
|
1: fast slew rate
|
||||||
|
Otherwise:
|
||||||
|
0: fast slew rate
|
||||||
|
1: normal slew rate
|
||||||
|
- input-enable: No arguements. Enable input (does not affect
|
||||||
|
output.)
|
||||||
|
- input-disable: No arguements. Disable input (does not affect
|
||||||
|
output.)
|
||||||
|
|
||||||
|
Optional Properties (for HDMI pins):
|
||||||
|
|
||||||
|
- function: String. Specifies the pin mux selection. Values
|
||||||
|
must be one of: "alt1", "alt2", "alt3", "alt4"
|
||||||
|
- slew-rate: Integer. Controls slew rate.
|
||||||
|
0: Standard(100kbps)& Fast(400kbps) mode
|
||||||
|
1: Highspeed (3.4Mbps) mode
|
||||||
|
- input-enable: No arguements. Enable input (does not affect
|
||||||
|
output.)
|
||||||
|
- input-disable: No arguements. Disable input (does not affect
|
||||||
|
output.)
|
||||||
|
|
||||||
|
Example:
|
||||||
|
// pin controller node
|
||||||
|
pinctrl@35004800 {
|
||||||
|
compatible = "brcm,capri-pinctrl";
|
||||||
|
reg = <0x35004800 0x430>;
|
||||||
|
|
||||||
|
// pin configuration node
|
||||||
|
dev_a_default: dev_a_active {
|
||||||
|
//group node defining 1 standard pin
|
||||||
|
grp_1 {
|
||||||
|
pins = "std_pin1";
|
||||||
|
function = "alt1";
|
||||||
|
input-schmitt-enable;
|
||||||
|
bias-disable;
|
||||||
|
slew-rate = <1>;
|
||||||
|
drive-strength = <4>;
|
||||||
|
};
|
||||||
|
|
||||||
|
// group node defining 2 I2C pins
|
||||||
|
grp_2 {
|
||||||
|
pins = "i2c_pin1", "i2c_pin2";
|
||||||
|
function = "alt2";
|
||||||
|
bias-pull-up = <720>;
|
||||||
|
input-enable;
|
||||||
|
};
|
||||||
|
|
||||||
|
// group node defining 2 HDMI pins
|
||||||
|
grp_3 {
|
||||||
|
pins = "hdmi_pin1", "hdmi_pin2";
|
||||||
|
function = "alt3";
|
||||||
|
slew-rate = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
// other pin group nodes
|
||||||
|
...
|
||||||
|
};
|
||||||
|
|
||||||
|
// other pin configuration nodes
|
||||||
|
...
|
||||||
|
};
|
||||||
|
|
||||||
|
In the example above, "dev_a_active" is a pin configuration node with a number
|
||||||
|
of sub-nodes. In the pin group node "grp_1", one pin, "std_pin1", is defined in
|
||||||
|
the "pins" property. Thus, the remaining properties in the "grp_1" node applies
|
||||||
|
only to this pin, including the following settings:
|
||||||
|
- setting pinmux to "alt1"
|
||||||
|
- enabling schmitt-trigger (hystersis) mode
|
||||||
|
- disabling pin bias
|
||||||
|
- setting the slew-rate to 1
|
||||||
|
- setting the drive strength to 4 mA
|
||||||
|
Note that neither "input-enable" nor "input-disable" was specified - the pinctrl
|
||||||
|
subsystem will therefore leave this property unchanged from whatever state it
|
||||||
|
was in before applying these changes.
|
||||||
|
|
||||||
|
The "pins" property in the pin group node "grp_2" specifies two pins -
|
||||||
|
"i2c_pin1" and "i2c_pin2"; the remaining properties in this pin group node,
|
||||||
|
therefore, applies to both of these pins. The properties include:
|
||||||
|
- setting pinmux to "alt2"
|
||||||
|
- setting pull-up resistance to 720 Ohm (ie. enabling 1.2k and 1.8k resistors
|
||||||
|
in parallel)
|
||||||
|
- enabling both pins' input
|
||||||
|
"slew-rate" is not specified in this pin group node, so the slew-rate for these
|
||||||
|
pins are left as-is.
|
||||||
|
|
||||||
|
Finally, "grp_3" defines two HDMI pins. The following properties are applied to
|
||||||
|
both pins:
|
||||||
|
- setting pinmux to "alt3"
|
||||||
|
- setting slew-rate to 1; for HDMI pins, this corresponds to the 3.4 Mbps
|
||||||
|
Highspeed mode
|
||||||
|
The input is neither enabled or disabled, and is left untouched.
|
||||||
|
|
||||||
|
=== Pin Names and Type ===
|
||||||
|
|
||||||
|
The following are valid pin names and their pin types:
|
||||||
|
|
||||||
|
"adcsync", Standard
|
||||||
|
"bat_rm", Standard
|
||||||
|
"bsc1_scl", I2C
|
||||||
|
"bsc1_sda", I2C
|
||||||
|
"bsc2_scl", I2C
|
||||||
|
"bsc2_sda", I2C
|
||||||
|
"classgpwr", Standard
|
||||||
|
"clk_cx8", Standard
|
||||||
|
"clkout_0", Standard
|
||||||
|
"clkout_1", Standard
|
||||||
|
"clkout_2", Standard
|
||||||
|
"clkout_3", Standard
|
||||||
|
"clkreq_in_0", Standard
|
||||||
|
"clkreq_in_1", Standard
|
||||||
|
"cws_sys_req1", Standard
|
||||||
|
"cws_sys_req2", Standard
|
||||||
|
"cws_sys_req3", Standard
|
||||||
|
"digmic1_clk", Standard
|
||||||
|
"digmic1_dq", Standard
|
||||||
|
"digmic2_clk", Standard
|
||||||
|
"digmic2_dq", Standard
|
||||||
|
"gpen13", Standard
|
||||||
|
"gpen14", Standard
|
||||||
|
"gpen15", Standard
|
||||||
|
"gpio00", Standard
|
||||||
|
"gpio01", Standard
|
||||||
|
"gpio02", Standard
|
||||||
|
"gpio03", Standard
|
||||||
|
"gpio04", Standard
|
||||||
|
"gpio05", Standard
|
||||||
|
"gpio06", Standard
|
||||||
|
"gpio07", Standard
|
||||||
|
"gpio08", Standard
|
||||||
|
"gpio09", Standard
|
||||||
|
"gpio10", Standard
|
||||||
|
"gpio11", Standard
|
||||||
|
"gpio12", Standard
|
||||||
|
"gpio13", Standard
|
||||||
|
"gpio14", Standard
|
||||||
|
"gps_pablank", Standard
|
||||||
|
"gps_tmark", Standard
|
||||||
|
"hdmi_scl", HDMI
|
||||||
|
"hdmi_sda", HDMI
|
||||||
|
"ic_dm", Standard
|
||||||
|
"ic_dp", Standard
|
||||||
|
"kp_col_ip_0", Standard
|
||||||
|
"kp_col_ip_1", Standard
|
||||||
|
"kp_col_ip_2", Standard
|
||||||
|
"kp_col_ip_3", Standard
|
||||||
|
"kp_row_op_0", Standard
|
||||||
|
"kp_row_op_1", Standard
|
||||||
|
"kp_row_op_2", Standard
|
||||||
|
"kp_row_op_3", Standard
|
||||||
|
"lcd_b_0", Standard
|
||||||
|
"lcd_b_1", Standard
|
||||||
|
"lcd_b_2", Standard
|
||||||
|
"lcd_b_3", Standard
|
||||||
|
"lcd_b_4", Standard
|
||||||
|
"lcd_b_5", Standard
|
||||||
|
"lcd_b_6", Standard
|
||||||
|
"lcd_b_7", Standard
|
||||||
|
"lcd_g_0", Standard
|
||||||
|
"lcd_g_1", Standard
|
||||||
|
"lcd_g_2", Standard
|
||||||
|
"lcd_g_3", Standard
|
||||||
|
"lcd_g_4", Standard
|
||||||
|
"lcd_g_5", Standard
|
||||||
|
"lcd_g_6", Standard
|
||||||
|
"lcd_g_7", Standard
|
||||||
|
"lcd_hsync", Standard
|
||||||
|
"lcd_oe", Standard
|
||||||
|
"lcd_pclk", Standard
|
||||||
|
"lcd_r_0", Standard
|
||||||
|
"lcd_r_1", Standard
|
||||||
|
"lcd_r_2", Standard
|
||||||
|
"lcd_r_3", Standard
|
||||||
|
"lcd_r_4", Standard
|
||||||
|
"lcd_r_5", Standard
|
||||||
|
"lcd_r_6", Standard
|
||||||
|
"lcd_r_7", Standard
|
||||||
|
"lcd_vsync", Standard
|
||||||
|
"mdmgpio0", Standard
|
||||||
|
"mdmgpio1", Standard
|
||||||
|
"mdmgpio2", Standard
|
||||||
|
"mdmgpio3", Standard
|
||||||
|
"mdmgpio4", Standard
|
||||||
|
"mdmgpio5", Standard
|
||||||
|
"mdmgpio6", Standard
|
||||||
|
"mdmgpio7", Standard
|
||||||
|
"mdmgpio8", Standard
|
||||||
|
"mphi_data_0", Standard
|
||||||
|
"mphi_data_1", Standard
|
||||||
|
"mphi_data_2", Standard
|
||||||
|
"mphi_data_3", Standard
|
||||||
|
"mphi_data_4", Standard
|
||||||
|
"mphi_data_5", Standard
|
||||||
|
"mphi_data_6", Standard
|
||||||
|
"mphi_data_7", Standard
|
||||||
|
"mphi_data_8", Standard
|
||||||
|
"mphi_data_9", Standard
|
||||||
|
"mphi_data_10", Standard
|
||||||
|
"mphi_data_11", Standard
|
||||||
|
"mphi_data_12", Standard
|
||||||
|
"mphi_data_13", Standard
|
||||||
|
"mphi_data_14", Standard
|
||||||
|
"mphi_data_15", Standard
|
||||||
|
"mphi_ha0", Standard
|
||||||
|
"mphi_hat0", Standard
|
||||||
|
"mphi_hat1", Standard
|
||||||
|
"mphi_hce0_n", Standard
|
||||||
|
"mphi_hce1_n", Standard
|
||||||
|
"mphi_hrd_n", Standard
|
||||||
|
"mphi_hwr_n", Standard
|
||||||
|
"mphi_run0", Standard
|
||||||
|
"mphi_run1", Standard
|
||||||
|
"mtx_scan_clk", Standard
|
||||||
|
"mtx_scan_data", Standard
|
||||||
|
"nand_ad_0", Standard
|
||||||
|
"nand_ad_1", Standard
|
||||||
|
"nand_ad_2", Standard
|
||||||
|
"nand_ad_3", Standard
|
||||||
|
"nand_ad_4", Standard
|
||||||
|
"nand_ad_5", Standard
|
||||||
|
"nand_ad_6", Standard
|
||||||
|
"nand_ad_7", Standard
|
||||||
|
"nand_ale", Standard
|
||||||
|
"nand_cen_0", Standard
|
||||||
|
"nand_cen_1", Standard
|
||||||
|
"nand_cle", Standard
|
||||||
|
"nand_oen", Standard
|
||||||
|
"nand_rdy_0", Standard
|
||||||
|
"nand_rdy_1", Standard
|
||||||
|
"nand_wen", Standard
|
||||||
|
"nand_wp", Standard
|
||||||
|
"pc1", Standard
|
||||||
|
"pc2", Standard
|
||||||
|
"pmu_int", Standard
|
||||||
|
"pmu_scl", I2C
|
||||||
|
"pmu_sda", I2C
|
||||||
|
"rfst2g_mtsloten3g", Standard
|
||||||
|
"rgmii_0_rx_ctl", Standard
|
||||||
|
"rgmii_0_rxc", Standard
|
||||||
|
"rgmii_0_rxd_0", Standard
|
||||||
|
"rgmii_0_rxd_1", Standard
|
||||||
|
"rgmii_0_rxd_2", Standard
|
||||||
|
"rgmii_0_rxd_3", Standard
|
||||||
|
"rgmii_0_tx_ctl", Standard
|
||||||
|
"rgmii_0_txc", Standard
|
||||||
|
"rgmii_0_txd_0", Standard
|
||||||
|
"rgmii_0_txd_1", Standard
|
||||||
|
"rgmii_0_txd_2", Standard
|
||||||
|
"rgmii_0_txd_3", Standard
|
||||||
|
"rgmii_1_rx_ctl", Standard
|
||||||
|
"rgmii_1_rxc", Standard
|
||||||
|
"rgmii_1_rxd_0", Standard
|
||||||
|
"rgmii_1_rxd_1", Standard
|
||||||
|
"rgmii_1_rxd_2", Standard
|
||||||
|
"rgmii_1_rxd_3", Standard
|
||||||
|
"rgmii_1_tx_ctl", Standard
|
||||||
|
"rgmii_1_txc", Standard
|
||||||
|
"rgmii_1_txd_0", Standard
|
||||||
|
"rgmii_1_txd_1", Standard
|
||||||
|
"rgmii_1_txd_2", Standard
|
||||||
|
"rgmii_1_txd_3", Standard
|
||||||
|
"rgmii_gpio_0", Standard
|
||||||
|
"rgmii_gpio_1", Standard
|
||||||
|
"rgmii_gpio_2", Standard
|
||||||
|
"rgmii_gpio_3", Standard
|
||||||
|
"rtxdata2g_txdata3g1", Standard
|
||||||
|
"rtxen2g_txdata3g2", Standard
|
||||||
|
"rxdata3g0", Standard
|
||||||
|
"rxdata3g1", Standard
|
||||||
|
"rxdata3g2", Standard
|
||||||
|
"sdio1_clk", Standard
|
||||||
|
"sdio1_cmd", Standard
|
||||||
|
"sdio1_data_0", Standard
|
||||||
|
"sdio1_data_1", Standard
|
||||||
|
"sdio1_data_2", Standard
|
||||||
|
"sdio1_data_3", Standard
|
||||||
|
"sdio4_clk", Standard
|
||||||
|
"sdio4_cmd", Standard
|
||||||
|
"sdio4_data_0", Standard
|
||||||
|
"sdio4_data_1", Standard
|
||||||
|
"sdio4_data_2", Standard
|
||||||
|
"sdio4_data_3", Standard
|
||||||
|
"sim_clk", Standard
|
||||||
|
"sim_data", Standard
|
||||||
|
"sim_det", Standard
|
||||||
|
"sim_resetn", Standard
|
||||||
|
"sim2_clk", Standard
|
||||||
|
"sim2_data", Standard
|
||||||
|
"sim2_det", Standard
|
||||||
|
"sim2_resetn", Standard
|
||||||
|
"sri_c", Standard
|
||||||
|
"sri_d", Standard
|
||||||
|
"sri_e", Standard
|
||||||
|
"ssp_extclk", Standard
|
||||||
|
"ssp0_clk", Standard
|
||||||
|
"ssp0_fs", Standard
|
||||||
|
"ssp0_rxd", Standard
|
||||||
|
"ssp0_txd", Standard
|
||||||
|
"ssp2_clk", Standard
|
||||||
|
"ssp2_fs_0", Standard
|
||||||
|
"ssp2_fs_1", Standard
|
||||||
|
"ssp2_fs_2", Standard
|
||||||
|
"ssp2_fs_3", Standard
|
||||||
|
"ssp2_rxd_0", Standard
|
||||||
|
"ssp2_rxd_1", Standard
|
||||||
|
"ssp2_txd_0", Standard
|
||||||
|
"ssp2_txd_1", Standard
|
||||||
|
"ssp3_clk", Standard
|
||||||
|
"ssp3_fs", Standard
|
||||||
|
"ssp3_rxd", Standard
|
||||||
|
"ssp3_txd", Standard
|
||||||
|
"ssp4_clk", Standard
|
||||||
|
"ssp4_fs", Standard
|
||||||
|
"ssp4_rxd", Standard
|
||||||
|
"ssp4_txd", Standard
|
||||||
|
"ssp5_clk", Standard
|
||||||
|
"ssp5_fs", Standard
|
||||||
|
"ssp5_rxd", Standard
|
||||||
|
"ssp5_txd", Standard
|
||||||
|
"ssp6_clk", Standard
|
||||||
|
"ssp6_fs", Standard
|
||||||
|
"ssp6_rxd", Standard
|
||||||
|
"ssp6_txd", Standard
|
||||||
|
"stat_1", Standard
|
||||||
|
"stat_2", Standard
|
||||||
|
"sysclken", Standard
|
||||||
|
"traceclk", Standard
|
||||||
|
"tracedt00", Standard
|
||||||
|
"tracedt01", Standard
|
||||||
|
"tracedt02", Standard
|
||||||
|
"tracedt03", Standard
|
||||||
|
"tracedt04", Standard
|
||||||
|
"tracedt05", Standard
|
||||||
|
"tracedt06", Standard
|
||||||
|
"tracedt07", Standard
|
||||||
|
"tracedt08", Standard
|
||||||
|
"tracedt09", Standard
|
||||||
|
"tracedt10", Standard
|
||||||
|
"tracedt11", Standard
|
||||||
|
"tracedt12", Standard
|
||||||
|
"tracedt13", Standard
|
||||||
|
"tracedt14", Standard
|
||||||
|
"tracedt15", Standard
|
||||||
|
"txdata3g0", Standard
|
||||||
|
"txpwrind", Standard
|
||||||
|
"uartb1_ucts", Standard
|
||||||
|
"uartb1_urts", Standard
|
||||||
|
"uartb1_urxd", Standard
|
||||||
|
"uartb1_utxd", Standard
|
||||||
|
"uartb2_urxd", Standard
|
||||||
|
"uartb2_utxd", Standard
|
||||||
|
"uartb3_ucts", Standard
|
||||||
|
"uartb3_urts", Standard
|
||||||
|
"uartb3_urxd", Standard
|
||||||
|
"uartb3_utxd", Standard
|
||||||
|
"uartb4_ucts", Standard
|
||||||
|
"uartb4_urts", Standard
|
||||||
|
"uartb4_urxd", Standard
|
||||||
|
"uartb4_utxd", Standard
|
||||||
|
"vc_cam1_scl", I2C
|
||||||
|
"vc_cam1_sda", I2C
|
||||||
|
"vc_cam2_scl", I2C
|
||||||
|
"vc_cam2_sda", I2C
|
||||||
|
"vc_cam3_scl", I2C
|
||||||
|
"vc_cam3_sda", I2C
|
@ -0,0 +1,23 @@
|
|||||||
|
* Freescale IMX25 IOMUX Controller
|
||||||
|
|
||||||
|
Please refer to fsl,imx-pinctrl.txt in this directory for common binding part
|
||||||
|
and usage.
|
||||||
|
|
||||||
|
CONFIG bits definition:
|
||||||
|
PAD_CTL_HYS (1 << 8)
|
||||||
|
PAD_CTL_PKE (1 << 7)
|
||||||
|
PAD_CTL_PUE (1 << 6)
|
||||||
|
PAD_CTL_PUS_100K_DOWN (0 << 4)
|
||||||
|
PAD_CTL_PUS_47K_UP (1 << 4)
|
||||||
|
PAD_CTL_PUS_100K_UP (2 << 4)
|
||||||
|
PAD_CTL_PUS_22K_UP (3 << 4)
|
||||||
|
PAD_CTL_ODE_CMOS (0 << 3)
|
||||||
|
PAD_CTL_ODE_OPENDRAIN (1 << 3)
|
||||||
|
PAD_CTL_DSE_NOMINAL (0 << 1)
|
||||||
|
PAD_CTL_DSE_HIGH (1 << 1)
|
||||||
|
PAD_CTL_DSE_MAX (2 << 1)
|
||||||
|
PAD_CTL_SRE_FAST (1 << 0)
|
||||||
|
PAD_CTL_SRE_SLOW (0 << 0)
|
||||||
|
|
||||||
|
Refer to imx25-pinfunc.h in device tree source folder for all available
|
||||||
|
imx25 PIN_FUNC_ID.
|
@ -52,12 +52,25 @@ Required properties for pin configuration node:
|
|||||||
CONFIG can be 0 or 1, meaning Pullup disable/enable.
|
CONFIG can be 0 or 1, meaning Pullup disable/enable.
|
||||||
|
|
||||||
|
|
||||||
|
The iomux controller has gpio child nodes which are embedded in the iomux
|
||||||
|
control registers. They have to be defined as child nodes of the iomux device
|
||||||
|
node. If gpio subnodes are defined "#address-cells", "#size-cells" and "ranges"
|
||||||
|
properties for the iomux device node are required.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
iomuxc: iomuxc@10015000 {
|
iomuxc: iomuxc@10015000 {
|
||||||
compatible = "fsl,imx27-iomuxc";
|
compatible = "fsl,imx27-iomuxc";
|
||||||
reg = <0x10015000 0x600>;
|
reg = <0x10015000 0x600>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges;
|
||||||
|
|
||||||
|
gpio1: gpio@10015000 {
|
||||||
|
...
|
||||||
|
};
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
uart {
|
uart {
|
||||||
pinctrl_uart1: uart-1 {
|
pinctrl_uart1: uart-1 {
|
||||||
@ -83,6 +96,15 @@ The above example using macros:
|
|||||||
iomuxc: iomuxc@10015000 {
|
iomuxc: iomuxc@10015000 {
|
||||||
compatible = "fsl,imx27-iomuxc";
|
compatible = "fsl,imx27-iomuxc";
|
||||||
reg = <0x10015000 0x600>;
|
reg = <0x10015000 0x600>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges;
|
||||||
|
|
||||||
|
gpio1: gpio@10015000 {
|
||||||
|
...
|
||||||
|
};
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
uart {
|
uart {
|
||||||
pinctrl_uart1: uart-1 {
|
pinctrl_uart1: uart-1 {
|
||||||
|
@ -0,0 +1,144 @@
|
|||||||
|
NVIDIA Tegra124 pinmux controller
|
||||||
|
|
||||||
|
The Tegra124 pinctrl binding is very similar to the Tegra20 and Tegra30
|
||||||
|
pinctrl binding, as described in nvidia,tegra20-pinmux.txt and
|
||||||
|
nvidia,tegra30-pinmux.txt. In fact, this document assumes that binding as
|
||||||
|
a baseline, and only documents the differences between the two bindings.
|
||||||
|
|
||||||
|
Required properties:
|
||||||
|
- compatible: "nvidia,tegra124-pinmux"
|
||||||
|
- reg: Should contain a list of base address and size pairs for:
|
||||||
|
-- first entry - the drive strength and pad control registers.
|
||||||
|
-- second entry - the pinmux registers
|
||||||
|
|
||||||
|
Tegra124 adds the following optional properties for pin configuration subnodes.
|
||||||
|
The macros for options are defined in the
|
||||||
|
include/dt-binding/pinctrl/pinctrl-tegra.h.
|
||||||
|
- nvidia,enable-input: Integer. Enable the pin's input path.
|
||||||
|
enable :TEGRA_PIN_ENABLE0 and
|
||||||
|
disable or output only: TEGRA_PIN_DISABLE.
|
||||||
|
- nvidia,open-drain: Integer.
|
||||||
|
enable: TEGRA_PIN_ENABLE.
|
||||||
|
disable: TEGRA_PIN_DISABLE.
|
||||||
|
- nvidia,lock: Integer. Lock the pin configuration against further changes
|
||||||
|
until reset.
|
||||||
|
enable: TEGRA_PIN_ENABLE.
|
||||||
|
disable: TEGRA_PIN_DISABLE.
|
||||||
|
- nvidia,io-reset: Integer. Reset the IO path.
|
||||||
|
enable: TEGRA_PIN_ENABLE.
|
||||||
|
disable: TEGRA_PIN_DISABLE.
|
||||||
|
- nvidia,rcv-sel: Integer. Select VIL/VIH receivers.
|
||||||
|
normal: TEGRA_PIN_DISABLE
|
||||||
|
high: TEGRA_PIN_ENABLE
|
||||||
|
|
||||||
|
Please refer the Tegra TRM for complete details regarding which groups
|
||||||
|
support which functionality.
|
||||||
|
|
||||||
|
Valid values for pin and group names are:
|
||||||
|
|
||||||
|
per-pin mux groups:
|
||||||
|
|
||||||
|
These all support nvidia,function, nvidia,tristate, nvidia,pull,
|
||||||
|
nvidia,enable-input. Some support nvidia,lock nvidia,open-drain,
|
||||||
|
nvidia,io-reset and nvidia,rcv-sel.
|
||||||
|
|
||||||
|
ulpi_data0_po1, ulpi_data1_po2, ulpi_data2_po3, ulpi_data3_po4,
|
||||||
|
ulpi_data4_po5, ulpi_data5_po6, ulpi_data6_po7, ulpi_data7_po0,
|
||||||
|
ulpi_clk_py0, ulpi_dir_py1, ulpi_nxt_py2, ulpi_stp_py3, dap3_fs_pp0,
|
||||||
|
dap3_din_pp1, dap3_dout_pp2, dap3_sclk_pp3, pv0, pv1, sdmmc1_clk_pz0,
|
||||||
|
sdmmc1_cmd_pz1, sdmmc1_dat3_py4, sdmmc1_dat2_py5, sdmmc1_dat1_py6,
|
||||||
|
sdmmc1_dat0_py7, clk2_out_pw5, clk2_req_pcc5, hdmi_int_pn7, ddc_scl_pv4,
|
||||||
|
ddc_sda_pv5, uart2_rxd_pc3, uart2_txd_pc2, uart2_rts_n_pj6,
|
||||||
|
uart2_cts_n_pj5, uart3_txd_pw6, uart3_rxd_pw7, uart3_cts_n_pa1,
|
||||||
|
uart3_rts_n_pc0, pu0, pu1, pu2, pu3, pu4, pu5, pu6, gen1_i2c_scl_pc4,
|
||||||
|
gen1_i2c_sda_pc5, dap4_fs_pp4, dap4_din_pp5, dap4_dout_pp6,
|
||||||
|
dap4_sclk_pp7, clk3_out_pee0, clk3_req_pee1, pc7, pi5, pi7, pk0, pk1,
|
||||||
|
pj0, pj2, pk3, pk4, pk2, pi3, pi6, pg0, pg1, pg2, pg3, pg4, pg5, pg6,
|
||||||
|
pg7, ph0, ph1, ph2, ph3, ph4, ph5, ph6, ph7, pj7, pb0, pb1, pk7, pi0,
|
||||||
|
pi1, pi2, pi4, gen2_i2c_scl_pt5, gen2_i2c_sda_pt6, sdmmc4_clk_pcc4,
|
||||||
|
sdmmc4_cmd_pt7, sdmmc4_dat0_paa0, sdmmc4_dat1_paa1, sdmmc4_dat2_paa2,
|
||||||
|
sdmmc4_dat3_paa3, sdmmc4_dat4_paa4, sdmmc4_dat5_paa5, sdmmc4_dat6_paa6,
|
||||||
|
sdmmc4_dat7_paa7, cam_mclk_pcc0, pcc1, pbb0, cam_i2c_scl_pbb1,
|
||||||
|
cam_i2c_sda_pbb2, pbb3, pbb4, pbb5, pbb6, pbb7, pcc2, jtag_rtck,
|
||||||
|
pwr_i2c_scl_pz6, pwr_i2c_sda_pz7, kb_row0_pr0, kb_row1_pr1, kb_row2_pr2,
|
||||||
|
kb_row3_pr3, kb_row4_pr4, kb_row5_pr5, kb_row6_pr6, kb_row7_pr7,
|
||||||
|
kb_row8_ps0, kb_row9_ps1, kb_row10_ps2, kb_row11_ps3, kb_row12_ps4,
|
||||||
|
kb_row13_ps5, kb_row14_ps6, kb_row15_ps7, kb_col0_pq0, kb_col1_pq1,
|
||||||
|
kb_col2_pq2, kb_col3_pq3, kb_col4_pq4, kb_col5_pq5, kb_col6_pq6,
|
||||||
|
kb_col7_pq7, clk_32k_out_pa0, core_pwr_req, cpu_pwr_req, pwr_int_n,
|
||||||
|
clk_32k_in, owr, dap1_fs_pn0, dap1_din_pn1, dap1_dout_pn2,
|
||||||
|
dap1_sclk_pn3, dap_mclk1_req_pee2, dap_mclk1_pw4, spdif_in_pk6,
|
||||||
|
spdif_out_pk5, dap2_fs_pa2, dap2_din_pa4, dap2_dout_pa5, dap2_sclk_pa3,
|
||||||
|
dvfs_pwm_px0, gpio_x1_aud_px1, gpio_x3_aud_px3, dvfs_clk_px2,
|
||||||
|
gpio_x4_aud_px4, gpio_x5_aud_px5, gpio_x6_aud_px6, gpio_x7_aud_px7,
|
||||||
|
sdmmc3_clk_pa6, sdmmc3_cmd_pa7, sdmmc3_dat0_pb7, sdmmc3_dat1_pb6,
|
||||||
|
sdmmc3_dat2_pb5, sdmmc3_dat3_pb4, pex_l0_rst_n_pdd1,
|
||||||
|
pex_l0_clkreq_n_pdd2, pex_wake_n_pdd3, pex_l1_rst_n_pdd5,
|
||||||
|
pex_l1_clkreq_n_pdd6, hdmi_cec_pee3, sdmmc1_wp_n_pv3,
|
||||||
|
sdmmc3_cd_n_pv2, gpio_w2_aud_pw2, gpio_w3_aud_pw3, usb_vbus_en0_pn4,
|
||||||
|
usb_vbus_en1_pn5, sdmmc3_clk_lb_out_pee4, sdmmc3_clk_lb_in_pee5,
|
||||||
|
gmi_clk_lb, reset_out_n, kb_row16_pt0, kb_row17_pt1, usb_vbus_en2_pff1,
|
||||||
|
pff2, dp_hpd_pff0,
|
||||||
|
|
||||||
|
drive groups:
|
||||||
|
|
||||||
|
These all support nvidia,pull-down-strength, nvidia,pull-up-strength,
|
||||||
|
nvidia,slew-rate-rising, nvidia,slew-rate-falling. Most but not all
|
||||||
|
support nvidia,high-speed-mode, nvidia,schmitt, nvidia,low-power-mode
|
||||||
|
and nvidia,drive-type.
|
||||||
|
|
||||||
|
ao1, ao2, at1, at2, at3, at4, at5, cdev1, cdev2, dap1, dap2, dap3, dap4,
|
||||||
|
dbg, sdio3, spi, uaa, uab, uart2, uart3, sdio1, ddc, gma, gme, gmf, gmg,
|
||||||
|
gmh, owr, uda, gpv, dev3, cec, usb_vbus_en, ao3, ao0, hv0, sdio4, ao4.
|
||||||
|
|
||||||
|
Valid values for nvidia,functions are:
|
||||||
|
|
||||||
|
blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
|
||||||
|
displaya_alt, displayb, dtv, extperiph1, extperiph2, extperiph3,
|
||||||
|
gmi, gmi_alt, hda, hsi, i2c1, i2c2, i2c3, i2c4, i2cpwr, i2s0,
|
||||||
|
i2s1, i2s2, i2s3, i2s4, irda, kbc, owr, pmi, pwm0, pwm1, pwm2, pwm3,
|
||||||
|
pwron, reset_out_n, rsvd1, rsvd2, rsvd3, rsvd4, sdmmc1, sdmmc2, sdmmc3,
|
||||||
|
sdmmc4, soc, spdif, spi1, spi2, spi3, spi4, spi5, spi6, trace, uarta,
|
||||||
|
uartb, uartc, uartd, ulpi, usb, vgp1, vgp2, vgp3, vgp4, vgp5, vgp6,
|
||||||
|
vi, vi_alt1, vi_alt3, vimclk2, vimclk2_alt, sata, ccla, pe0, pe, pe1,
|
||||||
|
dp, rtck, sys, clk tmds.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
pinmux: pinmux {
|
||||||
|
compatible = "nvidia,tegra124-pinmux";
|
||||||
|
reg = <0x70000868 0x164 /* Pad control registers */
|
||||||
|
0x70003000 0x434>; /* PinMux registers */
|
||||||
|
};
|
||||||
|
|
||||||
|
Example pinmux entries:
|
||||||
|
|
||||||
|
pinctrl {
|
||||||
|
sdmmc4_default: pinmux {
|
||||||
|
sdmmc4_clk_pcc4 {
|
||||||
|
nvidia,pins = "sdmmc4_clk_pcc4",
|
||||||
|
nvidia,function = "sdmmc4";
|
||||||
|
nvidia,pull = <TEGRA_PIN_PULL_NONE>;
|
||||||
|
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
||||||
|
};
|
||||||
|
|
||||||
|
sdmmc4_dat0_paa0 {
|
||||||
|
nvidia,pins = "sdmmc4_dat0_paa0",
|
||||||
|
"sdmmc4_dat1_paa1",
|
||||||
|
"sdmmc4_dat2_paa2",
|
||||||
|
"sdmmc4_dat3_paa3",
|
||||||
|
"sdmmc4_dat4_paa4",
|
||||||
|
"sdmmc4_dat5_paa5",
|
||||||
|
"sdmmc4_dat6_paa6",
|
||||||
|
"sdmmc4_dat7_paa7";
|
||||||
|
nvidia,function = "sdmmc4";
|
||||||
|
nvidia,pull = <TEGRA_PIN_PULL_UP>;
|
||||||
|
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sdhci@78000400 {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&sdmmc4_default>;
|
||||||
|
};
|
@ -151,6 +151,8 @@ drive-push-pull - drive actively high and low
|
|||||||
drive-open-drain - drive with open drain
|
drive-open-drain - drive with open drain
|
||||||
drive-open-source - drive with open source
|
drive-open-source - drive with open source
|
||||||
drive-strength - sink or source at most X mA
|
drive-strength - sink or source at most X mA
|
||||||
|
input-enable - enable input on pin (no effect on output)
|
||||||
|
input-disable - disable input on pin (no effect on output)
|
||||||
input-schmitt-enable - enable schmitt-trigger mode
|
input-schmitt-enable - enable schmitt-trigger mode
|
||||||
input-schmitt-disable - disable schmitt-trigger mode
|
input-schmitt-disable - disable schmitt-trigger mode
|
||||||
input-debounce - debounce mode with debound time X
|
input-debounce - debounce mode with debound time X
|
||||||
@ -158,6 +160,7 @@ low-power-enable - enable low power mode
|
|||||||
low-power-disable - disable low power mode
|
low-power-disable - disable low power mode
|
||||||
output-low - set the pin to output mode with low level
|
output-low - set the pin to output mode with low level
|
||||||
output-high - set the pin to output mode with high level
|
output-high - set the pin to output mode with high level
|
||||||
|
slew-rate - set the slew rate
|
||||||
|
|
||||||
Some of the generic properties take arguments. For those that do, the
|
Some of the generic properties take arguments. For those that do, the
|
||||||
arguments are described below.
|
arguments are described below.
|
||||||
|
@ -98,7 +98,7 @@ below for more information.
|
|||||||
In case when one register changes more than one pin's mux the
|
In case when one register changes more than one pin's mux the
|
||||||
pinctrl-single,bits need to be used which takes three parameters:
|
pinctrl-single,bits need to be used which takes three parameters:
|
||||||
|
|
||||||
pinctrl-single,bits = <0xdc 0x18, 0xff>;
|
pinctrl-single,bits = <0xdc 0x18 0xff>;
|
||||||
|
|
||||||
Where 0xdc is the offset from the pinctrl register base address for the
|
Where 0xdc is the offset from the pinctrl register base address for the
|
||||||
device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to
|
device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to
|
||||||
|
@ -0,0 +1,92 @@
|
|||||||
|
Qualcomm MSM8974 TLMM block
|
||||||
|
|
||||||
|
Required properties:
|
||||||
|
- compatible: "qcom,msm8x74-pinctrl"
|
||||||
|
- reg: Should be the base address and length of the TLMM block.
|
||||||
|
- interrupts: Should be the parent IRQ of the TLMM block.
|
||||||
|
- interrupt-controller: Marks the device node as an interrupt controller.
|
||||||
|
- #interrupt-cells: Should be two.
|
||||||
|
- gpio-controller: Marks the device node as a GPIO controller.
|
||||||
|
- #gpio-cells : Should be two.
|
||||||
|
The first cell is the gpio pin number and the
|
||||||
|
second cell is used for optional parameters.
|
||||||
|
|
||||||
|
Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
|
||||||
|
a general description of GPIO and interrupt bindings.
|
||||||
|
|
||||||
|
Please refer to pinctrl-bindings.txt in this directory for details of the
|
||||||
|
common pinctrl bindings used by client devices, including the meaning of the
|
||||||
|
phrase "pin configuration node".
|
||||||
|
|
||||||
|
Qualcomm's pin configuration nodes act as a container for an abitrary number of
|
||||||
|
subnodes. Each of these subnodes represents some desired configuration for a
|
||||||
|
pin, a group, or a list of pins or groups. This configuration can include the
|
||||||
|
mux function to select on those pin(s)/group(s), and various pin configuration
|
||||||
|
parameters, such as pull-up, drive strength, etc.
|
||||||
|
|
||||||
|
The name of each subnode is not important; all subnodes should be enumerated
|
||||||
|
and processed purely based on their content.
|
||||||
|
|
||||||
|
Each subnode only affects those parameters that are explicitly listed. In
|
||||||
|
other words, a subnode that lists a mux function but no pin configuration
|
||||||
|
parameters implies no information about any pin configuration parameters.
|
||||||
|
Similarly, a pin subnode that describes a pullup parameter implies no
|
||||||
|
information about e.g. the mux function.
|
||||||
|
|
||||||
|
|
||||||
|
The following generic properties as defined in pinctrl-bindings.txt are valid
|
||||||
|
to specify in a pin configuration subnode:
|
||||||
|
pins, function, bias-disable, bias-pull-down, bias-pull,up, drive-strength.
|
||||||
|
|
||||||
|
Non-empty subnodes must specify the 'pins' property.
|
||||||
|
Note that not all properties are valid for all pins.
|
||||||
|
|
||||||
|
|
||||||
|
Valid values for qcom,pins are:
|
||||||
|
gpio0-gpio145
|
||||||
|
Supports mux, bias and drive-strength
|
||||||
|
|
||||||
|
sdc1_clk, sdc1_cmd, sdc1_data, sdc2_clk, sdc2_cmd, sdc2_data
|
||||||
|
Supports bias and drive-strength
|
||||||
|
|
||||||
|
Valid values for qcom,function are:
|
||||||
|
blsp_i2c2, blsp_i2c6, blsp_i2c11, blsp_spi1, blsp_uart2, blsp_uart8, slimbus
|
||||||
|
|
||||||
|
(Note that this is not yet the complete list of functions)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
msmgpio: pinctrl@fd510000 {
|
||||||
|
compatible = "qcom,msm8974-pinctrl";
|
||||||
|
reg = <0xfd510000 0x4000>;
|
||||||
|
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
interrupts = <0 208 0>;
|
||||||
|
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&uart2_default>;
|
||||||
|
|
||||||
|
uart2_default: uart2_default {
|
||||||
|
mux {
|
||||||
|
qcom,pins = "gpio4", "gpio5";
|
||||||
|
qcom,function = "blsp_uart2";
|
||||||
|
};
|
||||||
|
|
||||||
|
tx {
|
||||||
|
qcom,pins = "gpio4";
|
||||||
|
drive-strength = <4>;
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
|
||||||
|
rx {
|
||||||
|
qcom,pins = "gpio5";
|
||||||
|
drive-strength = <2>;
|
||||||
|
bias-pull-up;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
@ -26,6 +26,11 @@ Optional properties:
|
|||||||
- #gpio-range-cells: Mandatory when the PFC doesn't handle GPIO, forbidden
|
- #gpio-range-cells: Mandatory when the PFC doesn't handle GPIO, forbidden
|
||||||
otherwise. Should be 3.
|
otherwise. Should be 3.
|
||||||
|
|
||||||
|
- interrupts-extended: Specify the interrupts associated with external
|
||||||
|
IRQ pins. This property is mandatory when the PFC handles GPIOs and
|
||||||
|
forbidden otherwise. When specified, it must contain one interrupt per
|
||||||
|
external IRQ, sorted by external IRQ number.
|
||||||
|
|
||||||
The PFC node also acts as a container for pin configuration nodes. Please refer
|
The PFC node also acts as a container for pin configuration nodes. Please refer
|
||||||
to pinctrl-bindings.txt in this directory for the definition of the term "pin
|
to pinctrl-bindings.txt in this directory for the definition of the term "pin
|
||||||
configuration node" and for the common pinctrl bindings used by client devices.
|
configuration node" and for the common pinctrl bindings used by client devices.
|
||||||
@ -103,6 +108,15 @@ Example 1: SH73A0 (SH-Mobile AG5) pin controller node
|
|||||||
<0xe605801c 0x1c>;
|
<0xe605801c 0x1c>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
interrupts-extended =
|
||||||
|
<&irqpin0 0 0>, <&irqpin0 1 0>, <&irqpin0 2 0>, <&irqpin0 3 0>,
|
||||||
|
<&irqpin0 4 0>, <&irqpin0 5 0>, <&irqpin0 6 0>, <&irqpin0 7 0>,
|
||||||
|
<&irqpin1 0 0>, <&irqpin1 1 0>, <&irqpin1 2 0>, <&irqpin1 3 0>,
|
||||||
|
<&irqpin1 4 0>, <&irqpin1 5 0>, <&irqpin1 6 0>, <&irqpin1 7 0>,
|
||||||
|
<&irqpin2 0 0>, <&irqpin2 1 0>, <&irqpin2 2 0>, <&irqpin2 3 0>,
|
||||||
|
<&irqpin2 4 0>, <&irqpin2 5 0>, <&irqpin2 6 0>, <&irqpin2 7 0>,
|
||||||
|
<&irqpin3 0 0>, <&irqpin3 1 0>, <&irqpin3 2 0>, <&irqpin3 3 0>,
|
||||||
|
<&irqpin3 4 0>, <&irqpin3 5 0>, <&irqpin3 6 0>, <&irqpin3 7 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
Example 2: A GPIO LED node that references a GPIO
|
Example 2: A GPIO LED node that references a GPIO
|
||||||
|
@ -18,7 +18,7 @@ Definition of PIN CONTROLLER:
|
|||||||
|
|
||||||
- A pin controller is a piece of hardware, usually a set of registers, that
|
- A pin controller is a piece of hardware, usually a set of registers, that
|
||||||
can control PINs. It may be able to multiplex, bias, set load capacitance,
|
can control PINs. It may be able to multiplex, bias, set load capacitance,
|
||||||
set drive strength etc for individual pins or groups of pins.
|
set drive strength, etc. for individual pins or groups of pins.
|
||||||
|
|
||||||
Definition of PIN:
|
Definition of PIN:
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ selected drivers, you need to select them from your machine's Kconfig entry,
|
|||||||
since these are so tightly integrated with the machines they are used on.
|
since these are so tightly integrated with the machines they are used on.
|
||||||
See for example arch/arm/mach-u300/Kconfig for an example.
|
See for example arch/arm/mach-u300/Kconfig for an example.
|
||||||
|
|
||||||
Pins usually have fancier names than this. You can find these in the dataheet
|
Pins usually have fancier names than this. You can find these in the datasheet
|
||||||
for your chip. Notice that the core pinctrl.h file provides a fancy macro
|
for your chip. Notice that the core pinctrl.h file provides a fancy macro
|
||||||
called PINCTRL_PIN() to create the struct entries. As you can see I enumerated
|
called PINCTRL_PIN() to create the struct entries. As you can see I enumerated
|
||||||
the pins from 0 in the upper left corner to 63 in the lower right corner.
|
the pins from 0 in the upper left corner to 63 in the lower right corner.
|
||||||
@ -185,7 +185,7 @@ static struct pinctrl_desc foo_desc = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
The pin control subsystem will call the .get_groups_count() function to
|
The pin control subsystem will call the .get_groups_count() function to
|
||||||
determine total number of legal selectors, then it will call the other functions
|
determine the total number of legal selectors, then it will call the other functions
|
||||||
to retrieve the name and pins of the group. Maintaining the data structure of
|
to retrieve the name and pins of the group. Maintaining the data structure of
|
||||||
the groups is up to the driver, this is just a simple example - in practice you
|
the groups is up to the driver, this is just a simple example - in practice you
|
||||||
may need more entries in your group structure, for example specific register
|
may need more entries in your group structure, for example specific register
|
||||||
@ -195,7 +195,7 @@ ranges associated with each group and so on.
|
|||||||
Pin configuration
|
Pin configuration
|
||||||
=================
|
=================
|
||||||
|
|
||||||
Pins can sometimes be software-configured in an various ways, mostly related
|
Pins can sometimes be software-configured in various ways, mostly related
|
||||||
to their electronic properties when used as inputs or outputs. For example you
|
to their electronic properties when used as inputs or outputs. For example you
|
||||||
may be able to make an output pin high impedance, or "tristate" meaning it is
|
may be able to make an output pin high impedance, or "tristate" meaning it is
|
||||||
effectively disconnected. You may be able to connect an input pin to VDD or GND
|
effectively disconnected. You may be able to connect an input pin to VDD or GND
|
||||||
@ -291,7 +291,7 @@ Since the pin controller subsystem have its pinspace local to the pin
|
|||||||
controller we need a mapping so that the pin control subsystem can figure out
|
controller we need a mapping so that the pin control subsystem can figure out
|
||||||
which pin controller handles control of a certain GPIO pin. Since a single
|
which pin controller handles control of a certain GPIO pin. Since a single
|
||||||
pin controller may be muxing several GPIO ranges (typically SoCs that have
|
pin controller may be muxing several GPIO ranges (typically SoCs that have
|
||||||
one set of pins but internally several GPIO silicon blocks, each modelled as
|
one set of pins, but internally several GPIO silicon blocks, each modelled as
|
||||||
a struct gpio_chip) any number of GPIO ranges can be added to a pin controller
|
a struct gpio_chip) any number of GPIO ranges can be added to a pin controller
|
||||||
instance like this:
|
instance like this:
|
||||||
|
|
||||||
@ -373,9 +373,9 @@ will be called on that specific pin controller.
|
|||||||
|
|
||||||
For all functionalities dealing with pin biasing, pin muxing etc, the pin
|
For all functionalities dealing with pin biasing, pin muxing etc, the pin
|
||||||
controller subsystem will look up the corresponding pin number from the passed
|
controller subsystem will look up the corresponding pin number from the passed
|
||||||
in gpio number, and use the range's internals to retrive a pin number. After
|
in gpio number, and use the range's internals to retrieve a pin number. After
|
||||||
that, the subsystem passes it on to the pin control driver, so the driver
|
that, the subsystem passes it on to the pin control driver, so the driver
|
||||||
will get an pin number into its handled number range. Further it is also passed
|
will get a pin number into its handled number range. Further it is also passed
|
||||||
the range ID value, so that the pin controller knows which range it should
|
the range ID value, so that the pin controller knows which range it should
|
||||||
deal with.
|
deal with.
|
||||||
|
|
||||||
@ -430,8 +430,8 @@ pins you see some will be taken by things like a few VCC and GND to feed power
|
|||||||
to the chip, and quite a few will be taken by large ports like an external
|
to the chip, and quite a few will be taken by large ports like an external
|
||||||
memory interface. The remaining pins will often be subject to pin multiplexing.
|
memory interface. The remaining pins will often be subject to pin multiplexing.
|
||||||
|
|
||||||
The example 8x8 PGA package above will have pin numbers 0 thru 63 assigned to
|
The example 8x8 PGA package above will have pin numbers 0 through 63 assigned
|
||||||
its physical pins. It will name the pins { A1, A2, A3 ... H6, H7, H8 } using
|
to its physical pins. It will name the pins { A1, A2, A3 ... H6, H7, H8 } using
|
||||||
pinctrl_register_pins() and a suitable data set as shown earlier.
|
pinctrl_register_pins() and a suitable data set as shown earlier.
|
||||||
|
|
||||||
In this 8x8 BGA package the pins { A8, A7, A6, A5 } can be used as an SPI port
|
In this 8x8 BGA package the pins { A8, A7, A6, A5 } can be used as an SPI port
|
||||||
@ -442,7 +442,7 @@ we cannot use the SPI port and I2C port at the same time. However in the inside
|
|||||||
of the package the silicon performing the SPI logic can alternatively be routed
|
of the package the silicon performing the SPI logic can alternatively be routed
|
||||||
out on pins { G4, G3, G2, G1 }.
|
out on pins { G4, G3, G2, G1 }.
|
||||||
|
|
||||||
On the botton row at { A1, B1, C1, D1, E1, F1, G1, H1 } we have something
|
On the bottom row at { A1, B1, C1, D1, E1, F1, G1, H1 } we have something
|
||||||
special - it's an external MMC bus that can be 2, 4 or 8 bits wide, and it will
|
special - it's an external MMC bus that can be 2, 4 or 8 bits wide, and it will
|
||||||
consume 2, 4 or 8 pins respectively, so either { A1, B1 } are taken or
|
consume 2, 4 or 8 pins respectively, so either { A1, B1 } are taken or
|
||||||
{ A1, B1, C1, D1 } or all of them. If we use all 8 bits, we cannot use the SPI
|
{ A1, B1, C1, D1 } or all of them. If we use all 8 bits, we cannot use the SPI
|
||||||
@ -549,7 +549,7 @@ Assumptions:
|
|||||||
|
|
||||||
We assume that the number of possible function maps to pin groups is limited by
|
We assume that the number of possible function maps to pin groups is limited by
|
||||||
the hardware. I.e. we assume that there is no system where any function can be
|
the hardware. I.e. we assume that there is no system where any function can be
|
||||||
mapped to any pin, like in a phone exchange. So the available pins groups for
|
mapped to any pin, like in a phone exchange. So the available pin groups for
|
||||||
a certain function will be limited to a few choices (say up to eight or so),
|
a certain function will be limited to a few choices (say up to eight or so),
|
||||||
not hundreds or any amount of choices. This is the characteristic we have found
|
not hundreds or any amount of choices. This is the characteristic we have found
|
||||||
by inspecting available pinmux hardware, and a necessary assumption since we
|
by inspecting available pinmux hardware, and a necessary assumption since we
|
||||||
@ -564,7 +564,7 @@ The pinmux core takes care of preventing conflicts on pins and calling
|
|||||||
the pin controller driver to execute different settings.
|
the pin controller driver to execute different settings.
|
||||||
|
|
||||||
It is the responsibility of the pinmux driver to impose further restrictions
|
It is the responsibility of the pinmux driver to impose further restrictions
|
||||||
(say for example infer electronic limitations due to load etc) to determine
|
(say for example infer electronic limitations due to load, etc.) to determine
|
||||||
whether or not the requested function can actually be allowed, and in case it
|
whether or not the requested function can actually be allowed, and in case it
|
||||||
is possible to perform the requested mux setting, poke the hardware so that
|
is possible to perform the requested mux setting, poke the hardware so that
|
||||||
this happens.
|
this happens.
|
||||||
@ -755,7 +755,7 @@ Pin control interaction with the GPIO subsystem
|
|||||||
Note that the following implies that the use case is to use a certain pin
|
Note that the following implies that the use case is to use a certain pin
|
||||||
from the Linux kernel using the API in <linux/gpio.h> with gpio_request()
|
from the Linux kernel using the API in <linux/gpio.h> with gpio_request()
|
||||||
and similar functions. There are cases where you may be using something
|
and similar functions. There are cases where you may be using something
|
||||||
that your datasheet calls "GPIO mode" but actually is just an electrical
|
that your datasheet calls "GPIO mode", but actually is just an electrical
|
||||||
configuration for a certain device. See the section below named
|
configuration for a certain device. See the section below named
|
||||||
"GPIO mode pitfalls" for more details on this scenario.
|
"GPIO mode pitfalls" for more details on this scenario.
|
||||||
|
|
||||||
@ -871,7 +871,7 @@ hardware and shall be put into different subsystems:
|
|||||||
|
|
||||||
- Registers (or fields within registers) that control muxing of signals
|
- Registers (or fields within registers) that control muxing of signals
|
||||||
from various other HW blocks (e.g. I2C, MMC, or GPIO) onto pins should
|
from various other HW blocks (e.g. I2C, MMC, or GPIO) onto pins should
|
||||||
be exposed through the pinctrl subssytem, as mux functions.
|
be exposed through the pinctrl subsystem, as mux functions.
|
||||||
|
|
||||||
- Registers (or fields within registers) that control GPIO functionality
|
- Registers (or fields within registers) that control GPIO functionality
|
||||||
such as setting a GPIO's output value, reading a GPIO's input value, or
|
such as setting a GPIO's output value, reading a GPIO's input value, or
|
||||||
@ -895,7 +895,7 @@ Example: a pin is usually muxed in to be used as a UART TX line. But during
|
|||||||
system sleep, we need to put this pin into "GPIO mode" and ground it.
|
system sleep, we need to put this pin into "GPIO mode" and ground it.
|
||||||
|
|
||||||
If you make a 1-to-1 map to the GPIO subsystem for this pin, you may start
|
If you make a 1-to-1 map to the GPIO subsystem for this pin, you may start
|
||||||
to think that you need to come up with something real complex, that the
|
to think that you need to come up with something really complex, that the
|
||||||
pin shall be used for UART TX and GPIO at the same time, that you will grab
|
pin shall be used for UART TX and GPIO at the same time, that you will grab
|
||||||
a pin control handle and set it to a certain state to enable UART TX to be
|
a pin control handle and set it to a certain state to enable UART TX to be
|
||||||
muxed in, then twist it over to GPIO mode and use gpio_direction_output()
|
muxed in, then twist it over to GPIO mode and use gpio_direction_output()
|
||||||
@ -964,12 +964,12 @@ GPIO mode.
|
|||||||
This will give the desired effect without any bogus interaction with the
|
This will give the desired effect without any bogus interaction with the
|
||||||
GPIO subsystem. It is just an electrical configuration used by that device
|
GPIO subsystem. It is just an electrical configuration used by that device
|
||||||
when going to sleep, it might imply that the pin is set into something the
|
when going to sleep, it might imply that the pin is set into something the
|
||||||
datasheet calls "GPIO mode" but that is not the point: it is still used
|
datasheet calls "GPIO mode", but that is not the point: it is still used
|
||||||
by that UART device to control the pins that pertain to that very UART
|
by that UART device to control the pins that pertain to that very UART
|
||||||
driver, putting them into modes needed by the UART. GPIO in the Linux
|
driver, putting them into modes needed by the UART. GPIO in the Linux
|
||||||
kernel sense are just some 1-bit line, and is a different use case.
|
kernel sense are just some 1-bit line, and is a different use case.
|
||||||
|
|
||||||
How the registers are poked to attain the push/pull and output low
|
How the registers are poked to attain the push or pull, and output low
|
||||||
configuration and the muxing of the "u0" or "gpio-mode" group onto these
|
configuration and the muxing of the "u0" or "gpio-mode" group onto these
|
||||||
pins is a question for the driver.
|
pins is a question for the driver.
|
||||||
|
|
||||||
@ -977,7 +977,7 @@ Some datasheets will be more helpful and refer to the "GPIO mode" as
|
|||||||
"low power mode" rather than anything to do with GPIO. This often means
|
"low power mode" rather than anything to do with GPIO. This often means
|
||||||
the same thing electrically speaking, but in this latter case the
|
the same thing electrically speaking, but in this latter case the
|
||||||
software engineers will usually quickly identify that this is some
|
software engineers will usually quickly identify that this is some
|
||||||
specific muxing/configuration rather than anything related to the GPIO
|
specific muxing or configuration rather than anything related to the GPIO
|
||||||
API.
|
API.
|
||||||
|
|
||||||
|
|
||||||
@ -1024,8 +1024,7 @@ up the device struct (just like with clockdev or regulators). The function name
|
|||||||
must match a function provided by the pinmux driver handling this pin range.
|
must match a function provided by the pinmux driver handling this pin range.
|
||||||
|
|
||||||
As you can see we may have several pin controllers on the system and thus
|
As you can see we may have several pin controllers on the system and thus
|
||||||
we need to specify which one of them that contain the functions we wish
|
we need to specify which one of them contains the functions we wish to map.
|
||||||
to map.
|
|
||||||
|
|
||||||
You register this pinmux mapping to the pinmux subsystem by simply:
|
You register this pinmux mapping to the pinmux subsystem by simply:
|
||||||
|
|
||||||
@ -1254,10 +1253,10 @@ The semantics of the pinctrl APIs are:
|
|||||||
pinctrl_get().
|
pinctrl_get().
|
||||||
|
|
||||||
- pinctrl_lookup_state() is called in process context to obtain a handle to a
|
- pinctrl_lookup_state() is called in process context to obtain a handle to a
|
||||||
specific state for a the client device. This operation may be slow too.
|
specific state for a client device. This operation may be slow, too.
|
||||||
|
|
||||||
- pinctrl_select_state() programs pin controller hardware according to the
|
- pinctrl_select_state() programs pin controller hardware according to the
|
||||||
definition of the state as given by the mapping table. In theory this is a
|
definition of the state as given by the mapping table. In theory, this is a
|
||||||
fast-path operation, since it only involved blasting some register settings
|
fast-path operation, since it only involved blasting some register settings
|
||||||
into hardware. However, note that some pin controllers may have their
|
into hardware. However, note that some pin controllers may have their
|
||||||
registers on a slow/IRQ-based bus, so client devices should not assume they
|
registers on a slow/IRQ-based bus, so client devices should not assume they
|
||||||
|
@ -142,4 +142,8 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl@35004800 {
|
||||||
|
compatible = "brcm,capri-pinctrl";
|
||||||
|
reg = <0x35004800 0x430>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
@ -126,3 +126,4 @@ CONFIG_CRC_ITU_T=y
|
|||||||
CONFIG_CRC7=y
|
CONFIG_CRC7=y
|
||||||
CONFIG_XZ_DEC=y
|
CONFIG_XZ_DEC=y
|
||||||
CONFIG_AVERAGE=y
|
CONFIG_AVERAGE=y
|
||||||
|
CONFIG_PINCTRL_CAPRI=y
|
||||||
|
@ -25,6 +25,7 @@ config ARCH_BCM_MOBILE
|
|||||||
select TICK_ONESHOT
|
select TICK_ONESHOT
|
||||||
select CACHE_L2X0
|
select CACHE_L2X0
|
||||||
select HAVE_ARM_ARCH_TIMER
|
select HAVE_ARM_ARCH_TIMER
|
||||||
|
select PINCTRL
|
||||||
help
|
help
|
||||||
This enables support for systems based on Broadcom mobile SoCs.
|
This enables support for systems based on Broadcom mobile SoCs.
|
||||||
It currently supports the 'BCM281XX' family, which includes
|
It currently supports the 'BCM281XX' family, which includes
|
||||||
|
@ -104,6 +104,19 @@ config PINCTRL_BCM2835
|
|||||||
select PINMUX
|
select PINMUX
|
||||||
select PINCONF
|
select PINCONF
|
||||||
|
|
||||||
|
config PINCTRL_CAPRI
|
||||||
|
bool "Broadcom Capri pinctrl driver"
|
||||||
|
depends on OF
|
||||||
|
select PINMUX
|
||||||
|
select PINCONF
|
||||||
|
select GENERIC_PINCONF
|
||||||
|
select REGMAP_MMIO
|
||||||
|
help
|
||||||
|
Say Y here to support Broadcom Capri pinctrl driver, which is used for
|
||||||
|
the BCM281xx SoC family, including BCM11130, BCM11140, BCM11351,
|
||||||
|
BCM28145, and BCM28155 SoCs. This driver requires the pinctrl
|
||||||
|
framework. GPIO is provided by a separate GPIO driver.
|
||||||
|
|
||||||
config PINCTRL_IMX
|
config PINCTRL_IMX
|
||||||
bool
|
bool
|
||||||
select PINMUX
|
select PINMUX
|
||||||
@ -116,15 +129,22 @@ config PINCTRL_IMX1_CORE
|
|||||||
|
|
||||||
config PINCTRL_IMX27
|
config PINCTRL_IMX27
|
||||||
bool "IMX27 pinctrl driver"
|
bool "IMX27 pinctrl driver"
|
||||||
depends on OF
|
|
||||||
depends on SOC_IMX27
|
depends on SOC_IMX27
|
||||||
select PINCTRL_IMX1_CORE
|
select PINCTRL_IMX1_CORE
|
||||||
help
|
help
|
||||||
Say Y here to enable the imx27 pinctrl driver
|
Say Y here to enable the imx27 pinctrl driver
|
||||||
|
|
||||||
|
|
||||||
|
config PINCTRL_IMX25
|
||||||
|
bool "IMX25 pinctrl driver"
|
||||||
|
depends on OF
|
||||||
|
depends on SOC_IMX25
|
||||||
|
select PINCTRL_IMX
|
||||||
|
help
|
||||||
|
Say Y here to enable the imx25 pinctrl driver
|
||||||
|
|
||||||
config PINCTRL_IMX35
|
config PINCTRL_IMX35
|
||||||
bool "IMX35 pinctrl driver"
|
bool "IMX35 pinctrl driver"
|
||||||
depends on OF
|
|
||||||
depends on SOC_IMX35
|
depends on SOC_IMX35
|
||||||
select PINCTRL_IMX
|
select PINCTRL_IMX
|
||||||
help
|
help
|
||||||
@ -132,7 +152,6 @@ config PINCTRL_IMX35
|
|||||||
|
|
||||||
config PINCTRL_IMX50
|
config PINCTRL_IMX50
|
||||||
bool "IMX50 pinctrl driver"
|
bool "IMX50 pinctrl driver"
|
||||||
depends on OF
|
|
||||||
depends on SOC_IMX50
|
depends on SOC_IMX50
|
||||||
select PINCTRL_IMX
|
select PINCTRL_IMX
|
||||||
help
|
help
|
||||||
@ -140,7 +159,6 @@ config PINCTRL_IMX50
|
|||||||
|
|
||||||
config PINCTRL_IMX51
|
config PINCTRL_IMX51
|
||||||
bool "IMX51 pinctrl driver"
|
bool "IMX51 pinctrl driver"
|
||||||
depends on OF
|
|
||||||
depends on SOC_IMX51
|
depends on SOC_IMX51
|
||||||
select PINCTRL_IMX
|
select PINCTRL_IMX
|
||||||
help
|
help
|
||||||
@ -148,7 +166,6 @@ config PINCTRL_IMX51
|
|||||||
|
|
||||||
config PINCTRL_IMX53
|
config PINCTRL_IMX53
|
||||||
bool "IMX53 pinctrl driver"
|
bool "IMX53 pinctrl driver"
|
||||||
depends on OF
|
|
||||||
depends on SOC_IMX53
|
depends on SOC_IMX53
|
||||||
select PINCTRL_IMX
|
select PINCTRL_IMX
|
||||||
help
|
help
|
||||||
@ -156,7 +173,6 @@ config PINCTRL_IMX53
|
|||||||
|
|
||||||
config PINCTRL_IMX6Q
|
config PINCTRL_IMX6Q
|
||||||
bool "IMX6Q/DL pinctrl driver"
|
bool "IMX6Q/DL pinctrl driver"
|
||||||
depends on OF
|
|
||||||
depends on SOC_IMX6Q
|
depends on SOC_IMX6Q
|
||||||
select PINCTRL_IMX
|
select PINCTRL_IMX
|
||||||
help
|
help
|
||||||
@ -164,7 +180,6 @@ config PINCTRL_IMX6Q
|
|||||||
|
|
||||||
config PINCTRL_IMX6SL
|
config PINCTRL_IMX6SL
|
||||||
bool "IMX6SL pinctrl driver"
|
bool "IMX6SL pinctrl driver"
|
||||||
depends on OF
|
|
||||||
depends on SOC_IMX6SL
|
depends on SOC_IMX6SL
|
||||||
select PINCTRL_IMX
|
select PINCTRL_IMX
|
||||||
help
|
help
|
||||||
@ -172,7 +187,6 @@ config PINCTRL_IMX6SL
|
|||||||
|
|
||||||
config PINCTRL_VF610
|
config PINCTRL_VF610
|
||||||
bool "Freescale Vybrid VF610 pinctrl driver"
|
bool "Freescale Vybrid VF610 pinctrl driver"
|
||||||
depends on OF
|
|
||||||
depends on SOC_VF610
|
depends on SOC_VF610
|
||||||
select PINCTRL_IMX
|
select PINCTRL_IMX
|
||||||
help
|
help
|
||||||
@ -202,6 +216,20 @@ config PINCTRL_IMX28
|
|||||||
bool
|
bool
|
||||||
select PINCTRL_MXS
|
select PINCTRL_MXS
|
||||||
|
|
||||||
|
config PINCTRL_MSM
|
||||||
|
tristate
|
||||||
|
select PINMUX
|
||||||
|
select PINCONF
|
||||||
|
select GENERIC_PINCONF
|
||||||
|
|
||||||
|
config PINCTRL_MSM8X74
|
||||||
|
tristate "Qualcomm 8x74 pin controller driver"
|
||||||
|
depends on GPIOLIB && OF && OF_IRQ
|
||||||
|
select PINCTRL_MSM
|
||||||
|
help
|
||||||
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
||||||
|
Qualcomm TLMM block found in the Qualcomm 8974 platform.
|
||||||
|
|
||||||
config PINCTRL_NOMADIK
|
config PINCTRL_NOMADIK
|
||||||
bool "Nomadik pin controller driver"
|
bool "Nomadik pin controller driver"
|
||||||
depends on ARCH_U8500 || ARCH_NOMADIK
|
depends on ARCH_U8500 || ARCH_NOMADIK
|
||||||
@ -268,6 +296,10 @@ config PINCTRL_TEGRA114
|
|||||||
bool
|
bool
|
||||||
select PINCTRL_TEGRA
|
select PINCTRL_TEGRA
|
||||||
|
|
||||||
|
config PINCTRL_TEGRA124
|
||||||
|
bool
|
||||||
|
select PINCTRL_TEGRA
|
||||||
|
|
||||||
config PINCTRL_TZ1090
|
config PINCTRL_TZ1090
|
||||||
bool "Toumaz Xenif TZ1090 pin control driver"
|
bool "Toumaz Xenif TZ1090 pin control driver"
|
||||||
depends on SOC_TZ1090
|
depends on SOC_TZ1090
|
||||||
|
@ -21,6 +21,7 @@ obj-$(CONFIG_PINCTRL_BF60x) += pinctrl-adi2-bf60x.o
|
|||||||
obj-$(CONFIG_PINCTRL_AT91) += pinctrl-at91.o
|
obj-$(CONFIG_PINCTRL_AT91) += pinctrl-at91.o
|
||||||
obj-$(CONFIG_PINCTRL_BCM2835) += pinctrl-bcm2835.o
|
obj-$(CONFIG_PINCTRL_BCM2835) += pinctrl-bcm2835.o
|
||||||
obj-$(CONFIG_PINCTRL_BAYTRAIL) += pinctrl-baytrail.o
|
obj-$(CONFIG_PINCTRL_BAYTRAIL) += pinctrl-baytrail.o
|
||||||
|
obj-$(CONFIG_PINCTRL_CAPRI) += pinctrl-capri.o
|
||||||
obj-$(CONFIG_PINCTRL_IMX) += pinctrl-imx.o
|
obj-$(CONFIG_PINCTRL_IMX) += pinctrl-imx.o
|
||||||
obj-$(CONFIG_PINCTRL_IMX1_CORE) += pinctrl-imx1-core.o
|
obj-$(CONFIG_PINCTRL_IMX1_CORE) += pinctrl-imx1-core.o
|
||||||
obj-$(CONFIG_PINCTRL_IMX27) += pinctrl-imx27.o
|
obj-$(CONFIG_PINCTRL_IMX27) += pinctrl-imx27.o
|
||||||
@ -34,7 +35,10 @@ obj-$(CONFIG_PINCTRL_IMX6SL) += pinctrl-imx6sl.o
|
|||||||
obj-$(CONFIG_PINCTRL_FALCON) += pinctrl-falcon.o
|
obj-$(CONFIG_PINCTRL_FALCON) += pinctrl-falcon.o
|
||||||
obj-$(CONFIG_PINCTRL_MXS) += pinctrl-mxs.o
|
obj-$(CONFIG_PINCTRL_MXS) += pinctrl-mxs.o
|
||||||
obj-$(CONFIG_PINCTRL_IMX23) += pinctrl-imx23.o
|
obj-$(CONFIG_PINCTRL_IMX23) += pinctrl-imx23.o
|
||||||
|
obj-$(CONFIG_PINCTRL_IMX25) += pinctrl-imx25.o
|
||||||
obj-$(CONFIG_PINCTRL_IMX28) += pinctrl-imx28.o
|
obj-$(CONFIG_PINCTRL_IMX28) += pinctrl-imx28.o
|
||||||
|
obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
|
||||||
|
obj-$(CONFIG_PINCTRL_MSM8X74) += pinctrl-msm8x74.o
|
||||||
obj-$(CONFIG_PINCTRL_NOMADIK) += pinctrl-nomadik.o
|
obj-$(CONFIG_PINCTRL_NOMADIK) += pinctrl-nomadik.o
|
||||||
obj-$(CONFIG_PINCTRL_STN8815) += pinctrl-nomadik-stn8815.o
|
obj-$(CONFIG_PINCTRL_STN8815) += pinctrl-nomadik-stn8815.o
|
||||||
obj-$(CONFIG_PINCTRL_DB8500) += pinctrl-nomadik-db8500.o
|
obj-$(CONFIG_PINCTRL_DB8500) += pinctrl-nomadik-db8500.o
|
||||||
@ -48,6 +52,7 @@ obj-$(CONFIG_PINCTRL_TEGRA) += pinctrl-tegra.o
|
|||||||
obj-$(CONFIG_PINCTRL_TEGRA20) += pinctrl-tegra20.o
|
obj-$(CONFIG_PINCTRL_TEGRA20) += pinctrl-tegra20.o
|
||||||
obj-$(CONFIG_PINCTRL_TEGRA30) += pinctrl-tegra30.o
|
obj-$(CONFIG_PINCTRL_TEGRA30) += pinctrl-tegra30.o
|
||||||
obj-$(CONFIG_PINCTRL_TEGRA114) += pinctrl-tegra114.o
|
obj-$(CONFIG_PINCTRL_TEGRA114) += pinctrl-tegra114.o
|
||||||
|
obj-$(CONFIG_PINCTRL_TEGRA124) += pinctrl-tegra124.o
|
||||||
obj-$(CONFIG_PINCTRL_TZ1090) += pinctrl-tz1090.o
|
obj-$(CONFIG_PINCTRL_TZ1090) += pinctrl-tz1090.o
|
||||||
obj-$(CONFIG_PINCTRL_TZ1090_PDC) += pinctrl-tz1090-pdc.o
|
obj-$(CONFIG_PINCTRL_TZ1090_PDC) += pinctrl-tz1090-pdc.o
|
||||||
obj-$(CONFIG_PINCTRL_U300) += pinctrl-u300.o
|
obj-$(CONFIG_PINCTRL_U300) += pinctrl-u300.o
|
||||||
|
@ -48,6 +48,7 @@ static struct pin_config_item conf_items[] = {
|
|||||||
PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_DRAIN, "output drive open drain", NULL),
|
PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_DRAIN, "output drive open drain", NULL),
|
||||||
PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_SOURCE, "output drive open source", NULL),
|
PCONFDUMP(PIN_CONFIG_DRIVE_OPEN_SOURCE, "output drive open source", NULL),
|
||||||
PCONFDUMP(PIN_CONFIG_DRIVE_STRENGTH, "output drive strength", "mA"),
|
PCONFDUMP(PIN_CONFIG_DRIVE_STRENGTH, "output drive strength", "mA"),
|
||||||
|
PCONFDUMP(PIN_CONFIG_INPUT_ENABLE, "input enabled", NULL),
|
||||||
PCONFDUMP(PIN_CONFIG_INPUT_SCHMITT_ENABLE, "input schmitt enabled", NULL),
|
PCONFDUMP(PIN_CONFIG_INPUT_SCHMITT_ENABLE, "input schmitt enabled", NULL),
|
||||||
PCONFDUMP(PIN_CONFIG_INPUT_SCHMITT, "input schmitt trigger", NULL),
|
PCONFDUMP(PIN_CONFIG_INPUT_SCHMITT, "input schmitt trigger", NULL),
|
||||||
PCONFDUMP(PIN_CONFIG_INPUT_DEBOUNCE, "input debounce", "usec"),
|
PCONFDUMP(PIN_CONFIG_INPUT_DEBOUNCE, "input debounce", "usec"),
|
||||||
@ -160,6 +161,8 @@ static struct pinconf_generic_dt_params dt_params[] = {
|
|||||||
{ "drive-open-drain", PIN_CONFIG_DRIVE_OPEN_DRAIN, 0 },
|
{ "drive-open-drain", PIN_CONFIG_DRIVE_OPEN_DRAIN, 0 },
|
||||||
{ "drive-open-source", PIN_CONFIG_DRIVE_OPEN_SOURCE, 0 },
|
{ "drive-open-source", PIN_CONFIG_DRIVE_OPEN_SOURCE, 0 },
|
||||||
{ "drive-strength", PIN_CONFIG_DRIVE_STRENGTH, 0 },
|
{ "drive-strength", PIN_CONFIG_DRIVE_STRENGTH, 0 },
|
||||||
|
{ "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
|
||||||
|
{ "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
|
||||||
{ "input-schmitt-enable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 1 },
|
{ "input-schmitt-enable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 1 },
|
||||||
{ "input-schmitt-disable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 0 },
|
{ "input-schmitt-disable", PIN_CONFIG_INPUT_SCHMITT_ENABLE, 0 },
|
||||||
{ "input-debounce", PIN_CONFIG_INPUT_DEBOUNCE, 0 },
|
{ "input-debounce", PIN_CONFIG_INPUT_DEBOUNCE, 0 },
|
||||||
@ -167,6 +170,7 @@ static struct pinconf_generic_dt_params dt_params[] = {
|
|||||||
{ "low-power-disable", PIN_CONFIG_LOW_POWER_MODE, 0 },
|
{ "low-power-disable", PIN_CONFIG_LOW_POWER_MODE, 0 },
|
||||||
{ "output-low", PIN_CONFIG_OUTPUT, 0, },
|
{ "output-low", PIN_CONFIG_OUTPUT, 0, },
|
||||||
{ "output-high", PIN_CONFIG_OUTPUT, 1, },
|
{ "output-high", PIN_CONFIG_OUTPUT, 1, },
|
||||||
|
{ "slew-rate", PIN_CONFIG_SLEW_RATE, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -28,12 +28,6 @@ int pinconf_check_ops(struct pinctrl_dev *pctldev)
|
|||||||
{
|
{
|
||||||
const struct pinconf_ops *ops = pctldev->desc->confops;
|
const struct pinconf_ops *ops = pctldev->desc->confops;
|
||||||
|
|
||||||
/* We must be able to read out pin status */
|
|
||||||
if (!ops->pin_config_get && !ops->pin_config_group_get) {
|
|
||||||
dev_err(pctldev->dev,
|
|
||||||
"pinconf must be able to read out pin status\n");
|
|
||||||
return -EINVAL;
|
|
||||||
}
|
|
||||||
/* We have to be able to config the pins in SOME way */
|
/* We have to be able to config the pins in SOME way */
|
||||||
if (!ops->pin_config_set && !ops->pin_config_group_set) {
|
if (!ops->pin_config_set && !ops->pin_config_group_set) {
|
||||||
dev_err(pctldev->dev,
|
dev_err(pctldev->dev,
|
||||||
@ -67,9 +61,9 @@ int pin_config_get_for_pin(struct pinctrl_dev *pctldev, unsigned pin,
|
|||||||
const struct pinconf_ops *ops = pctldev->desc->confops;
|
const struct pinconf_ops *ops = pctldev->desc->confops;
|
||||||
|
|
||||||
if (!ops || !ops->pin_config_get) {
|
if (!ops || !ops->pin_config_get) {
|
||||||
dev_err(pctldev->dev, "cannot get pin configuration, missing "
|
dev_dbg(pctldev->dev, "cannot get pin configuration, missing "
|
||||||
"pin_config_get() function in driver\n");
|
"pin_config_get() function in driver\n");
|
||||||
return -EINVAL;
|
return -ENOTSUPP;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ops->pin_config_get(pctldev, pin, config);
|
return ops->pin_config_get(pctldev, pin, config);
|
||||||
@ -93,10 +87,10 @@ int pin_config_group_get(const char *dev_name, const char *pin_group,
|
|||||||
ops = pctldev->desc->confops;
|
ops = pctldev->desc->confops;
|
||||||
|
|
||||||
if (!ops || !ops->pin_config_group_get) {
|
if (!ops || !ops->pin_config_group_get) {
|
||||||
dev_err(pctldev->dev, "cannot get configuration for pin "
|
dev_dbg(pctldev->dev, "cannot get configuration for pin "
|
||||||
"group, missing group config get function in "
|
"group, missing group config get function in "
|
||||||
"driver\n");
|
"driver\n");
|
||||||
ret = -EINVAL;
|
ret = -ENOTSUPP;
|
||||||
goto unlock;
|
goto unlock;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -302,12 +296,8 @@ static void pinconf_dump_pin(struct pinctrl_dev *pctldev,
|
|||||||
static int pinconf_pins_show(struct seq_file *s, void *what)
|
static int pinconf_pins_show(struct seq_file *s, void *what)
|
||||||
{
|
{
|
||||||
struct pinctrl_dev *pctldev = s->private;
|
struct pinctrl_dev *pctldev = s->private;
|
||||||
const struct pinconf_ops *ops = pctldev->desc->confops;
|
|
||||||
unsigned i, pin;
|
unsigned i, pin;
|
||||||
|
|
||||||
if (!ops || !ops->pin_config_get)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
seq_puts(s, "Pin config settings per pin\n");
|
seq_puts(s, "Pin config settings per pin\n");
|
||||||
seq_puts(s, "Format: pin (name): configs\n");
|
seq_puts(s, "Format: pin (name): configs\n");
|
||||||
|
|
||||||
@ -352,13 +342,9 @@ static int pinconf_groups_show(struct seq_file *s, void *what)
|
|||||||
{
|
{
|
||||||
struct pinctrl_dev *pctldev = s->private;
|
struct pinctrl_dev *pctldev = s->private;
|
||||||
const struct pinctrl_ops *pctlops = pctldev->desc->pctlops;
|
const struct pinctrl_ops *pctlops = pctldev->desc->pctlops;
|
||||||
const struct pinconf_ops *ops = pctldev->desc->confops;
|
|
||||||
unsigned ngroups = pctlops->get_groups_count(pctldev);
|
unsigned ngroups = pctlops->get_groups_count(pctldev);
|
||||||
unsigned selector = 0;
|
unsigned selector = 0;
|
||||||
|
|
||||||
if (!ops || !ops->pin_config_group_get)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
seq_puts(s, "Pin config settings per pin group\n");
|
seq_puts(s, "Pin config settings per pin group\n");
|
||||||
seq_puts(s, "Format: group (name): configs\n");
|
seq_puts(s, "Format: group (name): configs\n");
|
||||||
|
|
||||||
|
@ -250,6 +250,26 @@ static int as3722_pinctrl_enable(struct pinctrl_dev *pctldev, unsigned function,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
as_pci->gpio_control[group].io_function = function;
|
as_pci->gpio_control[group].io_function = function;
|
||||||
|
|
||||||
|
switch (val) {
|
||||||
|
case AS3722_GPIO_IOSF_SD0_OUT:
|
||||||
|
case AS3722_GPIO_IOSF_PWR_GOOD_OUT:
|
||||||
|
case AS3722_GPIO_IOSF_Q32K_OUT:
|
||||||
|
case AS3722_GPIO_IOSF_PWM_OUT:
|
||||||
|
case AS3722_GPIO_IOSF_SD6_LOW_VOLT_LOW:
|
||||||
|
ret = as3722_update_bits(as_pci->as3722, gpio_cntr_reg,
|
||||||
|
AS3722_GPIO_MODE_MASK, AS3722_GPIO_MODE_OUTPUT_VDDH);
|
||||||
|
if (ret < 0) {
|
||||||
|
dev_err(as_pci->dev, "GPIO%d_CTRL update failed %d\n",
|
||||||
|
group, ret);
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
as_pci->gpio_control[group].mode_prop =
|
||||||
|
AS3722_GPIO_MODE_OUTPUT_VDDH;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ struct at91_pin_group {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct at91_pinctrl_mux_ops - describes an At91 mux ops group
|
* struct at91_pinctrl_mux_ops - describes an AT91 mux ops group
|
||||||
* on new IP with support for periph C and D the way to mux in
|
* on new IP with support for periph C and D the way to mux in
|
||||||
* periph A and B has changed
|
* periph A and B has changed
|
||||||
* So provide the right call back
|
* So provide the right call back
|
||||||
@ -722,7 +722,8 @@ static int at91_pinconf_get(struct pinctrl_dev *pctldev,
|
|||||||
unsigned pin;
|
unsigned pin;
|
||||||
int div;
|
int div;
|
||||||
|
|
||||||
dev_dbg(info->dev, "%s:%d, pin_id=%d, config=0x%lx", __func__, __LINE__, pin_id, *config);
|
*config = 0;
|
||||||
|
dev_dbg(info->dev, "%s:%d, pin_id=%d", __func__, __LINE__, pin_id);
|
||||||
pio = pin_to_controller(info, pin_to_bank(pin_id));
|
pio = pin_to_controller(info, pin_to_bank(pin_id));
|
||||||
pin = pin_id % MAX_NB_GPIO_PER_BANK;
|
pin = pin_id % MAX_NB_GPIO_PER_BANK;
|
||||||
|
|
||||||
@ -783,10 +784,35 @@ static int at91_pinconf_set(struct pinctrl_dev *pctldev,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define DBG_SHOW_FLAG(flag) do { \
|
||||||
|
if (config & flag) { \
|
||||||
|
if (num_conf) \
|
||||||
|
seq_puts(s, "|"); \
|
||||||
|
seq_puts(s, #flag); \
|
||||||
|
num_conf++; \
|
||||||
|
} \
|
||||||
|
} while (0)
|
||||||
|
|
||||||
static void at91_pinconf_dbg_show(struct pinctrl_dev *pctldev,
|
static void at91_pinconf_dbg_show(struct pinctrl_dev *pctldev,
|
||||||
struct seq_file *s, unsigned pin_id)
|
struct seq_file *s, unsigned pin_id)
|
||||||
{
|
{
|
||||||
|
unsigned long config;
|
||||||
|
int ret, val, num_conf = 0;
|
||||||
|
|
||||||
|
ret = at91_pinconf_get(pctldev, pin_id, &config);
|
||||||
|
|
||||||
|
DBG_SHOW_FLAG(MULTI_DRIVE);
|
||||||
|
DBG_SHOW_FLAG(PULL_UP);
|
||||||
|
DBG_SHOW_FLAG(PULL_DOWN);
|
||||||
|
DBG_SHOW_FLAG(DIS_SCHMIT);
|
||||||
|
DBG_SHOW_FLAG(DEGLITCH);
|
||||||
|
DBG_SHOW_FLAG(DEBOUNCE);
|
||||||
|
if (config & DEBOUNCE) {
|
||||||
|
val = config >> DEBOUNCE_VAL_SHIFT;
|
||||||
|
seq_printf(s, "(%d)", val);
|
||||||
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void at91_pinconf_group_dbg_show(struct pinctrl_dev *pctldev,
|
static void at91_pinconf_group_dbg_show(struct pinctrl_dev *pctldev,
|
||||||
@ -1339,13 +1365,11 @@ void at91_pinctrl_gpio_suspend(void)
|
|||||||
__raw_writel(backups[i], pio + PIO_IDR);
|
__raw_writel(backups[i], pio + PIO_IDR);
|
||||||
__raw_writel(wakeups[i], pio + PIO_IER);
|
__raw_writel(wakeups[i], pio + PIO_IER);
|
||||||
|
|
||||||
if (!wakeups[i]) {
|
if (!wakeups[i])
|
||||||
clk_unprepare(gpio_chips[i]->clock);
|
clk_disable_unprepare(gpio_chips[i]->clock);
|
||||||
clk_disable(gpio_chips[i]->clock);
|
else
|
||||||
} else {
|
|
||||||
printk(KERN_DEBUG "GPIO-%c may wake for %08x\n",
|
printk(KERN_DEBUG "GPIO-%c may wake for %08x\n",
|
||||||
'A'+i, wakeups[i]);
|
'A'+i, wakeups[i]);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1361,10 +1385,8 @@ void at91_pinctrl_gpio_resume(void)
|
|||||||
|
|
||||||
pio = gpio_chips[i]->regbase;
|
pio = gpio_chips[i]->regbase;
|
||||||
|
|
||||||
if (!wakeups[i]) {
|
if (!wakeups[i])
|
||||||
if (clk_prepare(gpio_chips[i]->clock) == 0)
|
clk_prepare_enable(gpio_chips[i]->clock);
|
||||||
clk_enable(gpio_chips[i]->clock);
|
|
||||||
}
|
|
||||||
|
|
||||||
__raw_writel(wakeups[i], pio + PIO_IDR);
|
__raw_writel(wakeups[i], pio + PIO_IDR);
|
||||||
__raw_writel(backups[i], pio + PIO_IER);
|
__raw_writel(backups[i], pio + PIO_IER);
|
||||||
@ -1396,7 +1418,7 @@ static void gpio_irq_handler(unsigned irq, struct irq_desc *desc)
|
|||||||
chained_irq_enter(chip, desc);
|
chained_irq_enter(chip, desc);
|
||||||
for (;;) {
|
for (;;) {
|
||||||
/* Reading ISR acks pending (edge triggered) GPIO interrupts.
|
/* Reading ISR acks pending (edge triggered) GPIO interrupts.
|
||||||
* When there none are pending, we're finished unless we need
|
* When there are none pending, we're finished unless we need
|
||||||
* to process multiple banks (like ID_PIOCDE on sam9263).
|
* to process multiple banks (like ID_PIOCDE on sam9263).
|
||||||
*/
|
*/
|
||||||
isr = readl_relaxed(pio + PIO_ISR) & readl_relaxed(pio + PIO_IMR);
|
isr = readl_relaxed(pio + PIO_ISR) & readl_relaxed(pio + PIO_IMR);
|
||||||
@ -1505,7 +1527,7 @@ static int at91_gpio_of_irq_setup(struct device_node *node,
|
|||||||
prev = gpio_chips[at91_gpio->pioc_idx - 1];
|
prev = gpio_chips[at91_gpio->pioc_idx - 1];
|
||||||
|
|
||||||
/* The top level handler handles one bank of GPIOs, except
|
/* The top level handler handles one bank of GPIOs, except
|
||||||
* on some SoC it can handles up to three...
|
* on some SoC it can handle up to three...
|
||||||
* We only set up the handler for the first of the list.
|
* We only set up the handler for the first of the list.
|
||||||
*/
|
*/
|
||||||
if (prev && prev->next == at91_gpio)
|
if (prev && prev->next == at91_gpio)
|
||||||
|
@ -285,13 +285,19 @@ static void byt_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip)
|
|||||||
spin_lock_irqsave(&vg->lock, flags);
|
spin_lock_irqsave(&vg->lock, flags);
|
||||||
|
|
||||||
for (i = 0; i < vg->chip.ngpio; i++) {
|
for (i = 0; i < vg->chip.ngpio; i++) {
|
||||||
|
const char *label;
|
||||||
offs = vg->range->pins[i] * 16;
|
offs = vg->range->pins[i] * 16;
|
||||||
conf0 = readl(vg->reg_base + offs + BYT_CONF0_REG);
|
conf0 = readl(vg->reg_base + offs + BYT_CONF0_REG);
|
||||||
val = readl(vg->reg_base + offs + BYT_VAL_REG);
|
val = readl(vg->reg_base + offs + BYT_VAL_REG);
|
||||||
|
|
||||||
|
label = gpiochip_is_requested(chip, i);
|
||||||
|
if (!label)
|
||||||
|
label = "Unrequested";
|
||||||
|
|
||||||
seq_printf(s,
|
seq_printf(s,
|
||||||
" gpio-%-3d %s %s %s pad-%-3d offset:0x%03x mux:%d %s%s%s\n",
|
" gpio-%-3d (%-20.20s) %s %s %s pad-%-3d offset:0x%03x mux:%d %s%s%s\n",
|
||||||
i,
|
i,
|
||||||
|
label,
|
||||||
val & BYT_INPUT_EN ? " " : "in",
|
val & BYT_INPUT_EN ? " " : "in",
|
||||||
val & BYT_OUTPUT_EN ? " " : "out",
|
val & BYT_OUTPUT_EN ? " " : "out",
|
||||||
val & BYT_LEVEL ? "hi" : "lo",
|
val & BYT_LEVEL ? "hi" : "lo",
|
||||||
@ -365,11 +371,33 @@ static void byt_irq_mask(struct irq_data *d)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static unsigned int byt_irq_startup(struct irq_data *d)
|
||||||
|
{
|
||||||
|
struct byt_gpio *vg = irq_data_get_irq_chip_data(d);
|
||||||
|
|
||||||
|
if (gpio_lock_as_irq(&vg->chip, irqd_to_hwirq(d)))
|
||||||
|
dev_err(vg->chip.dev,
|
||||||
|
"unable to lock HW IRQ %lu for IRQ\n",
|
||||||
|
irqd_to_hwirq(d));
|
||||||
|
byt_irq_unmask(d);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void byt_irq_shutdown(struct irq_data *d)
|
||||||
|
{
|
||||||
|
struct byt_gpio *vg = irq_data_get_irq_chip_data(d);
|
||||||
|
|
||||||
|
byt_irq_mask(d);
|
||||||
|
gpio_unlock_as_irq(&vg->chip, irqd_to_hwirq(d));
|
||||||
|
}
|
||||||
|
|
||||||
static struct irq_chip byt_irqchip = {
|
static struct irq_chip byt_irqchip = {
|
||||||
.name = "BYT-GPIO",
|
.name = "BYT-GPIO",
|
||||||
.irq_mask = byt_irq_mask,
|
.irq_mask = byt_irq_mask,
|
||||||
.irq_unmask = byt_irq_unmask,
|
.irq_unmask = byt_irq_unmask,
|
||||||
.irq_set_type = byt_irq_type,
|
.irq_set_type = byt_irq_type,
|
||||||
|
.irq_startup = byt_irq_startup,
|
||||||
|
.irq_shutdown = byt_irq_shutdown,
|
||||||
};
|
};
|
||||||
|
|
||||||
static void byt_gpio_irq_init_hw(struct byt_gpio *vg)
|
static void byt_gpio_irq_init_hw(struct byt_gpio *vg)
|
||||||
|
1454
drivers/pinctrl/pinctrl-capri.c
Normal file
1454
drivers/pinctrl/pinctrl-capri.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -638,6 +638,13 @@ int imx1_pinctrl_core_probe(struct platform_device *pdev,
|
|||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ret = of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev);
|
||||||
|
if (ret) {
|
||||||
|
pinctrl_unregister(ipctl->pctl);
|
||||||
|
dev_err(&pdev->dev, "Failed to populate subdevices\n");
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
dev_info(&pdev->dev, "initialized IMX pinctrl driver\n");
|
dev_info(&pdev->dev, "initialized IMX pinctrl driver\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
351
drivers/pinctrl/pinctrl-imx25.c
Normal file
351
drivers/pinctrl/pinctrl-imx25.c
Normal file
@ -0,0 +1,351 @@
|
|||||||
|
/*
|
||||||
|
* imx25 pinctrl driver.
|
||||||
|
*
|
||||||
|
* Copyright 2013 Eukréa Electromatique <denis@eukrea.com>
|
||||||
|
*
|
||||||
|
* This driver was mostly copied from the imx51 pinctrl driver which has:
|
||||||
|
*
|
||||||
|
* Copyright (C) 2012 Freescale Semiconductor, Inc.
|
||||||
|
* Copyright (C) 2012 Linaro, Inc.
|
||||||
|
*
|
||||||
|
* Author: Denis Carikli <denis@eukrea.com>
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License version 2 as published
|
||||||
|
* by the Free Software Foundation.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <linux/err.h>
|
||||||
|
#include <linux/init.h>
|
||||||
|
#include <linux/io.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
#include <linux/of.h>
|
||||||
|
#include <linux/of_device.h>
|
||||||
|
#include <linux/pinctrl/pinctrl.h>
|
||||||
|
|
||||||
|
#include "pinctrl-imx.h"
|
||||||
|
|
||||||
|
enum imx25_pads {
|
||||||
|
MX25_PAD_RESERVE0 = 1,
|
||||||
|
MX25_PAD_RESERVE1 = 2,
|
||||||
|
MX25_PAD_A10 = 3,
|
||||||
|
MX25_PAD_A13 = 4,
|
||||||
|
MX25_PAD_A14 = 5,
|
||||||
|
MX25_PAD_A15 = 6,
|
||||||
|
MX25_PAD_A16 = 7,
|
||||||
|
MX25_PAD_A17 = 8,
|
||||||
|
MX25_PAD_A18 = 9,
|
||||||
|
MX25_PAD_A19 = 10,
|
||||||
|
MX25_PAD_A20 = 11,
|
||||||
|
MX25_PAD_A21 = 12,
|
||||||
|
MX25_PAD_A22 = 13,
|
||||||
|
MX25_PAD_A23 = 14,
|
||||||
|
MX25_PAD_A24 = 15,
|
||||||
|
MX25_PAD_A25 = 16,
|
||||||
|
MX25_PAD_EB0 = 17,
|
||||||
|
MX25_PAD_EB1 = 18,
|
||||||
|
MX25_PAD_OE = 19,
|
||||||
|
MX25_PAD_CS0 = 20,
|
||||||
|
MX25_PAD_CS1 = 21,
|
||||||
|
MX25_PAD_CS4 = 22,
|
||||||
|
MX25_PAD_CS5 = 23,
|
||||||
|
MX25_PAD_NF_CE0 = 24,
|
||||||
|
MX25_PAD_ECB = 25,
|
||||||
|
MX25_PAD_LBA = 26,
|
||||||
|
MX25_PAD_BCLK = 27,
|
||||||
|
MX25_PAD_RW = 28,
|
||||||
|
MX25_PAD_NFWE_B = 29,
|
||||||
|
MX25_PAD_NFRE_B = 30,
|
||||||
|
MX25_PAD_NFALE = 31,
|
||||||
|
MX25_PAD_NFCLE = 32,
|
||||||
|
MX25_PAD_NFWP_B = 33,
|
||||||
|
MX25_PAD_NFRB = 34,
|
||||||
|
MX25_PAD_D15 = 35,
|
||||||
|
MX25_PAD_D14 = 36,
|
||||||
|
MX25_PAD_D13 = 37,
|
||||||
|
MX25_PAD_D12 = 38,
|
||||||
|
MX25_PAD_D11 = 39,
|
||||||
|
MX25_PAD_D10 = 40,
|
||||||
|
MX25_PAD_D9 = 41,
|
||||||
|
MX25_PAD_D8 = 42,
|
||||||
|
MX25_PAD_D7 = 43,
|
||||||
|
MX25_PAD_D6 = 44,
|
||||||
|
MX25_PAD_D5 = 45,
|
||||||
|
MX25_PAD_D4 = 46,
|
||||||
|
MX25_PAD_D3 = 47,
|
||||||
|
MX25_PAD_D2 = 48,
|
||||||
|
MX25_PAD_D1 = 49,
|
||||||
|
MX25_PAD_D0 = 50,
|
||||||
|
MX25_PAD_LD0 = 51,
|
||||||
|
MX25_PAD_LD1 = 52,
|
||||||
|
MX25_PAD_LD2 = 53,
|
||||||
|
MX25_PAD_LD3 = 54,
|
||||||
|
MX25_PAD_LD4 = 55,
|
||||||
|
MX25_PAD_LD5 = 56,
|
||||||
|
MX25_PAD_LD6 = 57,
|
||||||
|
MX25_PAD_LD7 = 58,
|
||||||
|
MX25_PAD_LD8 = 59,
|
||||||
|
MX25_PAD_LD9 = 60,
|
||||||
|
MX25_PAD_LD10 = 61,
|
||||||
|
MX25_PAD_LD11 = 62,
|
||||||
|
MX25_PAD_LD12 = 63,
|
||||||
|
MX25_PAD_LD13 = 64,
|
||||||
|
MX25_PAD_LD14 = 65,
|
||||||
|
MX25_PAD_LD15 = 66,
|
||||||
|
MX25_PAD_HSYNC = 67,
|
||||||
|
MX25_PAD_VSYNC = 68,
|
||||||
|
MX25_PAD_LSCLK = 69,
|
||||||
|
MX25_PAD_OE_ACD = 70,
|
||||||
|
MX25_PAD_CONTRAST = 71,
|
||||||
|
MX25_PAD_PWM = 72,
|
||||||
|
MX25_PAD_CSI_D2 = 73,
|
||||||
|
MX25_PAD_CSI_D3 = 74,
|
||||||
|
MX25_PAD_CSI_D4 = 75,
|
||||||
|
MX25_PAD_CSI_D5 = 76,
|
||||||
|
MX25_PAD_CSI_D6 = 77,
|
||||||
|
MX25_PAD_CSI_D7 = 78,
|
||||||
|
MX25_PAD_CSI_D8 = 79,
|
||||||
|
MX25_PAD_CSI_D9 = 80,
|
||||||
|
MX25_PAD_CSI_MCLK = 81,
|
||||||
|
MX25_PAD_CSI_VSYNC = 82,
|
||||||
|
MX25_PAD_CSI_HSYNC = 83,
|
||||||
|
MX25_PAD_CSI_PIXCLK = 84,
|
||||||
|
MX25_PAD_I2C1_CLK = 85,
|
||||||
|
MX25_PAD_I2C1_DAT = 86,
|
||||||
|
MX25_PAD_CSPI1_MOSI = 87,
|
||||||
|
MX25_PAD_CSPI1_MISO = 88,
|
||||||
|
MX25_PAD_CSPI1_SS0 = 89,
|
||||||
|
MX25_PAD_CSPI1_SS1 = 90,
|
||||||
|
MX25_PAD_CSPI1_SCLK = 91,
|
||||||
|
MX25_PAD_CSPI1_RDY = 92,
|
||||||
|
MX25_PAD_UART1_RXD = 93,
|
||||||
|
MX25_PAD_UART1_TXD = 94,
|
||||||
|
MX25_PAD_UART1_RTS = 95,
|
||||||
|
MX25_PAD_UART1_CTS = 96,
|
||||||
|
MX25_PAD_UART2_RXD = 97,
|
||||||
|
MX25_PAD_UART2_TXD = 98,
|
||||||
|
MX25_PAD_UART2_RTS = 99,
|
||||||
|
MX25_PAD_UART2_CTS = 100,
|
||||||
|
MX25_PAD_SD1_CMD = 101,
|
||||||
|
MX25_PAD_SD1_CLK = 102,
|
||||||
|
MX25_PAD_SD1_DATA0 = 103,
|
||||||
|
MX25_PAD_SD1_DATA1 = 104,
|
||||||
|
MX25_PAD_SD1_DATA2 = 105,
|
||||||
|
MX25_PAD_SD1_DATA3 = 106,
|
||||||
|
MX25_PAD_KPP_ROW0 = 107,
|
||||||
|
MX25_PAD_KPP_ROW1 = 108,
|
||||||
|
MX25_PAD_KPP_ROW2 = 109,
|
||||||
|
MX25_PAD_KPP_ROW3 = 110,
|
||||||
|
MX25_PAD_KPP_COL0 = 111,
|
||||||
|
MX25_PAD_KPP_COL1 = 112,
|
||||||
|
MX25_PAD_KPP_COL2 = 113,
|
||||||
|
MX25_PAD_KPP_COL3 = 114,
|
||||||
|
MX25_PAD_FEC_MDC = 115,
|
||||||
|
MX25_PAD_FEC_MDIO = 116,
|
||||||
|
MX25_PAD_FEC_TDATA0 = 117,
|
||||||
|
MX25_PAD_FEC_TDATA1 = 118,
|
||||||
|
MX25_PAD_FEC_TX_EN = 119,
|
||||||
|
MX25_PAD_FEC_RDATA0 = 120,
|
||||||
|
MX25_PAD_FEC_RDATA1 = 121,
|
||||||
|
MX25_PAD_FEC_RX_DV = 122,
|
||||||
|
MX25_PAD_FEC_TX_CLK = 123,
|
||||||
|
MX25_PAD_RTCK = 124,
|
||||||
|
MX25_PAD_DE_B = 125,
|
||||||
|
MX25_PAD_GPIO_A = 126,
|
||||||
|
MX25_PAD_GPIO_B = 127,
|
||||||
|
MX25_PAD_GPIO_C = 128,
|
||||||
|
MX25_PAD_GPIO_D = 129,
|
||||||
|
MX25_PAD_GPIO_E = 130,
|
||||||
|
MX25_PAD_GPIO_F = 131,
|
||||||
|
MX25_PAD_EXT_ARMCLK = 132,
|
||||||
|
MX25_PAD_UPLL_BYPCLK = 133,
|
||||||
|
MX25_PAD_VSTBY_REQ = 134,
|
||||||
|
MX25_PAD_VSTBY_ACK = 135,
|
||||||
|
MX25_PAD_POWER_FAIL = 136,
|
||||||
|
MX25_PAD_CLKO = 137,
|
||||||
|
MX25_PAD_BOOT_MODE0 = 138,
|
||||||
|
MX25_PAD_BOOT_MODE1 = 139,
|
||||||
|
};
|
||||||
|
|
||||||
|
/* Pad names for the pinmux subsystem */
|
||||||
|
static const struct pinctrl_pin_desc imx25_pinctrl_pads[] = {
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_RESERVE0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_RESERVE1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A10),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A13),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A14),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A15),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A16),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A17),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A18),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A19),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A20),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A21),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A22),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A23),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A24),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_A25),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_EB0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_EB1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_OE),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CS0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CS1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CS4),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CS5),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_NF_CE0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_ECB),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LBA),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_BCLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_RW),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_NFWE_B),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_NFRE_B),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_NFALE),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_NFCLE),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_NFWP_B),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_NFRB),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D15),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D14),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D13),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D12),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D11),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D10),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D9),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D8),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D7),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D6),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D5),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D4),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D3),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D2),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_D0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD2),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD3),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD4),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD5),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD6),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD7),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD8),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD9),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD10),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD11),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD12),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD13),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD14),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LD15),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_HSYNC),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_VSYNC),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_LSCLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_OE_ACD),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CONTRAST),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_PWM),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_D2),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_D3),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_D4),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_D5),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_D6),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_D7),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_D8),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_D9),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_MCLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_VSYNC),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_HSYNC),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSI_PIXCLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_I2C1_CLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_I2C1_DAT),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSPI1_MOSI),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSPI1_MISO),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSPI1_SS0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSPI1_SS1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSPI1_SCLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CSPI1_RDY),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_UART1_RXD),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_UART1_TXD),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_UART1_RTS),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_UART1_CTS),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_UART2_RXD),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_UART2_TXD),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_UART2_RTS),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_UART2_CTS),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_SD1_CMD),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_SD1_CLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_SD1_DATA0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_SD1_DATA1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_SD1_DATA2),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_SD1_DATA3),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_KPP_ROW0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_KPP_ROW1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_KPP_ROW2),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_KPP_ROW3),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_KPP_COL0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_KPP_COL1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_KPP_COL2),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_KPP_COL3),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_FEC_MDC),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_FEC_MDIO),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_FEC_TDATA0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_FEC_TDATA1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_FEC_TX_EN),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_FEC_RDATA0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_FEC_RDATA1),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_FEC_RX_DV),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_FEC_TX_CLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_RTCK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_DE_B),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_GPIO_A),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_GPIO_B),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_GPIO_C),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_GPIO_D),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_GPIO_E),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_GPIO_F),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_EXT_ARMCLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_UPLL_BYPCLK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_VSTBY_REQ),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_VSTBY_ACK),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_POWER_FAIL),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_CLKO),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_BOOT_MODE0),
|
||||||
|
IMX_PINCTRL_PIN(MX25_PAD_BOOT_MODE1),
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct imx_pinctrl_soc_info imx25_pinctrl_info = {
|
||||||
|
.pins = imx25_pinctrl_pads,
|
||||||
|
.npins = ARRAY_SIZE(imx25_pinctrl_pads),
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct of_device_id imx25_pinctrl_of_match[] = {
|
||||||
|
{ .compatible = "fsl,imx25-iomuxc", },
|
||||||
|
{ /* sentinel */ }
|
||||||
|
};
|
||||||
|
|
||||||
|
static int imx25_pinctrl_probe(struct platform_device *pdev)
|
||||||
|
{
|
||||||
|
return imx_pinctrl_probe(pdev, &imx25_pinctrl_info);
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct platform_driver imx25_pinctrl_driver = {
|
||||||
|
.driver = {
|
||||||
|
.name = "imx25-pinctrl",
|
||||||
|
.owner = THIS_MODULE,
|
||||||
|
.of_match_table = of_match_ptr(imx25_pinctrl_of_match),
|
||||||
|
},
|
||||||
|
.probe = imx25_pinctrl_probe,
|
||||||
|
.remove = imx_pinctrl_remove,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int __init imx25_pinctrl_init(void)
|
||||||
|
{
|
||||||
|
return platform_driver_register(&imx25_pinctrl_driver);
|
||||||
|
}
|
||||||
|
arch_initcall(imx25_pinctrl_init);
|
||||||
|
|
||||||
|
static void __exit imx25_pinctrl_exit(void)
|
||||||
|
{
|
||||||
|
platform_driver_unregister(&imx25_pinctrl_driver);
|
||||||
|
}
|
||||||
|
module_exit(imx25_pinctrl_exit);
|
||||||
|
MODULE_AUTHOR("Denis Carikli <denis@eukrea.com>");
|
||||||
|
MODULE_DESCRIPTION("Freescale IMX25 pinctrl driver");
|
||||||
|
MODULE_LICENSE("GPL v2");
|
990
drivers/pinctrl/pinctrl-msm.c
Normal file
990
drivers/pinctrl/pinctrl-msm.c
Normal file
@ -0,0 +1,990 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2013, Sony Mobile Communications AB.
|
||||||
|
* Copyright (c) 2013, The Linux Foundation. All rights reserved.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
* only version 2 as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <linux/err.h>
|
||||||
|
#include <linux/irqdomain.h>
|
||||||
|
#include <linux/io.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
#include <linux/of.h>
|
||||||
|
#include <linux/platform_device.h>
|
||||||
|
#include <linux/pinctrl/machine.h>
|
||||||
|
#include <linux/pinctrl/pinctrl.h>
|
||||||
|
#include <linux/pinctrl/pinmux.h>
|
||||||
|
#include <linux/pinctrl/pinconf.h>
|
||||||
|
#include <linux/pinctrl/pinconf-generic.h>
|
||||||
|
#include <linux/slab.h>
|
||||||
|
#include <linux/gpio.h>
|
||||||
|
#include <linux/interrupt.h>
|
||||||
|
#include <linux/irq.h>
|
||||||
|
#include <linux/irqchip/chained_irq.h>
|
||||||
|
#include <linux/of_irq.h>
|
||||||
|
#include <linux/spinlock.h>
|
||||||
|
|
||||||
|
#include "core.h"
|
||||||
|
#include "pinconf.h"
|
||||||
|
#include "pinctrl-msm.h"
|
||||||
|
#include "pinctrl-utils.h"
|
||||||
|
|
||||||
|
#define MAX_NR_GPIO 300
|
||||||
|
|
||||||
|
/**
|
||||||
|
* struct msm_pinctrl - state for a pinctrl-msm device
|
||||||
|
* @dev: device handle.
|
||||||
|
* @pctrl: pinctrl handle.
|
||||||
|
* @domain: irqdomain handle.
|
||||||
|
* @chip: gpiochip handle.
|
||||||
|
* @irq: parent irq for the TLMM irq_chip.
|
||||||
|
* @lock: Spinlock to protect register resources as well
|
||||||
|
* as msm_pinctrl data structures.
|
||||||
|
* @enabled_irqs: Bitmap of currently enabled irqs.
|
||||||
|
* @dual_edge_irqs: Bitmap of irqs that need sw emulated dual edge
|
||||||
|
* detection.
|
||||||
|
* @wake_irqs: Bitmap of irqs with requested as wakeup source.
|
||||||
|
* @soc; Reference to soc_data of platform specific data.
|
||||||
|
* @regs: Base address for the TLMM register map.
|
||||||
|
*/
|
||||||
|
struct msm_pinctrl {
|
||||||
|
struct device *dev;
|
||||||
|
struct pinctrl_dev *pctrl;
|
||||||
|
struct irq_domain *domain;
|
||||||
|
struct gpio_chip chip;
|
||||||
|
int irq;
|
||||||
|
|
||||||
|
spinlock_t lock;
|
||||||
|
|
||||||
|
DECLARE_BITMAP(dual_edge_irqs, MAX_NR_GPIO);
|
||||||
|
DECLARE_BITMAP(enabled_irqs, MAX_NR_GPIO);
|
||||||
|
DECLARE_BITMAP(wake_irqs, MAX_NR_GPIO);
|
||||||
|
|
||||||
|
const struct msm_pinctrl_soc_data *soc;
|
||||||
|
void __iomem *regs;
|
||||||
|
};
|
||||||
|
|
||||||
|
static int msm_get_groups_count(struct pinctrl_dev *pctldev)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
|
||||||
|
return pctrl->soc->ngroups;
|
||||||
|
}
|
||||||
|
|
||||||
|
static const char *msm_get_group_name(struct pinctrl_dev *pctldev,
|
||||||
|
unsigned group)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
|
||||||
|
return pctrl->soc->groups[group].name;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_get_group_pins(struct pinctrl_dev *pctldev,
|
||||||
|
unsigned group,
|
||||||
|
const unsigned **pins,
|
||||||
|
unsigned *num_pins)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
|
||||||
|
*pins = pctrl->soc->groups[group].pins;
|
||||||
|
*num_pins = pctrl->soc->groups[group].npins;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static const struct pinctrl_ops msm_pinctrl_ops = {
|
||||||
|
.get_groups_count = msm_get_groups_count,
|
||||||
|
.get_group_name = msm_get_group_name,
|
||||||
|
.get_group_pins = msm_get_group_pins,
|
||||||
|
.dt_node_to_map = pinconf_generic_dt_node_to_map_group,
|
||||||
|
.dt_free_map = pinctrl_utils_dt_free_map,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int msm_get_functions_count(struct pinctrl_dev *pctldev)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
|
||||||
|
return pctrl->soc->nfunctions;
|
||||||
|
}
|
||||||
|
|
||||||
|
static const char *msm_get_function_name(struct pinctrl_dev *pctldev,
|
||||||
|
unsigned function)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
|
||||||
|
return pctrl->soc->functions[function].name;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_get_function_groups(struct pinctrl_dev *pctldev,
|
||||||
|
unsigned function,
|
||||||
|
const char * const **groups,
|
||||||
|
unsigned * const num_groups)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
|
||||||
|
*groups = pctrl->soc->functions[function].groups;
|
||||||
|
*num_groups = pctrl->soc->functions[function].ngroups;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_pinmux_enable(struct pinctrl_dev *pctldev,
|
||||||
|
unsigned function,
|
||||||
|
unsigned group)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
unsigned long flags;
|
||||||
|
u32 val;
|
||||||
|
int i;
|
||||||
|
|
||||||
|
g = &pctrl->soc->groups[group];
|
||||||
|
|
||||||
|
if (WARN_ON(g->mux_bit < 0))
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
for (i = 0; i < ARRAY_SIZE(g->funcs); i++) {
|
||||||
|
if (g->funcs[i] == function)
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (WARN_ON(i == ARRAY_SIZE(g->funcs)))
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->ctl_reg);
|
||||||
|
val &= ~(0x7 << g->mux_bit);
|
||||||
|
val |= i << g->mux_bit;
|
||||||
|
writel(val, pctrl->regs + g->ctl_reg);
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void msm_pinmux_disable(struct pinctrl_dev *pctldev,
|
||||||
|
unsigned function,
|
||||||
|
unsigned group)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
unsigned long flags;
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
g = &pctrl->soc->groups[group];
|
||||||
|
|
||||||
|
if (WARN_ON(g->mux_bit < 0))
|
||||||
|
return;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
/* Clear the mux bits to select gpio mode */
|
||||||
|
val = readl(pctrl->regs + g->ctl_reg);
|
||||||
|
val &= ~(0x7 << g->mux_bit);
|
||||||
|
writel(val, pctrl->regs + g->ctl_reg);
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
}
|
||||||
|
|
||||||
|
static const struct pinmux_ops msm_pinmux_ops = {
|
||||||
|
.get_functions_count = msm_get_functions_count,
|
||||||
|
.get_function_name = msm_get_function_name,
|
||||||
|
.get_function_groups = msm_get_function_groups,
|
||||||
|
.enable = msm_pinmux_enable,
|
||||||
|
.disable = msm_pinmux_disable,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int msm_config_reg(struct msm_pinctrl *pctrl,
|
||||||
|
const struct msm_pingroup *g,
|
||||||
|
unsigned param,
|
||||||
|
s16 *reg,
|
||||||
|
unsigned *mask,
|
||||||
|
unsigned *bit)
|
||||||
|
{
|
||||||
|
switch (param) {
|
||||||
|
case PIN_CONFIG_BIAS_DISABLE:
|
||||||
|
*reg = g->ctl_reg;
|
||||||
|
*bit = g->pull_bit;
|
||||||
|
*mask = 3;
|
||||||
|
break;
|
||||||
|
case PIN_CONFIG_BIAS_PULL_DOWN:
|
||||||
|
*reg = g->ctl_reg;
|
||||||
|
*bit = g->pull_bit;
|
||||||
|
*mask = 3;
|
||||||
|
break;
|
||||||
|
case PIN_CONFIG_BIAS_PULL_UP:
|
||||||
|
*reg = g->ctl_reg;
|
||||||
|
*bit = g->pull_bit;
|
||||||
|
*mask = 3;
|
||||||
|
break;
|
||||||
|
case PIN_CONFIG_DRIVE_STRENGTH:
|
||||||
|
*reg = g->ctl_reg;
|
||||||
|
*bit = g->drv_bit;
|
||||||
|
*mask = 7;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
dev_err(pctrl->dev, "Invalid config param %04x\n", param);
|
||||||
|
return -ENOTSUPP;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (*reg < 0) {
|
||||||
|
dev_err(pctrl->dev, "Config param %04x not supported on group %s\n",
|
||||||
|
param, g->name);
|
||||||
|
return -ENOTSUPP;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_config_get(struct pinctrl_dev *pctldev,
|
||||||
|
unsigned int pin,
|
||||||
|
unsigned long *config)
|
||||||
|
{
|
||||||
|
dev_err(pctldev->dev, "pin_config_set op not supported\n");
|
||||||
|
return -ENOTSUPP;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_config_set(struct pinctrl_dev *pctldev, unsigned int pin,
|
||||||
|
unsigned long *configs, unsigned num_configs)
|
||||||
|
{
|
||||||
|
dev_err(pctldev->dev, "pin_config_set op not supported\n");
|
||||||
|
return -ENOTSUPP;
|
||||||
|
}
|
||||||
|
|
||||||
|
#define MSM_NO_PULL 0
|
||||||
|
#define MSM_PULL_DOWN 1
|
||||||
|
#define MSM_PULL_UP 3
|
||||||
|
|
||||||
|
static const unsigned msm_regval_to_drive[] = { 2, 4, 6, 8, 10, 12, 14, 16 };
|
||||||
|
static const unsigned msm_drive_to_regval[] = { -1, -1, 0, -1, 1, -1, 2, -1, 3, -1, 4, -1, 5, -1, 6, -1, 7 };
|
||||||
|
|
||||||
|
static int msm_config_group_get(struct pinctrl_dev *pctldev,
|
||||||
|
unsigned int group,
|
||||||
|
unsigned long *config)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
unsigned param = pinconf_to_config_param(*config);
|
||||||
|
unsigned mask;
|
||||||
|
unsigned arg;
|
||||||
|
unsigned bit;
|
||||||
|
s16 reg;
|
||||||
|
int ret;
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
g = &pctrl->soc->groups[group];
|
||||||
|
|
||||||
|
ret = msm_config_reg(pctrl, g, param, ®, &mask, &bit);
|
||||||
|
if (ret < 0)
|
||||||
|
return ret;
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + reg);
|
||||||
|
arg = (val >> bit) & mask;
|
||||||
|
|
||||||
|
/* Convert register value to pinconf value */
|
||||||
|
switch (param) {
|
||||||
|
case PIN_CONFIG_BIAS_DISABLE:
|
||||||
|
arg = arg == MSM_NO_PULL;
|
||||||
|
break;
|
||||||
|
case PIN_CONFIG_BIAS_PULL_DOWN:
|
||||||
|
arg = arg == MSM_PULL_DOWN;
|
||||||
|
break;
|
||||||
|
case PIN_CONFIG_BIAS_PULL_UP:
|
||||||
|
arg = arg == MSM_PULL_UP;
|
||||||
|
break;
|
||||||
|
case PIN_CONFIG_DRIVE_STRENGTH:
|
||||||
|
arg = msm_regval_to_drive[arg];
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
dev_err(pctrl->dev, "Unsupported config parameter: %x\n",
|
||||||
|
param);
|
||||||
|
return -EINVAL;
|
||||||
|
}
|
||||||
|
|
||||||
|
*config = pinconf_to_config_packed(param, arg);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_config_group_set(struct pinctrl_dev *pctldev,
|
||||||
|
unsigned group,
|
||||||
|
unsigned long *configs,
|
||||||
|
unsigned num_configs)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl = pinctrl_dev_get_drvdata(pctldev);
|
||||||
|
unsigned long flags;
|
||||||
|
unsigned param;
|
||||||
|
unsigned mask;
|
||||||
|
unsigned arg;
|
||||||
|
unsigned bit;
|
||||||
|
s16 reg;
|
||||||
|
int ret;
|
||||||
|
u32 val;
|
||||||
|
int i;
|
||||||
|
|
||||||
|
g = &pctrl->soc->groups[group];
|
||||||
|
|
||||||
|
for (i = 0; i < num_configs; i++) {
|
||||||
|
param = pinconf_to_config_param(configs[i]);
|
||||||
|
arg = pinconf_to_config_argument(configs[i]);
|
||||||
|
|
||||||
|
ret = msm_config_reg(pctrl, g, param, ®, &mask, &bit);
|
||||||
|
if (ret < 0)
|
||||||
|
return ret;
|
||||||
|
|
||||||
|
/* Convert pinconf values to register values */
|
||||||
|
switch (param) {
|
||||||
|
case PIN_CONFIG_BIAS_DISABLE:
|
||||||
|
arg = MSM_NO_PULL;
|
||||||
|
break;
|
||||||
|
case PIN_CONFIG_BIAS_PULL_DOWN:
|
||||||
|
arg = MSM_PULL_DOWN;
|
||||||
|
break;
|
||||||
|
case PIN_CONFIG_BIAS_PULL_UP:
|
||||||
|
arg = MSM_PULL_UP;
|
||||||
|
break;
|
||||||
|
case PIN_CONFIG_DRIVE_STRENGTH:
|
||||||
|
/* Check for invalid values */
|
||||||
|
if (arg >= ARRAY_SIZE(msm_drive_to_regval))
|
||||||
|
arg = -1;
|
||||||
|
else
|
||||||
|
arg = msm_drive_to_regval[arg];
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
dev_err(pctrl->dev, "Unsupported config parameter: %x\n",
|
||||||
|
param);
|
||||||
|
return -EINVAL;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Range-check user-supplied value */
|
||||||
|
if (arg & ~mask) {
|
||||||
|
dev_err(pctrl->dev, "config %x: %x is invalid\n", param, arg);
|
||||||
|
return -EINVAL;
|
||||||
|
}
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
val = readl(pctrl->regs + reg);
|
||||||
|
val &= ~(mask << bit);
|
||||||
|
val |= arg << bit;
|
||||||
|
writel(val, pctrl->regs + reg);
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static const struct pinconf_ops msm_pinconf_ops = {
|
||||||
|
.pin_config_get = msm_config_get,
|
||||||
|
.pin_config_set = msm_config_set,
|
||||||
|
.pin_config_group_get = msm_config_group_get,
|
||||||
|
.pin_config_group_set = msm_config_group_set,
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct pinctrl_desc msm_pinctrl_desc = {
|
||||||
|
.pctlops = &msm_pinctrl_ops,
|
||||||
|
.pmxops = &msm_pinmux_ops,
|
||||||
|
.confops = &msm_pinconf_ops,
|
||||||
|
.owner = THIS_MODULE,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int msm_gpio_direction_input(struct gpio_chip *chip, unsigned offset)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl = container_of(chip, struct msm_pinctrl, chip);
|
||||||
|
unsigned long flags;
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
g = &pctrl->soc->groups[offset];
|
||||||
|
if (WARN_ON(g->io_reg < 0))
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->ctl_reg);
|
||||||
|
val &= ~BIT(g->oe_bit);
|
||||||
|
writel(val, pctrl->regs + g->ctl_reg);
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_gpio_direction_output(struct gpio_chip *chip, unsigned offset, int value)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl = container_of(chip, struct msm_pinctrl, chip);
|
||||||
|
unsigned long flags;
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
g = &pctrl->soc->groups[offset];
|
||||||
|
if (WARN_ON(g->io_reg < 0))
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->io_reg);
|
||||||
|
if (value)
|
||||||
|
val |= BIT(g->out_bit);
|
||||||
|
else
|
||||||
|
val &= ~BIT(g->out_bit);
|
||||||
|
writel(val, pctrl->regs + g->io_reg);
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->ctl_reg);
|
||||||
|
val |= BIT(g->oe_bit);
|
||||||
|
writel(val, pctrl->regs + g->ctl_reg);
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_gpio_get(struct gpio_chip *chip, unsigned offset)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl = container_of(chip, struct msm_pinctrl, chip);
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
g = &pctrl->soc->groups[offset];
|
||||||
|
if (WARN_ON(g->io_reg < 0))
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->io_reg);
|
||||||
|
return !!(val & BIT(g->in_bit));
|
||||||
|
}
|
||||||
|
|
||||||
|
static void msm_gpio_set(struct gpio_chip *chip, unsigned offset, int value)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl = container_of(chip, struct msm_pinctrl, chip);
|
||||||
|
unsigned long flags;
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
g = &pctrl->soc->groups[offset];
|
||||||
|
if (WARN_ON(g->io_reg < 0))
|
||||||
|
return;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->io_reg);
|
||||||
|
if (value)
|
||||||
|
val |= BIT(g->out_bit);
|
||||||
|
else
|
||||||
|
val &= ~BIT(g->out_bit);
|
||||||
|
writel(val, pctrl->regs + g->io_reg);
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_gpio_to_irq(struct gpio_chip *chip, unsigned offset)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = container_of(chip, struct msm_pinctrl, chip);
|
||||||
|
|
||||||
|
return irq_find_mapping(pctrl->domain, offset);
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_gpio_request(struct gpio_chip *chip, unsigned offset)
|
||||||
|
{
|
||||||
|
int gpio = chip->base + offset;
|
||||||
|
return pinctrl_request_gpio(gpio);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void msm_gpio_free(struct gpio_chip *chip, unsigned offset)
|
||||||
|
{
|
||||||
|
int gpio = chip->base + offset;
|
||||||
|
return pinctrl_free_gpio(gpio);
|
||||||
|
}
|
||||||
|
|
||||||
|
#ifdef CONFIG_DEBUG_FS
|
||||||
|
#include <linux/seq_file.h>
|
||||||
|
|
||||||
|
static void msm_gpio_dbg_show_one(struct seq_file *s,
|
||||||
|
struct pinctrl_dev *pctldev,
|
||||||
|
struct gpio_chip *chip,
|
||||||
|
unsigned offset,
|
||||||
|
unsigned gpio)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl = container_of(chip, struct msm_pinctrl, chip);
|
||||||
|
unsigned func;
|
||||||
|
int is_out;
|
||||||
|
int drive;
|
||||||
|
int pull;
|
||||||
|
u32 ctl_reg;
|
||||||
|
|
||||||
|
static const char * const pulls[] = {
|
||||||
|
"no pull",
|
||||||
|
"pull down",
|
||||||
|
"keeper",
|
||||||
|
"pull up"
|
||||||
|
};
|
||||||
|
|
||||||
|
g = &pctrl->soc->groups[offset];
|
||||||
|
ctl_reg = readl(pctrl->regs + g->ctl_reg);
|
||||||
|
|
||||||
|
is_out = !!(ctl_reg & BIT(g->oe_bit));
|
||||||
|
func = (ctl_reg >> g->mux_bit) & 7;
|
||||||
|
drive = (ctl_reg >> g->drv_bit) & 7;
|
||||||
|
pull = (ctl_reg >> g->pull_bit) & 3;
|
||||||
|
|
||||||
|
seq_printf(s, " %-8s: %-3s %d", g->name, is_out ? "out" : "in", func);
|
||||||
|
seq_printf(s, " %dmA", msm_regval_to_drive[drive]);
|
||||||
|
seq_printf(s, " %s", pulls[pull]);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void msm_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip)
|
||||||
|
{
|
||||||
|
unsigned gpio = chip->base;
|
||||||
|
unsigned i;
|
||||||
|
|
||||||
|
for (i = 0; i < chip->ngpio; i++, gpio++) {
|
||||||
|
msm_gpio_dbg_show_one(s, NULL, chip, i, gpio);
|
||||||
|
seq_puts(s, "\n");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
#define msm_gpio_dbg_show NULL
|
||||||
|
#endif
|
||||||
|
|
||||||
|
static struct gpio_chip msm_gpio_template = {
|
||||||
|
.direction_input = msm_gpio_direction_input,
|
||||||
|
.direction_output = msm_gpio_direction_output,
|
||||||
|
.get = msm_gpio_get,
|
||||||
|
.set = msm_gpio_set,
|
||||||
|
.to_irq = msm_gpio_to_irq,
|
||||||
|
.request = msm_gpio_request,
|
||||||
|
.free = msm_gpio_free,
|
||||||
|
.dbg_show = msm_gpio_dbg_show,
|
||||||
|
};
|
||||||
|
|
||||||
|
/* For dual-edge interrupts in software, since some hardware has no
|
||||||
|
* such support:
|
||||||
|
*
|
||||||
|
* At appropriate moments, this function may be called to flip the polarity
|
||||||
|
* settings of both-edge irq lines to try and catch the next edge.
|
||||||
|
*
|
||||||
|
* The attempt is considered successful if:
|
||||||
|
* - the status bit goes high, indicating that an edge was caught, or
|
||||||
|
* - the input value of the gpio doesn't change during the attempt.
|
||||||
|
* If the value changes twice during the process, that would cause the first
|
||||||
|
* test to fail but would force the second, as two opposite
|
||||||
|
* transitions would cause a detection no matter the polarity setting.
|
||||||
|
*
|
||||||
|
* The do-loop tries to sledge-hammer closed the timing hole between
|
||||||
|
* the initial value-read and the polarity-write - if the line value changes
|
||||||
|
* during that window, an interrupt is lost, the new polarity setting is
|
||||||
|
* incorrect, and the first success test will fail, causing a retry.
|
||||||
|
*
|
||||||
|
* Algorithm comes from Google's msmgpio driver.
|
||||||
|
*/
|
||||||
|
static void msm_gpio_update_dual_edge_pos(struct msm_pinctrl *pctrl,
|
||||||
|
const struct msm_pingroup *g,
|
||||||
|
struct irq_data *d)
|
||||||
|
{
|
||||||
|
int loop_limit = 100;
|
||||||
|
unsigned val, val2, intstat;
|
||||||
|
unsigned pol;
|
||||||
|
|
||||||
|
do {
|
||||||
|
val = readl(pctrl->regs + g->io_reg) & BIT(g->in_bit);
|
||||||
|
|
||||||
|
pol = readl(pctrl->regs + g->intr_cfg_reg);
|
||||||
|
pol ^= BIT(g->intr_polarity_bit);
|
||||||
|
writel(pol, pctrl->regs + g->intr_cfg_reg);
|
||||||
|
|
||||||
|
val2 = readl(pctrl->regs + g->io_reg) & BIT(g->in_bit);
|
||||||
|
intstat = readl(pctrl->regs + g->intr_status_reg);
|
||||||
|
if (intstat || (val == val2))
|
||||||
|
return;
|
||||||
|
} while (loop_limit-- > 0);
|
||||||
|
dev_err(pctrl->dev, "dual-edge irq failed to stabilize, %#08x != %#08x\n",
|
||||||
|
val, val2);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void msm_gpio_irq_mask(struct irq_data *d)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl;
|
||||||
|
unsigned long flags;
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
pctrl = irq_data_get_irq_chip_data(d);
|
||||||
|
g = &pctrl->soc->groups[d->hwirq];
|
||||||
|
if (WARN_ON(g->intr_cfg_reg < 0))
|
||||||
|
return;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->intr_cfg_reg);
|
||||||
|
val &= ~BIT(g->intr_enable_bit);
|
||||||
|
writel(val, pctrl->regs + g->intr_cfg_reg);
|
||||||
|
|
||||||
|
clear_bit(d->hwirq, pctrl->enabled_irqs);
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void msm_gpio_irq_unmask(struct irq_data *d)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl;
|
||||||
|
unsigned long flags;
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
pctrl = irq_data_get_irq_chip_data(d);
|
||||||
|
g = &pctrl->soc->groups[d->hwirq];
|
||||||
|
if (WARN_ON(g->intr_status_reg < 0))
|
||||||
|
return;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->intr_status_reg);
|
||||||
|
val &= ~BIT(g->intr_status_bit);
|
||||||
|
writel(val, pctrl->regs + g->intr_status_reg);
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->intr_cfg_reg);
|
||||||
|
val |= BIT(g->intr_enable_bit);
|
||||||
|
writel(val, pctrl->regs + g->intr_cfg_reg);
|
||||||
|
|
||||||
|
set_bit(d->hwirq, pctrl->enabled_irqs);
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void msm_gpio_irq_ack(struct irq_data *d)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl;
|
||||||
|
unsigned long flags;
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
pctrl = irq_data_get_irq_chip_data(d);
|
||||||
|
g = &pctrl->soc->groups[d->hwirq];
|
||||||
|
if (WARN_ON(g->intr_status_reg < 0))
|
||||||
|
return;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
val = readl(pctrl->regs + g->intr_status_reg);
|
||||||
|
val &= ~BIT(g->intr_status_bit);
|
||||||
|
writel(val, pctrl->regs + g->intr_status_reg);
|
||||||
|
|
||||||
|
if (test_bit(d->hwirq, pctrl->dual_edge_irqs))
|
||||||
|
msm_gpio_update_dual_edge_pos(pctrl, g, d);
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
}
|
||||||
|
|
||||||
|
#define INTR_TARGET_PROC_APPS 4
|
||||||
|
|
||||||
|
static int msm_gpio_irq_set_type(struct irq_data *d, unsigned int type)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl;
|
||||||
|
unsigned long flags;
|
||||||
|
u32 val;
|
||||||
|
|
||||||
|
pctrl = irq_data_get_irq_chip_data(d);
|
||||||
|
g = &pctrl->soc->groups[d->hwirq];
|
||||||
|
if (WARN_ON(g->intr_cfg_reg < 0))
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* For hw without possibility of detecting both edges
|
||||||
|
*/
|
||||||
|
if (g->intr_detection_width == 1 && type == IRQ_TYPE_EDGE_BOTH)
|
||||||
|
set_bit(d->hwirq, pctrl->dual_edge_irqs);
|
||||||
|
else
|
||||||
|
clear_bit(d->hwirq, pctrl->dual_edge_irqs);
|
||||||
|
|
||||||
|
/* Route interrupts to application cpu */
|
||||||
|
val = readl(pctrl->regs + g->intr_target_reg);
|
||||||
|
val &= ~(7 << g->intr_target_bit);
|
||||||
|
val |= INTR_TARGET_PROC_APPS << g->intr_target_bit;
|
||||||
|
writel(val, pctrl->regs + g->intr_target_reg);
|
||||||
|
|
||||||
|
/* Update configuration for gpio.
|
||||||
|
* RAW_STATUS_EN is left on for all gpio irqs. Due to the
|
||||||
|
* internal circuitry of TLMM, toggling the RAW_STATUS
|
||||||
|
* could cause the INTR_STATUS to be set for EDGE interrupts.
|
||||||
|
*/
|
||||||
|
val = readl(pctrl->regs + g->intr_cfg_reg);
|
||||||
|
val |= BIT(g->intr_raw_status_bit);
|
||||||
|
if (g->intr_detection_width == 2) {
|
||||||
|
val &= ~(3 << g->intr_detection_bit);
|
||||||
|
val &= ~(1 << g->intr_polarity_bit);
|
||||||
|
switch (type) {
|
||||||
|
case IRQ_TYPE_EDGE_RISING:
|
||||||
|
val |= 1 << g->intr_detection_bit;
|
||||||
|
val |= BIT(g->intr_polarity_bit);
|
||||||
|
break;
|
||||||
|
case IRQ_TYPE_EDGE_FALLING:
|
||||||
|
val |= 2 << g->intr_detection_bit;
|
||||||
|
val |= BIT(g->intr_polarity_bit);
|
||||||
|
break;
|
||||||
|
case IRQ_TYPE_EDGE_BOTH:
|
||||||
|
val |= 3 << g->intr_detection_bit;
|
||||||
|
val |= BIT(g->intr_polarity_bit);
|
||||||
|
break;
|
||||||
|
case IRQ_TYPE_LEVEL_LOW:
|
||||||
|
break;
|
||||||
|
case IRQ_TYPE_LEVEL_HIGH:
|
||||||
|
val |= BIT(g->intr_polarity_bit);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
} else if (g->intr_detection_width == 1) {
|
||||||
|
val &= ~(1 << g->intr_detection_bit);
|
||||||
|
val &= ~(1 << g->intr_polarity_bit);
|
||||||
|
switch (type) {
|
||||||
|
case IRQ_TYPE_EDGE_RISING:
|
||||||
|
val |= BIT(g->intr_detection_bit);
|
||||||
|
val |= BIT(g->intr_polarity_bit);
|
||||||
|
break;
|
||||||
|
case IRQ_TYPE_EDGE_FALLING:
|
||||||
|
val |= BIT(g->intr_detection_bit);
|
||||||
|
break;
|
||||||
|
case IRQ_TYPE_EDGE_BOTH:
|
||||||
|
val |= BIT(g->intr_detection_bit);
|
||||||
|
break;
|
||||||
|
case IRQ_TYPE_LEVEL_LOW:
|
||||||
|
break;
|
||||||
|
case IRQ_TYPE_LEVEL_HIGH:
|
||||||
|
val |= BIT(g->intr_polarity_bit);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
BUG();
|
||||||
|
}
|
||||||
|
writel(val, pctrl->regs + g->intr_cfg_reg);
|
||||||
|
|
||||||
|
if (test_bit(d->hwirq, pctrl->dual_edge_irqs))
|
||||||
|
msm_gpio_update_dual_edge_pos(pctrl, g, d);
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
if (type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH))
|
||||||
|
__irq_set_handler_locked(d->irq, handle_level_irq);
|
||||||
|
else if (type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING))
|
||||||
|
__irq_set_handler_locked(d->irq, handle_edge_irq);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_gpio_irq_set_wake(struct irq_data *d, unsigned int on)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl;
|
||||||
|
unsigned long flags;
|
||||||
|
unsigned ngpio;
|
||||||
|
|
||||||
|
pctrl = irq_data_get_irq_chip_data(d);
|
||||||
|
ngpio = pctrl->chip.ngpio;
|
||||||
|
|
||||||
|
spin_lock_irqsave(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
if (on) {
|
||||||
|
if (bitmap_empty(pctrl->wake_irqs, ngpio))
|
||||||
|
enable_irq_wake(pctrl->irq);
|
||||||
|
set_bit(d->hwirq, pctrl->wake_irqs);
|
||||||
|
} else {
|
||||||
|
clear_bit(d->hwirq, pctrl->wake_irqs);
|
||||||
|
if (bitmap_empty(pctrl->wake_irqs, ngpio))
|
||||||
|
disable_irq_wake(pctrl->irq);
|
||||||
|
}
|
||||||
|
|
||||||
|
spin_unlock_irqrestore(&pctrl->lock, flags);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static unsigned int msm_gpio_irq_startup(struct irq_data *d)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = irq_data_get_irq_chip_data(d);
|
||||||
|
|
||||||
|
if (gpio_lock_as_irq(&pctrl->chip, d->hwirq)) {
|
||||||
|
dev_err(pctrl->dev, "unable to lock HW IRQ %lu for IRQ\n",
|
||||||
|
d->hwirq);
|
||||||
|
}
|
||||||
|
msm_gpio_irq_unmask(d);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void msm_gpio_irq_shutdown(struct irq_data *d)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = irq_data_get_irq_chip_data(d);
|
||||||
|
|
||||||
|
msm_gpio_irq_mask(d);
|
||||||
|
gpio_unlock_as_irq(&pctrl->chip, d->hwirq);
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct irq_chip msm_gpio_irq_chip = {
|
||||||
|
.name = "msmgpio",
|
||||||
|
.irq_mask = msm_gpio_irq_mask,
|
||||||
|
.irq_unmask = msm_gpio_irq_unmask,
|
||||||
|
.irq_ack = msm_gpio_irq_ack,
|
||||||
|
.irq_set_type = msm_gpio_irq_set_type,
|
||||||
|
.irq_set_wake = msm_gpio_irq_set_wake,
|
||||||
|
.irq_startup = msm_gpio_irq_startup,
|
||||||
|
.irq_shutdown = msm_gpio_irq_shutdown,
|
||||||
|
};
|
||||||
|
|
||||||
|
static void msm_gpio_irq_handler(unsigned int irq, struct irq_desc *desc)
|
||||||
|
{
|
||||||
|
const struct msm_pingroup *g;
|
||||||
|
struct msm_pinctrl *pctrl = irq_desc_get_handler_data(desc);
|
||||||
|
struct irq_chip *chip = irq_get_chip(irq);
|
||||||
|
int irq_pin;
|
||||||
|
int handled = 0;
|
||||||
|
u32 val;
|
||||||
|
int i;
|
||||||
|
|
||||||
|
chained_irq_enter(chip, desc);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Each pin has it's own IRQ status register, so use
|
||||||
|
* enabled_irq bitmap to limit the number of reads.
|
||||||
|
*/
|
||||||
|
for_each_set_bit(i, pctrl->enabled_irqs, pctrl->chip.ngpio) {
|
||||||
|
g = &pctrl->soc->groups[i];
|
||||||
|
val = readl(pctrl->regs + g->intr_status_reg);
|
||||||
|
if (val & BIT(g->intr_status_bit)) {
|
||||||
|
irq_pin = irq_find_mapping(pctrl->domain, i);
|
||||||
|
generic_handle_irq(irq_pin);
|
||||||
|
handled++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* No interrupts were flagged */
|
||||||
|
if (handled == 0)
|
||||||
|
handle_bad_irq(irq, desc);
|
||||||
|
|
||||||
|
chained_irq_exit(chip, desc);
|
||||||
|
}
|
||||||
|
|
||||||
|
static int msm_gpio_init(struct msm_pinctrl *pctrl)
|
||||||
|
{
|
||||||
|
struct gpio_chip *chip;
|
||||||
|
int irq;
|
||||||
|
int ret;
|
||||||
|
int i;
|
||||||
|
int r;
|
||||||
|
|
||||||
|
chip = &pctrl->chip;
|
||||||
|
chip->base = 0;
|
||||||
|
chip->ngpio = pctrl->soc->ngpios;
|
||||||
|
chip->label = dev_name(pctrl->dev);
|
||||||
|
chip->dev = pctrl->dev;
|
||||||
|
chip->owner = THIS_MODULE;
|
||||||
|
chip->of_node = pctrl->dev->of_node;
|
||||||
|
|
||||||
|
ret = gpiochip_add(&pctrl->chip);
|
||||||
|
if (ret) {
|
||||||
|
dev_err(pctrl->dev, "Failed register gpiochip\n");
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
ret = gpiochip_add_pin_range(&pctrl->chip, dev_name(pctrl->dev), 0, 0, chip->ngpio);
|
||||||
|
if (ret) {
|
||||||
|
dev_err(pctrl->dev, "Failed to add pin range\n");
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
pctrl->domain = irq_domain_add_linear(pctrl->dev->of_node, chip->ngpio,
|
||||||
|
&irq_domain_simple_ops, NULL);
|
||||||
|
if (!pctrl->domain) {
|
||||||
|
dev_err(pctrl->dev, "Failed to register irq domain\n");
|
||||||
|
r = gpiochip_remove(&pctrl->chip);
|
||||||
|
return -ENOSYS;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i = 0; i < chip->ngpio; i++) {
|
||||||
|
irq = irq_create_mapping(pctrl->domain, i);
|
||||||
|
irq_set_chip_and_handler(irq, &msm_gpio_irq_chip, handle_edge_irq);
|
||||||
|
irq_set_chip_data(irq, pctrl);
|
||||||
|
}
|
||||||
|
|
||||||
|
irq_set_handler_data(pctrl->irq, pctrl);
|
||||||
|
irq_set_chained_handler(pctrl->irq, msm_gpio_irq_handler);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
int msm_pinctrl_probe(struct platform_device *pdev,
|
||||||
|
const struct msm_pinctrl_soc_data *soc_data)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl;
|
||||||
|
struct resource *res;
|
||||||
|
int ret;
|
||||||
|
|
||||||
|
pctrl = devm_kzalloc(&pdev->dev, sizeof(*pctrl), GFP_KERNEL);
|
||||||
|
if (!pctrl) {
|
||||||
|
dev_err(&pdev->dev, "Can't allocate msm_pinctrl\n");
|
||||||
|
return -ENOMEM;
|
||||||
|
}
|
||||||
|
pctrl->dev = &pdev->dev;
|
||||||
|
pctrl->soc = soc_data;
|
||||||
|
pctrl->chip = msm_gpio_template;
|
||||||
|
|
||||||
|
spin_lock_init(&pctrl->lock);
|
||||||
|
|
||||||
|
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|
||||||
|
pctrl->regs = devm_ioremap_resource(&pdev->dev, res);
|
||||||
|
if (IS_ERR(pctrl->regs))
|
||||||
|
return PTR_ERR(pctrl->regs);
|
||||||
|
|
||||||
|
pctrl->irq = platform_get_irq(pdev, 0);
|
||||||
|
if (pctrl->irq < 0) {
|
||||||
|
dev_err(&pdev->dev, "No interrupt defined for msmgpio\n");
|
||||||
|
return pctrl->irq;
|
||||||
|
}
|
||||||
|
|
||||||
|
msm_pinctrl_desc.name = dev_name(&pdev->dev);
|
||||||
|
msm_pinctrl_desc.pins = pctrl->soc->pins;
|
||||||
|
msm_pinctrl_desc.npins = pctrl->soc->npins;
|
||||||
|
pctrl->pctrl = pinctrl_register(&msm_pinctrl_desc, &pdev->dev, pctrl);
|
||||||
|
if (!pctrl->pctrl) {
|
||||||
|
dev_err(&pdev->dev, "Couldn't register pinctrl driver\n");
|
||||||
|
return -ENODEV;
|
||||||
|
}
|
||||||
|
|
||||||
|
ret = msm_gpio_init(pctrl);
|
||||||
|
if (ret) {
|
||||||
|
pinctrl_unregister(pctrl->pctrl);
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
platform_set_drvdata(pdev, pctrl);
|
||||||
|
|
||||||
|
dev_dbg(&pdev->dev, "Probed Qualcomm pinctrl driver\n");
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
EXPORT_SYMBOL(msm_pinctrl_probe);
|
||||||
|
|
||||||
|
int msm_pinctrl_remove(struct platform_device *pdev)
|
||||||
|
{
|
||||||
|
struct msm_pinctrl *pctrl = platform_get_drvdata(pdev);
|
||||||
|
int ret;
|
||||||
|
|
||||||
|
ret = gpiochip_remove(&pctrl->chip);
|
||||||
|
if (ret) {
|
||||||
|
dev_err(&pdev->dev, "Failed to remove gpiochip\n");
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
irq_set_chained_handler(pctrl->irq, NULL);
|
||||||
|
irq_domain_remove(pctrl->domain);
|
||||||
|
pinctrl_unregister(pctrl->pctrl);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
EXPORT_SYMBOL(msm_pinctrl_remove);
|
||||||
|
|
122
drivers/pinctrl/pinctrl-msm.h
Normal file
122
drivers/pinctrl/pinctrl-msm.h
Normal file
@ -0,0 +1,122 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2013, Sony Mobile Communications AB.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
* only version 2 as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*/
|
||||||
|
#ifndef __PINCTRL_MSM_H__
|
||||||
|
#define __PINCTRL_MSM_H__
|
||||||
|
|
||||||
|
#include <linux/pinctrl/pinctrl.h>
|
||||||
|
#include <linux/pinctrl/pinmux.h>
|
||||||
|
#include <linux/pinctrl/pinconf.h>
|
||||||
|
#include <linux/pinctrl/machine.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* struct msm_function - a pinmux function
|
||||||
|
* @name: Name of the pinmux function.
|
||||||
|
* @groups: List of pingroups for this function.
|
||||||
|
* @ngroups: Number of entries in @groups.
|
||||||
|
*/
|
||||||
|
struct msm_function {
|
||||||
|
const char *name;
|
||||||
|
const char * const *groups;
|
||||||
|
unsigned ngroups;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* struct msm_pingroup - Qualcomm pingroup definition
|
||||||
|
* @name: Name of the pingroup.
|
||||||
|
* @pins: A list of pins assigned to this pingroup.
|
||||||
|
* @npins: Number of entries in @pins.
|
||||||
|
* @funcs: A list of pinmux functions that can be selected for
|
||||||
|
* this group. The index of the selected function is used
|
||||||
|
* for programming the function selector.
|
||||||
|
* Entries should be indices into the groups list of the
|
||||||
|
* struct msm_pinctrl_soc_data.
|
||||||
|
* @ctl_reg: Offset of the register holding control bits for this group.
|
||||||
|
* @io_reg: Offset of the register holding input/output bits for this group.
|
||||||
|
* @intr_cfg_reg: Offset of the register holding interrupt configuration bits.
|
||||||
|
* @intr_status_reg: Offset of the register holding the status bits for this group.
|
||||||
|
* @intr_target_reg: Offset of the register specifying routing of the interrupts
|
||||||
|
* from this group.
|
||||||
|
* @mux_bit: Offset in @ctl_reg for the pinmux function selection.
|
||||||
|
* @pull_bit: Offset in @ctl_reg for the bias configuration.
|
||||||
|
* @drv_bit: Offset in @ctl_reg for the drive strength configuration.
|
||||||
|
* @oe_bit: Offset in @ctl_reg for controlling output enable.
|
||||||
|
* @in_bit: Offset in @io_reg for the input bit value.
|
||||||
|
* @out_bit: Offset in @io_reg for the output bit value.
|
||||||
|
* @intr_enable_bit: Offset in @intr_cfg_reg for enabling the interrupt for this group.
|
||||||
|
* @intr_status_bit: Offset in @intr_status_reg for reading and acking the interrupt
|
||||||
|
* status.
|
||||||
|
* @intr_target_bit: Offset in @intr_target_reg for configuring the interrupt routing.
|
||||||
|
* @intr_raw_status_bit: Offset in @intr_cfg_reg for the raw status bit.
|
||||||
|
* @intr_polarity_bit: Offset in @intr_cfg_reg for specifying polarity of the interrupt.
|
||||||
|
* @intr_detection_bit: Offset in @intr_cfg_reg for specifying interrupt type.
|
||||||
|
* @intr_detection_width: Number of bits used for specifying interrupt type,
|
||||||
|
* Should be 2 for SoCs that can detect both edges in hardware,
|
||||||
|
* otherwise 1.
|
||||||
|
*/
|
||||||
|
struct msm_pingroup {
|
||||||
|
const char *name;
|
||||||
|
const unsigned *pins;
|
||||||
|
unsigned npins;
|
||||||
|
|
||||||
|
unsigned funcs[8];
|
||||||
|
|
||||||
|
s16 ctl_reg;
|
||||||
|
s16 io_reg;
|
||||||
|
s16 intr_cfg_reg;
|
||||||
|
s16 intr_status_reg;
|
||||||
|
s16 intr_target_reg;
|
||||||
|
|
||||||
|
unsigned mux_bit:5;
|
||||||
|
|
||||||
|
unsigned pull_bit:5;
|
||||||
|
unsigned drv_bit:5;
|
||||||
|
|
||||||
|
unsigned oe_bit:5;
|
||||||
|
unsigned in_bit:5;
|
||||||
|
unsigned out_bit:5;
|
||||||
|
|
||||||
|
unsigned intr_enable_bit:5;
|
||||||
|
unsigned intr_status_bit:5;
|
||||||
|
|
||||||
|
unsigned intr_target_bit:5;
|
||||||
|
unsigned intr_raw_status_bit:5;
|
||||||
|
unsigned intr_polarity_bit:5;
|
||||||
|
unsigned intr_detection_bit:5;
|
||||||
|
unsigned intr_detection_width:5;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* struct msm_pinctrl_soc_data - Qualcomm pin controller driver configuration
|
||||||
|
* @pins: An array describing all pins the pin controller affects.
|
||||||
|
* @npins: The number of entries in @pins.
|
||||||
|
* @functions: An array describing all mux functions the SoC supports.
|
||||||
|
* @nfunctions: The number of entries in @functions.
|
||||||
|
* @groups: An array describing all pin groups the pin SoC supports.
|
||||||
|
* @ngroups: The numbmer of entries in @groups.
|
||||||
|
* @ngpio: The number of pingroups the driver should expose as GPIOs.
|
||||||
|
*/
|
||||||
|
struct msm_pinctrl_soc_data {
|
||||||
|
const struct pinctrl_pin_desc *pins;
|
||||||
|
unsigned npins;
|
||||||
|
const struct msm_function *functions;
|
||||||
|
unsigned nfunctions;
|
||||||
|
const struct msm_pingroup *groups;
|
||||||
|
unsigned ngroups;
|
||||||
|
unsigned ngpios;
|
||||||
|
};
|
||||||
|
|
||||||
|
int msm_pinctrl_probe(struct platform_device *pdev,
|
||||||
|
const struct msm_pinctrl_soc_data *soc_data);
|
||||||
|
int msm_pinctrl_remove(struct platform_device *pdev);
|
||||||
|
|
||||||
|
#endif
|
636
drivers/pinctrl/pinctrl-msm8x74.c
Normal file
636
drivers/pinctrl/pinctrl-msm8x74.c
Normal file
@ -0,0 +1,636 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2013, Sony Mobile Communications AB.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
* only version 2 as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <linux/module.h>
|
||||||
|
#include <linux/of.h>
|
||||||
|
#include <linux/platform_device.h>
|
||||||
|
#include <linux/pinctrl/pinctrl.h>
|
||||||
|
#include <linux/pinctrl/pinmux.h>
|
||||||
|
|
||||||
|
#include "pinctrl-msm.h"
|
||||||
|
|
||||||
|
static const struct pinctrl_pin_desc msm8x74_pins[] = {
|
||||||
|
PINCTRL_PIN(0, "GPIO_0"),
|
||||||
|
PINCTRL_PIN(1, "GPIO_1"),
|
||||||
|
PINCTRL_PIN(2, "GPIO_2"),
|
||||||
|
PINCTRL_PIN(3, "GPIO_3"),
|
||||||
|
PINCTRL_PIN(4, "GPIO_4"),
|
||||||
|
PINCTRL_PIN(5, "GPIO_5"),
|
||||||
|
PINCTRL_PIN(6, "GPIO_6"),
|
||||||
|
PINCTRL_PIN(7, "GPIO_7"),
|
||||||
|
PINCTRL_PIN(8, "GPIO_8"),
|
||||||
|
PINCTRL_PIN(9, "GPIO_9"),
|
||||||
|
PINCTRL_PIN(10, "GPIO_10"),
|
||||||
|
PINCTRL_PIN(11, "GPIO_11"),
|
||||||
|
PINCTRL_PIN(12, "GPIO_12"),
|
||||||
|
PINCTRL_PIN(13, "GPIO_13"),
|
||||||
|
PINCTRL_PIN(14, "GPIO_14"),
|
||||||
|
PINCTRL_PIN(15, "GPIO_15"),
|
||||||
|
PINCTRL_PIN(16, "GPIO_16"),
|
||||||
|
PINCTRL_PIN(17, "GPIO_17"),
|
||||||
|
PINCTRL_PIN(18, "GPIO_18"),
|
||||||
|
PINCTRL_PIN(19, "GPIO_19"),
|
||||||
|
PINCTRL_PIN(20, "GPIO_20"),
|
||||||
|
PINCTRL_PIN(21, "GPIO_21"),
|
||||||
|
PINCTRL_PIN(22, "GPIO_22"),
|
||||||
|
PINCTRL_PIN(23, "GPIO_23"),
|
||||||
|
PINCTRL_PIN(24, "GPIO_24"),
|
||||||
|
PINCTRL_PIN(25, "GPIO_25"),
|
||||||
|
PINCTRL_PIN(26, "GPIO_26"),
|
||||||
|
PINCTRL_PIN(27, "GPIO_27"),
|
||||||
|
PINCTRL_PIN(28, "GPIO_28"),
|
||||||
|
PINCTRL_PIN(29, "GPIO_29"),
|
||||||
|
PINCTRL_PIN(30, "GPIO_30"),
|
||||||
|
PINCTRL_PIN(31, "GPIO_31"),
|
||||||
|
PINCTRL_PIN(32, "GPIO_32"),
|
||||||
|
PINCTRL_PIN(33, "GPIO_33"),
|
||||||
|
PINCTRL_PIN(34, "GPIO_34"),
|
||||||
|
PINCTRL_PIN(35, "GPIO_35"),
|
||||||
|
PINCTRL_PIN(36, "GPIO_36"),
|
||||||
|
PINCTRL_PIN(37, "GPIO_37"),
|
||||||
|
PINCTRL_PIN(38, "GPIO_38"),
|
||||||
|
PINCTRL_PIN(39, "GPIO_39"),
|
||||||
|
PINCTRL_PIN(40, "GPIO_40"),
|
||||||
|
PINCTRL_PIN(41, "GPIO_41"),
|
||||||
|
PINCTRL_PIN(42, "GPIO_42"),
|
||||||
|
PINCTRL_PIN(43, "GPIO_43"),
|
||||||
|
PINCTRL_PIN(44, "GPIO_44"),
|
||||||
|
PINCTRL_PIN(45, "GPIO_45"),
|
||||||
|
PINCTRL_PIN(46, "GPIO_46"),
|
||||||
|
PINCTRL_PIN(47, "GPIO_47"),
|
||||||
|
PINCTRL_PIN(48, "GPIO_48"),
|
||||||
|
PINCTRL_PIN(49, "GPIO_49"),
|
||||||
|
PINCTRL_PIN(50, "GPIO_50"),
|
||||||
|
PINCTRL_PIN(51, "GPIO_51"),
|
||||||
|
PINCTRL_PIN(52, "GPIO_52"),
|
||||||
|
PINCTRL_PIN(53, "GPIO_53"),
|
||||||
|
PINCTRL_PIN(54, "GPIO_54"),
|
||||||
|
PINCTRL_PIN(55, "GPIO_55"),
|
||||||
|
PINCTRL_PIN(56, "GPIO_56"),
|
||||||
|
PINCTRL_PIN(57, "GPIO_57"),
|
||||||
|
PINCTRL_PIN(58, "GPIO_58"),
|
||||||
|
PINCTRL_PIN(59, "GPIO_59"),
|
||||||
|
PINCTRL_PIN(60, "GPIO_60"),
|
||||||
|
PINCTRL_PIN(61, "GPIO_61"),
|
||||||
|
PINCTRL_PIN(62, "GPIO_62"),
|
||||||
|
PINCTRL_PIN(63, "GPIO_63"),
|
||||||
|
PINCTRL_PIN(64, "GPIO_64"),
|
||||||
|
PINCTRL_PIN(65, "GPIO_65"),
|
||||||
|
PINCTRL_PIN(66, "GPIO_66"),
|
||||||
|
PINCTRL_PIN(67, "GPIO_67"),
|
||||||
|
PINCTRL_PIN(68, "GPIO_68"),
|
||||||
|
PINCTRL_PIN(69, "GPIO_69"),
|
||||||
|
PINCTRL_PIN(70, "GPIO_70"),
|
||||||
|
PINCTRL_PIN(71, "GPIO_71"),
|
||||||
|
PINCTRL_PIN(72, "GPIO_72"),
|
||||||
|
PINCTRL_PIN(73, "GPIO_73"),
|
||||||
|
PINCTRL_PIN(74, "GPIO_74"),
|
||||||
|
PINCTRL_PIN(75, "GPIO_75"),
|
||||||
|
PINCTRL_PIN(76, "GPIO_76"),
|
||||||
|
PINCTRL_PIN(77, "GPIO_77"),
|
||||||
|
PINCTRL_PIN(78, "GPIO_78"),
|
||||||
|
PINCTRL_PIN(79, "GPIO_79"),
|
||||||
|
PINCTRL_PIN(80, "GPIO_80"),
|
||||||
|
PINCTRL_PIN(81, "GPIO_81"),
|
||||||
|
PINCTRL_PIN(82, "GPIO_82"),
|
||||||
|
PINCTRL_PIN(83, "GPIO_83"),
|
||||||
|
PINCTRL_PIN(84, "GPIO_84"),
|
||||||
|
PINCTRL_PIN(85, "GPIO_85"),
|
||||||
|
PINCTRL_PIN(86, "GPIO_86"),
|
||||||
|
PINCTRL_PIN(87, "GPIO_87"),
|
||||||
|
PINCTRL_PIN(88, "GPIO_88"),
|
||||||
|
PINCTRL_PIN(89, "GPIO_89"),
|
||||||
|
PINCTRL_PIN(90, "GPIO_90"),
|
||||||
|
PINCTRL_PIN(91, "GPIO_91"),
|
||||||
|
PINCTRL_PIN(92, "GPIO_92"),
|
||||||
|
PINCTRL_PIN(93, "GPIO_93"),
|
||||||
|
PINCTRL_PIN(94, "GPIO_94"),
|
||||||
|
PINCTRL_PIN(95, "GPIO_95"),
|
||||||
|
PINCTRL_PIN(96, "GPIO_96"),
|
||||||
|
PINCTRL_PIN(97, "GPIO_97"),
|
||||||
|
PINCTRL_PIN(98, "GPIO_98"),
|
||||||
|
PINCTRL_PIN(99, "GPIO_99"),
|
||||||
|
PINCTRL_PIN(100, "GPIO_100"),
|
||||||
|
PINCTRL_PIN(101, "GPIO_101"),
|
||||||
|
PINCTRL_PIN(102, "GPIO_102"),
|
||||||
|
PINCTRL_PIN(103, "GPIO_103"),
|
||||||
|
PINCTRL_PIN(104, "GPIO_104"),
|
||||||
|
PINCTRL_PIN(105, "GPIO_105"),
|
||||||
|
PINCTRL_PIN(106, "GPIO_106"),
|
||||||
|
PINCTRL_PIN(107, "GPIO_107"),
|
||||||
|
PINCTRL_PIN(108, "GPIO_108"),
|
||||||
|
PINCTRL_PIN(109, "GPIO_109"),
|
||||||
|
PINCTRL_PIN(110, "GPIO_110"),
|
||||||
|
PINCTRL_PIN(111, "GPIO_111"),
|
||||||
|
PINCTRL_PIN(112, "GPIO_112"),
|
||||||
|
PINCTRL_PIN(113, "GPIO_113"),
|
||||||
|
PINCTRL_PIN(114, "GPIO_114"),
|
||||||
|
PINCTRL_PIN(115, "GPIO_115"),
|
||||||
|
PINCTRL_PIN(116, "GPIO_116"),
|
||||||
|
PINCTRL_PIN(117, "GPIO_117"),
|
||||||
|
PINCTRL_PIN(118, "GPIO_118"),
|
||||||
|
PINCTRL_PIN(119, "GPIO_119"),
|
||||||
|
PINCTRL_PIN(120, "GPIO_120"),
|
||||||
|
PINCTRL_PIN(121, "GPIO_121"),
|
||||||
|
PINCTRL_PIN(122, "GPIO_122"),
|
||||||
|
PINCTRL_PIN(123, "GPIO_123"),
|
||||||
|
PINCTRL_PIN(124, "GPIO_124"),
|
||||||
|
PINCTRL_PIN(125, "GPIO_125"),
|
||||||
|
PINCTRL_PIN(126, "GPIO_126"),
|
||||||
|
PINCTRL_PIN(127, "GPIO_127"),
|
||||||
|
PINCTRL_PIN(128, "GPIO_128"),
|
||||||
|
PINCTRL_PIN(129, "GPIO_129"),
|
||||||
|
PINCTRL_PIN(130, "GPIO_130"),
|
||||||
|
PINCTRL_PIN(131, "GPIO_131"),
|
||||||
|
PINCTRL_PIN(132, "GPIO_132"),
|
||||||
|
PINCTRL_PIN(133, "GPIO_133"),
|
||||||
|
PINCTRL_PIN(134, "GPIO_134"),
|
||||||
|
PINCTRL_PIN(135, "GPIO_135"),
|
||||||
|
PINCTRL_PIN(136, "GPIO_136"),
|
||||||
|
PINCTRL_PIN(137, "GPIO_137"),
|
||||||
|
PINCTRL_PIN(138, "GPIO_138"),
|
||||||
|
PINCTRL_PIN(139, "GPIO_139"),
|
||||||
|
PINCTRL_PIN(140, "GPIO_140"),
|
||||||
|
PINCTRL_PIN(141, "GPIO_141"),
|
||||||
|
PINCTRL_PIN(142, "GPIO_142"),
|
||||||
|
PINCTRL_PIN(143, "GPIO_143"),
|
||||||
|
PINCTRL_PIN(144, "GPIO_144"),
|
||||||
|
PINCTRL_PIN(145, "GPIO_145"),
|
||||||
|
|
||||||
|
PINCTRL_PIN(146, "SDC1_CLK"),
|
||||||
|
PINCTRL_PIN(147, "SDC1_CMD"),
|
||||||
|
PINCTRL_PIN(148, "SDC1_DATA"),
|
||||||
|
PINCTRL_PIN(149, "SDC2_CLK"),
|
||||||
|
PINCTRL_PIN(150, "SDC2_CMD"),
|
||||||
|
PINCTRL_PIN(151, "SDC2_DATA"),
|
||||||
|
};
|
||||||
|
|
||||||
|
#define DECLARE_MSM_GPIO_PINS(pin) static const unsigned int gpio##pin##_pins[] = { pin }
|
||||||
|
DECLARE_MSM_GPIO_PINS(0);
|
||||||
|
DECLARE_MSM_GPIO_PINS(1);
|
||||||
|
DECLARE_MSM_GPIO_PINS(2);
|
||||||
|
DECLARE_MSM_GPIO_PINS(3);
|
||||||
|
DECLARE_MSM_GPIO_PINS(4);
|
||||||
|
DECLARE_MSM_GPIO_PINS(5);
|
||||||
|
DECLARE_MSM_GPIO_PINS(6);
|
||||||
|
DECLARE_MSM_GPIO_PINS(7);
|
||||||
|
DECLARE_MSM_GPIO_PINS(8);
|
||||||
|
DECLARE_MSM_GPIO_PINS(9);
|
||||||
|
DECLARE_MSM_GPIO_PINS(10);
|
||||||
|
DECLARE_MSM_GPIO_PINS(11);
|
||||||
|
DECLARE_MSM_GPIO_PINS(12);
|
||||||
|
DECLARE_MSM_GPIO_PINS(13);
|
||||||
|
DECLARE_MSM_GPIO_PINS(14);
|
||||||
|
DECLARE_MSM_GPIO_PINS(15);
|
||||||
|
DECLARE_MSM_GPIO_PINS(16);
|
||||||
|
DECLARE_MSM_GPIO_PINS(17);
|
||||||
|
DECLARE_MSM_GPIO_PINS(18);
|
||||||
|
DECLARE_MSM_GPIO_PINS(19);
|
||||||
|
DECLARE_MSM_GPIO_PINS(20);
|
||||||
|
DECLARE_MSM_GPIO_PINS(21);
|
||||||
|
DECLARE_MSM_GPIO_PINS(22);
|
||||||
|
DECLARE_MSM_GPIO_PINS(23);
|
||||||
|
DECLARE_MSM_GPIO_PINS(24);
|
||||||
|
DECLARE_MSM_GPIO_PINS(25);
|
||||||
|
DECLARE_MSM_GPIO_PINS(26);
|
||||||
|
DECLARE_MSM_GPIO_PINS(27);
|
||||||
|
DECLARE_MSM_GPIO_PINS(28);
|
||||||
|
DECLARE_MSM_GPIO_PINS(29);
|
||||||
|
DECLARE_MSM_GPIO_PINS(30);
|
||||||
|
DECLARE_MSM_GPIO_PINS(31);
|
||||||
|
DECLARE_MSM_GPIO_PINS(32);
|
||||||
|
DECLARE_MSM_GPIO_PINS(33);
|
||||||
|
DECLARE_MSM_GPIO_PINS(34);
|
||||||
|
DECLARE_MSM_GPIO_PINS(35);
|
||||||
|
DECLARE_MSM_GPIO_PINS(36);
|
||||||
|
DECLARE_MSM_GPIO_PINS(37);
|
||||||
|
DECLARE_MSM_GPIO_PINS(38);
|
||||||
|
DECLARE_MSM_GPIO_PINS(39);
|
||||||
|
DECLARE_MSM_GPIO_PINS(40);
|
||||||
|
DECLARE_MSM_GPIO_PINS(41);
|
||||||
|
DECLARE_MSM_GPIO_PINS(42);
|
||||||
|
DECLARE_MSM_GPIO_PINS(43);
|
||||||
|
DECLARE_MSM_GPIO_PINS(44);
|
||||||
|
DECLARE_MSM_GPIO_PINS(45);
|
||||||
|
DECLARE_MSM_GPIO_PINS(46);
|
||||||
|
DECLARE_MSM_GPIO_PINS(47);
|
||||||
|
DECLARE_MSM_GPIO_PINS(48);
|
||||||
|
DECLARE_MSM_GPIO_PINS(49);
|
||||||
|
DECLARE_MSM_GPIO_PINS(50);
|
||||||
|
DECLARE_MSM_GPIO_PINS(51);
|
||||||
|
DECLARE_MSM_GPIO_PINS(52);
|
||||||
|
DECLARE_MSM_GPIO_PINS(53);
|
||||||
|
DECLARE_MSM_GPIO_PINS(54);
|
||||||
|
DECLARE_MSM_GPIO_PINS(55);
|
||||||
|
DECLARE_MSM_GPIO_PINS(56);
|
||||||
|
DECLARE_MSM_GPIO_PINS(57);
|
||||||
|
DECLARE_MSM_GPIO_PINS(58);
|
||||||
|
DECLARE_MSM_GPIO_PINS(59);
|
||||||
|
DECLARE_MSM_GPIO_PINS(60);
|
||||||
|
DECLARE_MSM_GPIO_PINS(61);
|
||||||
|
DECLARE_MSM_GPIO_PINS(62);
|
||||||
|
DECLARE_MSM_GPIO_PINS(63);
|
||||||
|
DECLARE_MSM_GPIO_PINS(64);
|
||||||
|
DECLARE_MSM_GPIO_PINS(65);
|
||||||
|
DECLARE_MSM_GPIO_PINS(66);
|
||||||
|
DECLARE_MSM_GPIO_PINS(67);
|
||||||
|
DECLARE_MSM_GPIO_PINS(68);
|
||||||
|
DECLARE_MSM_GPIO_PINS(69);
|
||||||
|
DECLARE_MSM_GPIO_PINS(70);
|
||||||
|
DECLARE_MSM_GPIO_PINS(71);
|
||||||
|
DECLARE_MSM_GPIO_PINS(72);
|
||||||
|
DECLARE_MSM_GPIO_PINS(73);
|
||||||
|
DECLARE_MSM_GPIO_PINS(74);
|
||||||
|
DECLARE_MSM_GPIO_PINS(75);
|
||||||
|
DECLARE_MSM_GPIO_PINS(76);
|
||||||
|
DECLARE_MSM_GPIO_PINS(77);
|
||||||
|
DECLARE_MSM_GPIO_PINS(78);
|
||||||
|
DECLARE_MSM_GPIO_PINS(79);
|
||||||
|
DECLARE_MSM_GPIO_PINS(80);
|
||||||
|
DECLARE_MSM_GPIO_PINS(81);
|
||||||
|
DECLARE_MSM_GPIO_PINS(82);
|
||||||
|
DECLARE_MSM_GPIO_PINS(83);
|
||||||
|
DECLARE_MSM_GPIO_PINS(84);
|
||||||
|
DECLARE_MSM_GPIO_PINS(85);
|
||||||
|
DECLARE_MSM_GPIO_PINS(86);
|
||||||
|
DECLARE_MSM_GPIO_PINS(87);
|
||||||
|
DECLARE_MSM_GPIO_PINS(88);
|
||||||
|
DECLARE_MSM_GPIO_PINS(89);
|
||||||
|
DECLARE_MSM_GPIO_PINS(90);
|
||||||
|
DECLARE_MSM_GPIO_PINS(91);
|
||||||
|
DECLARE_MSM_GPIO_PINS(92);
|
||||||
|
DECLARE_MSM_GPIO_PINS(93);
|
||||||
|
DECLARE_MSM_GPIO_PINS(94);
|
||||||
|
DECLARE_MSM_GPIO_PINS(95);
|
||||||
|
DECLARE_MSM_GPIO_PINS(96);
|
||||||
|
DECLARE_MSM_GPIO_PINS(97);
|
||||||
|
DECLARE_MSM_GPIO_PINS(98);
|
||||||
|
DECLARE_MSM_GPIO_PINS(99);
|
||||||
|
DECLARE_MSM_GPIO_PINS(100);
|
||||||
|
DECLARE_MSM_GPIO_PINS(101);
|
||||||
|
DECLARE_MSM_GPIO_PINS(102);
|
||||||
|
DECLARE_MSM_GPIO_PINS(103);
|
||||||
|
DECLARE_MSM_GPIO_PINS(104);
|
||||||
|
DECLARE_MSM_GPIO_PINS(105);
|
||||||
|
DECLARE_MSM_GPIO_PINS(106);
|
||||||
|
DECLARE_MSM_GPIO_PINS(107);
|
||||||
|
DECLARE_MSM_GPIO_PINS(108);
|
||||||
|
DECLARE_MSM_GPIO_PINS(109);
|
||||||
|
DECLARE_MSM_GPIO_PINS(110);
|
||||||
|
DECLARE_MSM_GPIO_PINS(111);
|
||||||
|
DECLARE_MSM_GPIO_PINS(112);
|
||||||
|
DECLARE_MSM_GPIO_PINS(113);
|
||||||
|
DECLARE_MSM_GPIO_PINS(114);
|
||||||
|
DECLARE_MSM_GPIO_PINS(115);
|
||||||
|
DECLARE_MSM_GPIO_PINS(116);
|
||||||
|
DECLARE_MSM_GPIO_PINS(117);
|
||||||
|
DECLARE_MSM_GPIO_PINS(118);
|
||||||
|
DECLARE_MSM_GPIO_PINS(119);
|
||||||
|
DECLARE_MSM_GPIO_PINS(120);
|
||||||
|
DECLARE_MSM_GPIO_PINS(121);
|
||||||
|
DECLARE_MSM_GPIO_PINS(122);
|
||||||
|
DECLARE_MSM_GPIO_PINS(123);
|
||||||
|
DECLARE_MSM_GPIO_PINS(124);
|
||||||
|
DECLARE_MSM_GPIO_PINS(125);
|
||||||
|
DECLARE_MSM_GPIO_PINS(126);
|
||||||
|
DECLARE_MSM_GPIO_PINS(127);
|
||||||
|
DECLARE_MSM_GPIO_PINS(128);
|
||||||
|
DECLARE_MSM_GPIO_PINS(129);
|
||||||
|
DECLARE_MSM_GPIO_PINS(130);
|
||||||
|
DECLARE_MSM_GPIO_PINS(131);
|
||||||
|
DECLARE_MSM_GPIO_PINS(132);
|
||||||
|
DECLARE_MSM_GPIO_PINS(133);
|
||||||
|
DECLARE_MSM_GPIO_PINS(134);
|
||||||
|
DECLARE_MSM_GPIO_PINS(135);
|
||||||
|
DECLARE_MSM_GPIO_PINS(136);
|
||||||
|
DECLARE_MSM_GPIO_PINS(137);
|
||||||
|
DECLARE_MSM_GPIO_PINS(138);
|
||||||
|
DECLARE_MSM_GPIO_PINS(139);
|
||||||
|
DECLARE_MSM_GPIO_PINS(140);
|
||||||
|
DECLARE_MSM_GPIO_PINS(141);
|
||||||
|
DECLARE_MSM_GPIO_PINS(142);
|
||||||
|
DECLARE_MSM_GPIO_PINS(143);
|
||||||
|
DECLARE_MSM_GPIO_PINS(144);
|
||||||
|
DECLARE_MSM_GPIO_PINS(145);
|
||||||
|
|
||||||
|
static const unsigned int sdc1_clk_pins[] = { 146 };
|
||||||
|
static const unsigned int sdc1_cmd_pins[] = { 147 };
|
||||||
|
static const unsigned int sdc1_data_pins[] = { 148 };
|
||||||
|
static const unsigned int sdc2_clk_pins[] = { 149 };
|
||||||
|
static const unsigned int sdc2_cmd_pins[] = { 150 };
|
||||||
|
static const unsigned int sdc2_data_pins[] = { 151 };
|
||||||
|
|
||||||
|
#define FUNCTION(fname) \
|
||||||
|
[MSM_MUX_##fname] = { \
|
||||||
|
.name = #fname, \
|
||||||
|
.groups = fname##_groups, \
|
||||||
|
.ngroups = ARRAY_SIZE(fname##_groups), \
|
||||||
|
}
|
||||||
|
|
||||||
|
#define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7) \
|
||||||
|
{ \
|
||||||
|
.name = "gpio" #id, \
|
||||||
|
.pins = gpio##id##_pins, \
|
||||||
|
.npins = ARRAY_SIZE(gpio##id##_pins), \
|
||||||
|
.funcs = { \
|
||||||
|
MSM_MUX_NA, /* gpio mode */ \
|
||||||
|
MSM_MUX_##f1, \
|
||||||
|
MSM_MUX_##f2, \
|
||||||
|
MSM_MUX_##f3, \
|
||||||
|
MSM_MUX_##f4, \
|
||||||
|
MSM_MUX_##f5, \
|
||||||
|
MSM_MUX_##f6, \
|
||||||
|
MSM_MUX_##f7 \
|
||||||
|
}, \
|
||||||
|
.ctl_reg = 0x1000 + 0x10 * id, \
|
||||||
|
.io_reg = 0x1004 + 0x10 * id, \
|
||||||
|
.intr_cfg_reg = 0x1008 + 0x10 * id, \
|
||||||
|
.intr_status_reg = 0x100c + 0x10 * id, \
|
||||||
|
.intr_target_reg = 0x1008 + 0x10 * id, \
|
||||||
|
.mux_bit = 2, \
|
||||||
|
.pull_bit = 0, \
|
||||||
|
.drv_bit = 6, \
|
||||||
|
.oe_bit = 9, \
|
||||||
|
.in_bit = 0, \
|
||||||
|
.out_bit = 1, \
|
||||||
|
.intr_enable_bit = 0, \
|
||||||
|
.intr_status_bit = 0, \
|
||||||
|
.intr_target_bit = 5, \
|
||||||
|
.intr_raw_status_bit = 4, \
|
||||||
|
.intr_polarity_bit = 1, \
|
||||||
|
.intr_detection_bit = 2, \
|
||||||
|
.intr_detection_width = 2, \
|
||||||
|
}
|
||||||
|
|
||||||
|
#define SDC_PINGROUP(pg_name, ctl, pull, drv) \
|
||||||
|
{ \
|
||||||
|
.name = #pg_name, \
|
||||||
|
.pins = pg_name##_pins, \
|
||||||
|
.npins = ARRAY_SIZE(pg_name##_pins), \
|
||||||
|
.ctl_reg = ctl, \
|
||||||
|
.io_reg = 0, \
|
||||||
|
.intr_cfg_reg = 0, \
|
||||||
|
.intr_status_reg = 0, \
|
||||||
|
.intr_target_reg = 0, \
|
||||||
|
.mux_bit = -1, \
|
||||||
|
.pull_bit = pull, \
|
||||||
|
.drv_bit = drv, \
|
||||||
|
.oe_bit = -1, \
|
||||||
|
.in_bit = -1, \
|
||||||
|
.out_bit = -1, \
|
||||||
|
.intr_enable_bit = -1, \
|
||||||
|
.intr_status_bit = -1, \
|
||||||
|
.intr_target_bit = -1, \
|
||||||
|
.intr_raw_status_bit = -1, \
|
||||||
|
.intr_polarity_bit = -1, \
|
||||||
|
.intr_detection_bit = -1, \
|
||||||
|
.intr_detection_width = -1, \
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TODO: Add the rest of the possible functions and fill out
|
||||||
|
* the pingroup table below.
|
||||||
|
*/
|
||||||
|
enum msm8x74_functions {
|
||||||
|
MSM_MUX_blsp_i2c2,
|
||||||
|
MSM_MUX_blsp_i2c6,
|
||||||
|
MSM_MUX_blsp_i2c11,
|
||||||
|
MSM_MUX_blsp_spi1,
|
||||||
|
MSM_MUX_blsp_uart2,
|
||||||
|
MSM_MUX_blsp_uart8,
|
||||||
|
MSM_MUX_slimbus,
|
||||||
|
MSM_MUX_NA,
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const blsp_i2c2_groups[] = { "gpio6", "gpio7" };
|
||||||
|
static const char * const blsp_i2c6_groups[] = { "gpio29", "gpio30" };
|
||||||
|
static const char * const blsp_i2c11_groups[] = { "gpio83", "gpio84" };
|
||||||
|
static const char * const blsp_spi1_groups[] = { "gpio0", "gpio1", "gpio2", "gpio3" };
|
||||||
|
static const char * const blsp_uart2_groups[] = { "gpio4", "gpio5" };
|
||||||
|
static const char * const blsp_uart8_groups[] = { "gpio45", "gpio46" };
|
||||||
|
static const char * const slimbus_groups[] = { "gpio70", "gpio71" };
|
||||||
|
|
||||||
|
static const struct msm_function msm8x74_functions[] = {
|
||||||
|
FUNCTION(blsp_i2c2),
|
||||||
|
FUNCTION(blsp_i2c6),
|
||||||
|
FUNCTION(blsp_i2c11),
|
||||||
|
FUNCTION(blsp_spi1),
|
||||||
|
FUNCTION(blsp_uart2),
|
||||||
|
FUNCTION(blsp_uart8),
|
||||||
|
FUNCTION(slimbus),
|
||||||
|
};
|
||||||
|
|
||||||
|
static const struct msm_pingroup msm8x74_groups[] = {
|
||||||
|
PINGROUP(0, blsp_spi1, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(1, blsp_spi1, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(2, blsp_spi1, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(3, blsp_spi1, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(4, NA, blsp_uart2, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(5, NA, blsp_uart2, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(6, NA, NA, blsp_i2c2, NA, NA, NA, NA),
|
||||||
|
PINGROUP(7, NA, NA, blsp_i2c2, NA, NA, NA, NA),
|
||||||
|
PINGROUP(8, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(9, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(10, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(11, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(12, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(13, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(14, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(15, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(16, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(17, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(18, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(19, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(20, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(21, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(22, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(23, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(24, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(25, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(26, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(27, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(28, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(29, NA, NA, blsp_i2c6, NA, NA, NA, NA),
|
||||||
|
PINGROUP(30, NA, NA, blsp_i2c6, NA, NA, NA, NA),
|
||||||
|
PINGROUP(31, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(32, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(33, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(34, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(35, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(36, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(37, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(38, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(39, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(40, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(41, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(42, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(43, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(44, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(45, NA, blsp_uart8, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(46, NA, blsp_uart8, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(47, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(48, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(49, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(50, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(51, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(52, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(53, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(54, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(55, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(56, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(57, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(58, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(59, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(60, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(61, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(62, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(63, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(64, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(65, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(66, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(67, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(68, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(69, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(70, slimbus, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(71, slimbus, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(72, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(73, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(74, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(75, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(76, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(77, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(78, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(79, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(80, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(81, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(82, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(83, NA, NA, blsp_i2c11, NA, NA, NA, NA),
|
||||||
|
PINGROUP(84, NA, NA, blsp_i2c11, NA, NA, NA, NA),
|
||||||
|
PINGROUP(85, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(86, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(87, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(88, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(89, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(90, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(91, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(92, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(93, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(94, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(95, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(96, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(97, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(98, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(99, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(100, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(101, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(102, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(103, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(104, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(105, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(106, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(107, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(108, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(109, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(110, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(111, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(112, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(113, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(114, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(115, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(116, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(117, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(118, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(119, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(120, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(121, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(122, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(123, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(124, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(125, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(126, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(127, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(128, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(129, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(130, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(131, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(132, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(133, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(134, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(135, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(136, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(137, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(138, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(139, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(140, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(141, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(143, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(143, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(144, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
PINGROUP(145, NA, NA, NA, NA, NA, NA, NA),
|
||||||
|
SDC_PINGROUP(sdc1_clk, 0x2044, 13, 6),
|
||||||
|
SDC_PINGROUP(sdc1_cmd, 0x2044, 11, 3),
|
||||||
|
SDC_PINGROUP(sdc1_data, 0x2044, 9, 0),
|
||||||
|
SDC_PINGROUP(sdc2_clk, 0x2048, 14, 6),
|
||||||
|
SDC_PINGROUP(sdc2_cmd, 0x2048, 11, 3),
|
||||||
|
SDC_PINGROUP(sdc2_data, 0x2048, 9, 0),
|
||||||
|
};
|
||||||
|
|
||||||
|
#define NUM_GPIO_PINGROUPS 146
|
||||||
|
|
||||||
|
static const struct msm_pinctrl_soc_data msm8x74_pinctrl = {
|
||||||
|
.pins = msm8x74_pins,
|
||||||
|
.npins = ARRAY_SIZE(msm8x74_pins),
|
||||||
|
.functions = msm8x74_functions,
|
||||||
|
.nfunctions = ARRAY_SIZE(msm8x74_functions),
|
||||||
|
.groups = msm8x74_groups,
|
||||||
|
.ngroups = ARRAY_SIZE(msm8x74_groups),
|
||||||
|
.ngpios = NUM_GPIO_PINGROUPS,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int msm8x74_pinctrl_probe(struct platform_device *pdev)
|
||||||
|
{
|
||||||
|
return msm_pinctrl_probe(pdev, &msm8x74_pinctrl);
|
||||||
|
}
|
||||||
|
|
||||||
|
static const struct of_device_id msm8x74_pinctrl_of_match[] = {
|
||||||
|
{ .compatible = "qcom,msm8974-pinctrl", },
|
||||||
|
{ },
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct platform_driver msm8x74_pinctrl_driver = {
|
||||||
|
.driver = {
|
||||||
|
.name = "msm8x74-pinctrl",
|
||||||
|
.owner = THIS_MODULE,
|
||||||
|
.of_match_table = msm8x74_pinctrl_of_match,
|
||||||
|
},
|
||||||
|
.probe = msm8x74_pinctrl_probe,
|
||||||
|
.remove = msm_pinctrl_remove,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int __init msm8x74_pinctrl_init(void)
|
||||||
|
{
|
||||||
|
return platform_driver_register(&msm8x74_pinctrl_driver);
|
||||||
|
}
|
||||||
|
arch_initcall(msm8x74_pinctrl_init);
|
||||||
|
|
||||||
|
static void __exit msm8x74_pinctrl_exit(void)
|
||||||
|
{
|
||||||
|
platform_driver_unregister(&msm8x74_pinctrl_driver);
|
||||||
|
}
|
||||||
|
module_exit(msm8x74_pinctrl_exit);
|
||||||
|
|
||||||
|
MODULE_AUTHOR("Bjorn Andersson <bjorn.andersson@sonymobile.com>");
|
||||||
|
MODULE_DESCRIPTION("Qualcomm MSM8x74 pinctrl driver");
|
||||||
|
MODULE_LICENSE("GPL v2");
|
||||||
|
MODULE_DEVICE_TABLE(of, msm8x74_pinctrl_of_match);
|
||||||
|
|
@ -846,14 +846,14 @@ static void nmk_gpio_dbg_show_one(struct seq_file *s,
|
|||||||
(mode < 0) ? "unknown" : modes[mode],
|
(mode < 0) ? "unknown" : modes[mode],
|
||||||
pull ? "pull" : "none");
|
pull ? "pull" : "none");
|
||||||
|
|
||||||
if (label && !is_out) {
|
if (!is_out) {
|
||||||
int irq = gpio_to_irq(gpio);
|
int irq = gpio_to_irq(gpio);
|
||||||
struct irq_desc *desc = irq_to_desc(irq);
|
struct irq_desc *desc = irq_to_desc(irq);
|
||||||
|
|
||||||
/* This races with request_irq(), set_irq_type(),
|
/* This races with request_irq(), set_irq_type(),
|
||||||
* and set_irq_wake() ... but those are "rare".
|
* and set_irq_wake() ... but those are "rare".
|
||||||
*/
|
*/
|
||||||
if (irq >= 0 && desc->action) {
|
if (irq > 0 && desc && desc->action) {
|
||||||
char *trigger;
|
char *trigger;
|
||||||
u32 bitmask = nmk_gpio_get_bitmask(gpio);
|
u32 bitmask = nmk_gpio_get_bitmask(gpio);
|
||||||
|
|
||||||
|
@ -525,12 +525,18 @@ static void pcs_disable(struct pinctrl_dev *pctldev, unsigned fselector,
|
|||||||
for (i = 0; i < func->nvals; i++) {
|
for (i = 0; i < func->nvals; i++) {
|
||||||
struct pcs_func_vals *vals;
|
struct pcs_func_vals *vals;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
unsigned val;
|
unsigned val, mask;
|
||||||
|
|
||||||
vals = &func->vals[i];
|
vals = &func->vals[i];
|
||||||
raw_spin_lock_irqsave(&pcs->lock, flags);
|
raw_spin_lock_irqsave(&pcs->lock, flags);
|
||||||
val = pcs->read(vals->reg);
|
val = pcs->read(vals->reg);
|
||||||
val &= ~pcs->fmask;
|
|
||||||
|
if (pcs->bits_per_mux)
|
||||||
|
mask = vals->mask;
|
||||||
|
else
|
||||||
|
mask = pcs->fmask;
|
||||||
|
|
||||||
|
val &= ~mask;
|
||||||
val |= pcs->foff << pcs->fshift;
|
val |= pcs->foff << pcs->fshift;
|
||||||
pcs->write(val, vals->reg);
|
pcs->write(val, vals->reg);
|
||||||
raw_spin_unlock_irqrestore(&pcs->lock, flags);
|
raw_spin_unlock_irqrestore(&pcs->lock, flags);
|
||||||
@ -1312,6 +1318,14 @@ static int pcs_parse_bits_in_pinctrl_entry(struct pcs_device *pcs,
|
|||||||
mask_pos = ((pcs->fmask) << (bit_pos - 1));
|
mask_pos = ((pcs->fmask) << (bit_pos - 1));
|
||||||
val_pos = val & mask_pos;
|
val_pos = val & mask_pos;
|
||||||
submask = mask & mask_pos;
|
submask = mask & mask_pos;
|
||||||
|
|
||||||
|
if ((mask & mask_pos) == 0) {
|
||||||
|
dev_err(pcs->dev,
|
||||||
|
"Invalid mask for %s at 0x%x\n",
|
||||||
|
np->name, offset);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
mask &= ~mask_pos;
|
mask &= ~mask_pos;
|
||||||
|
|
||||||
if (submask != mask_pos) {
|
if (submask != mask_pos) {
|
||||||
|
@ -1370,10 +1370,10 @@ static int st_pctl_probe(struct platform_device *pdev)
|
|||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
pctl_desc->owner = THIS_MODULE,
|
pctl_desc->owner = THIS_MODULE;
|
||||||
pctl_desc->pctlops = &st_pctlops,
|
pctl_desc->pctlops = &st_pctlops;
|
||||||
pctl_desc->pmxops = &st_pmxops,
|
pctl_desc->pmxops = &st_pmxops;
|
||||||
pctl_desc->confops = &st_confops,
|
pctl_desc->confops = &st_confops;
|
||||||
pctl_desc->name = dev_name(&pdev->dev);
|
pctl_desc->name = dev_name(&pdev->dev);
|
||||||
|
|
||||||
info->pctl = pinctrl_register(pctl_desc, &pdev->dev, info);
|
info->pctl = pinctrl_register(pctl_desc, &pdev->dev, info);
|
||||||
|
@ -3774,12 +3774,14 @@ static const struct sunxi_desc_pin sun7i_a20_pins[] = {
|
|||||||
SUNXI_FUNCTION(0x1, "gpio_out"),
|
SUNXI_FUNCTION(0x1, "gpio_out"),
|
||||||
SUNXI_FUNCTION(0x2, "spi0"), /* MOSI */
|
SUNXI_FUNCTION(0x2, "spi0"), /* MOSI */
|
||||||
SUNXI_FUNCTION(0x3, "uart6"), /* TX */
|
SUNXI_FUNCTION(0x3, "uart6"), /* TX */
|
||||||
|
SUNXI_FUNCTION(0x4, "clk_out_a"), /* CLK_OUT_A */
|
||||||
SUNXI_FUNCTION_IRQ(0x5, 24)), /* EINT24 */
|
SUNXI_FUNCTION_IRQ(0x5, 24)), /* EINT24 */
|
||||||
SUNXI_PIN(SUNXI_PINCTRL_PIN_PI13,
|
SUNXI_PIN(SUNXI_PINCTRL_PIN_PI13,
|
||||||
SUNXI_FUNCTION(0x0, "gpio_in"),
|
SUNXI_FUNCTION(0x0, "gpio_in"),
|
||||||
SUNXI_FUNCTION(0x1, "gpio_out"),
|
SUNXI_FUNCTION(0x1, "gpio_out"),
|
||||||
SUNXI_FUNCTION(0x2, "spi0"), /* MISO */
|
SUNXI_FUNCTION(0x2, "spi0"), /* MISO */
|
||||||
SUNXI_FUNCTION(0x3, "uart6"), /* RX */
|
SUNXI_FUNCTION(0x3, "uart6"), /* RX */
|
||||||
|
SUNXI_FUNCTION(0x4, "clk_out_b"), /* CLK_OUT_B */
|
||||||
SUNXI_FUNCTION_IRQ(0x5, 25)), /* EINT25 */
|
SUNXI_FUNCTION_IRQ(0x5, 25)), /* EINT25 */
|
||||||
SUNXI_PIN(SUNXI_PINCTRL_PIN_PI14,
|
SUNXI_PIN(SUNXI_PINCTRL_PIN_PI14,
|
||||||
SUNXI_FUNCTION(0x0, "gpio_in"),
|
SUNXI_FUNCTION(0x0, "gpio_in"),
|
||||||
|
@ -469,12 +469,6 @@ static int sunxi_pinctrl_gpio_get(struct gpio_chip *chip, unsigned offset)
|
|||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int sunxi_pinctrl_gpio_direction_output(struct gpio_chip *chip,
|
|
||||||
unsigned offset, int value)
|
|
||||||
{
|
|
||||||
return pinctrl_gpio_direction_output(chip->base + offset);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void sunxi_pinctrl_gpio_set(struct gpio_chip *chip,
|
static void sunxi_pinctrl_gpio_set(struct gpio_chip *chip,
|
||||||
unsigned offset, int value)
|
unsigned offset, int value)
|
||||||
{
|
{
|
||||||
@ -498,6 +492,13 @@ static void sunxi_pinctrl_gpio_set(struct gpio_chip *chip,
|
|||||||
spin_unlock_irqrestore(&pctl->lock, flags);
|
spin_unlock_irqrestore(&pctl->lock, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int sunxi_pinctrl_gpio_direction_output(struct gpio_chip *chip,
|
||||||
|
unsigned offset, int value)
|
||||||
|
{
|
||||||
|
sunxi_pinctrl_gpio_set(chip, offset, value);
|
||||||
|
return pinctrl_gpio_direction_output(chip->base + offset);
|
||||||
|
}
|
||||||
|
|
||||||
static int sunxi_pinctrl_gpio_of_xlate(struct gpio_chip *gc,
|
static int sunxi_pinctrl_gpio_of_xlate(struct gpio_chip *gc,
|
||||||
const struct of_phandle_args *gpiospec,
|
const struct of_phandle_args *gpiospec,
|
||||||
u32 *flags)
|
u32 *flags)
|
||||||
|
3137
drivers/pinctrl/pinctrl-tegra124.c
Normal file
3137
drivers/pinctrl/pinctrl-tegra124.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -332,10 +332,10 @@ static const struct ltq_pin_group xway_grps[] = {
|
|||||||
GRP_MUX("mdio", MDIO, pins_mdio),
|
GRP_MUX("mdio", MDIO, pins_mdio),
|
||||||
GRP_MUX("gphy0 led0", GPHY, pins_gphy0_led0),
|
GRP_MUX("gphy0 led0", GPHY, pins_gphy0_led0),
|
||||||
GRP_MUX("gphy0 led1", GPHY, pins_gphy0_led1),
|
GRP_MUX("gphy0 led1", GPHY, pins_gphy0_led1),
|
||||||
GRP_MUX("gphy0 lde2", GPHY, pins_gphy0_led2),
|
GRP_MUX("gphy0 led2", GPHY, pins_gphy0_led2),
|
||||||
GRP_MUX("gphy1 led0", GPHY, pins_gphy1_led0),
|
GRP_MUX("gphy1 led0", GPHY, pins_gphy1_led0),
|
||||||
GRP_MUX("gphy1 led1", GPHY, pins_gphy1_led1),
|
GRP_MUX("gphy1 led1", GPHY, pins_gphy1_led1),
|
||||||
GRP_MUX("gphy1 lde2", GPHY, pins_gphy1_led2),
|
GRP_MUX("gphy1 led2", GPHY, pins_gphy1_led2),
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct ltq_pin_group ase_grps[] = {
|
static const struct ltq_pin_group ase_grps[] = {
|
||||||
|
@ -26,29 +26,67 @@
|
|||||||
|
|
||||||
#include "core.h"
|
#include "core.h"
|
||||||
|
|
||||||
static int sh_pfc_ioremap(struct sh_pfc *pfc, struct platform_device *pdev)
|
static int sh_pfc_map_resources(struct sh_pfc *pfc,
|
||||||
|
struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
|
unsigned int num_windows = 0;
|
||||||
|
unsigned int num_irqs = 0;
|
||||||
|
struct sh_pfc_window *windows;
|
||||||
|
unsigned int *irqs = NULL;
|
||||||
struct resource *res;
|
struct resource *res;
|
||||||
int k;
|
unsigned int i;
|
||||||
|
|
||||||
if (pdev->num_resources == 0)
|
/* Count the MEM and IRQ resources. */
|
||||||
|
for (i = 0; i < pdev->num_resources; ++i) {
|
||||||
|
switch (resource_type(&pdev->resource[i])) {
|
||||||
|
case IORESOURCE_MEM:
|
||||||
|
num_windows++;
|
||||||
|
break;
|
||||||
|
|
||||||
|
case IORESOURCE_IRQ:
|
||||||
|
num_irqs++;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (num_windows == 0)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
pfc->window = devm_kzalloc(pfc->dev, pdev->num_resources *
|
/* Allocate memory windows and IRQs arrays. */
|
||||||
sizeof(*pfc->window), GFP_NOWAIT);
|
windows = devm_kzalloc(pfc->dev, num_windows * sizeof(*windows),
|
||||||
if (!pfc->window)
|
GFP_KERNEL);
|
||||||
|
if (windows == NULL)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
pfc->num_windows = pdev->num_resources;
|
pfc->num_windows = num_windows;
|
||||||
|
pfc->windows = windows;
|
||||||
|
|
||||||
for (k = 0, res = pdev->resource; k < pdev->num_resources; k++, res++) {
|
if (num_irqs) {
|
||||||
WARN_ON(resource_type(res) != IORESOURCE_MEM);
|
irqs = devm_kzalloc(pfc->dev, num_irqs * sizeof(*irqs),
|
||||||
pfc->window[k].phys = res->start;
|
GFP_KERNEL);
|
||||||
pfc->window[k].size = resource_size(res);
|
if (irqs == NULL)
|
||||||
pfc->window[k].virt = devm_ioremap_nocache(pfc->dev, res->start,
|
|
||||||
resource_size(res));
|
|
||||||
if (!pfc->window[k].virt)
|
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
|
pfc->num_irqs = num_irqs;
|
||||||
|
pfc->irqs = irqs;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fill them. */
|
||||||
|
for (i = 0, res = pdev->resource; i < pdev->num_resources; i++, res++) {
|
||||||
|
switch (resource_type(res)) {
|
||||||
|
case IORESOURCE_MEM:
|
||||||
|
windows->phys = res->start;
|
||||||
|
windows->size = resource_size(res);
|
||||||
|
windows->virt = devm_ioremap_resource(pfc->dev, res);
|
||||||
|
if (IS_ERR(windows->virt))
|
||||||
|
return -ENOMEM;
|
||||||
|
windows++;
|
||||||
|
break;
|
||||||
|
|
||||||
|
case IORESOURCE_IRQ:
|
||||||
|
*irqs++ = res->start;
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
@ -62,7 +100,7 @@ static void __iomem *sh_pfc_phys_to_virt(struct sh_pfc *pfc,
|
|||||||
|
|
||||||
/* scan through physical windows and convert address */
|
/* scan through physical windows and convert address */
|
||||||
for (i = 0; i < pfc->num_windows; i++) {
|
for (i = 0; i < pfc->num_windows; i++) {
|
||||||
window = pfc->window + i;
|
window = pfc->windows + i;
|
||||||
|
|
||||||
if (address < window->phys)
|
if (address < window->phys)
|
||||||
continue;
|
continue;
|
||||||
@ -147,7 +185,7 @@ static void sh_pfc_config_reg_helper(struct sh_pfc *pfc,
|
|||||||
unsigned long *maskp,
|
unsigned long *maskp,
|
||||||
unsigned long *posp)
|
unsigned long *posp)
|
||||||
{
|
{
|
||||||
int k;
|
unsigned int k;
|
||||||
|
|
||||||
*mapped_regp = sh_pfc_phys_to_virt(pfc, crp->reg);
|
*mapped_regp = sh_pfc_phys_to_virt(pfc, crp->reg);
|
||||||
|
|
||||||
@ -196,7 +234,7 @@ static int sh_pfc_get_config_reg(struct sh_pfc *pfc, u16 enum_id,
|
|||||||
{
|
{
|
||||||
const struct pinmux_cfg_reg *config_reg;
|
const struct pinmux_cfg_reg *config_reg;
|
||||||
unsigned long r_width, f_width, curr_width, ncomb;
|
unsigned long r_width, f_width, curr_width, ncomb;
|
||||||
int k, m, n, pos, bit_pos;
|
unsigned int k, m, n, pos, bit_pos;
|
||||||
|
|
||||||
k = 0;
|
k = 0;
|
||||||
while (1) {
|
while (1) {
|
||||||
@ -238,7 +276,7 @@ static int sh_pfc_mark_to_enum(struct sh_pfc *pfc, u16 mark, int pos,
|
|||||||
u16 *enum_idp)
|
u16 *enum_idp)
|
||||||
{
|
{
|
||||||
const u16 *data = pfc->info->gpio_data;
|
const u16 *data = pfc->info->gpio_data;
|
||||||
int k;
|
unsigned int k;
|
||||||
|
|
||||||
if (pos) {
|
if (pos) {
|
||||||
*enum_idp = data[pos + 1];
|
*enum_idp = data[pos + 1];
|
||||||
@ -481,7 +519,7 @@ static int sh_pfc_probe(struct platform_device *pdev)
|
|||||||
pfc->info = info;
|
pfc->info = info;
|
||||||
pfc->dev = &pdev->dev;
|
pfc->dev = &pdev->dev;
|
||||||
|
|
||||||
ret = sh_pfc_ioremap(pfc, pdev);
|
ret = sh_pfc_map_resources(pfc, pdev);
|
||||||
if (unlikely(ret < 0))
|
if (unlikely(ret < 0))
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
@ -37,7 +37,9 @@ struct sh_pfc {
|
|||||||
spinlock_t lock;
|
spinlock_t lock;
|
||||||
|
|
||||||
unsigned int num_windows;
|
unsigned int num_windows;
|
||||||
struct sh_pfc_window *window;
|
struct sh_pfc_window *windows;
|
||||||
|
unsigned int num_irqs;
|
||||||
|
unsigned int *irqs;
|
||||||
|
|
||||||
struct sh_pfc_pin_range *ranges;
|
struct sh_pfc_pin_range *ranges;
|
||||||
unsigned int nr_ranges;
|
unsigned int nr_ranges;
|
||||||
|
@ -204,18 +204,24 @@ static void gpio_pin_set(struct gpio_chip *gc, unsigned offset, int value)
|
|||||||
static int gpio_pin_to_irq(struct gpio_chip *gc, unsigned offset)
|
static int gpio_pin_to_irq(struct gpio_chip *gc, unsigned offset)
|
||||||
{
|
{
|
||||||
struct sh_pfc *pfc = gpio_to_pfc(gc);
|
struct sh_pfc *pfc = gpio_to_pfc(gc);
|
||||||
int i, k;
|
unsigned int i, k;
|
||||||
|
|
||||||
for (i = 0; i < pfc->info->gpio_irq_size; i++) {
|
for (i = 0; i < pfc->info->gpio_irq_size; i++) {
|
||||||
unsigned short *gpios = pfc->info->gpio_irq[i].gpios;
|
const short *gpios = pfc->info->gpio_irq[i].gpios;
|
||||||
|
|
||||||
for (k = 0; gpios[k]; k++) {
|
for (k = 0; gpios[k] >= 0; k++) {
|
||||||
if (gpios[k] == offset)
|
if (gpios[k] == offset)
|
||||||
return pfc->info->gpio_irq[i].irq;
|
goto found;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return -ENOSYS;
|
return -ENOSYS;
|
||||||
|
|
||||||
|
found:
|
||||||
|
if (pfc->num_irqs)
|
||||||
|
return pfc->irqs[i];
|
||||||
|
else
|
||||||
|
return pfc->info->gpio_irq[i].irq;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int gpio_pin_setup(struct sh_pfc_chip *chip)
|
static int gpio_pin_setup(struct sh_pfc_chip *chip)
|
||||||
@ -347,7 +353,7 @@ int sh_pfc_register_gpiochip(struct sh_pfc *pfc)
|
|||||||
* GPIOs.
|
* GPIOs.
|
||||||
*/
|
*/
|
||||||
for (i = 0; i < pfc->num_windows; ++i) {
|
for (i = 0; i < pfc->num_windows; ++i) {
|
||||||
struct sh_pfc_window *window = &pfc->window[i];
|
struct sh_pfc_window *window = &pfc->windows[i];
|
||||||
|
|
||||||
if (pfc->info->data_regs[0].reg >= window->phys &&
|
if (pfc->info->data_regs[0].reg >= window->phys &&
|
||||||
pfc->info->data_regs[0].reg < window->phys + window->size)
|
pfc->info->data_regs[0].reg < window->phys + window->size)
|
||||||
@ -357,8 +363,14 @@ int sh_pfc_register_gpiochip(struct sh_pfc *pfc)
|
|||||||
if (i == pfc->num_windows)
|
if (i == pfc->num_windows)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
/* If we have IRQ resources make sure their number is correct. */
|
||||||
|
if (pfc->num_irqs && pfc->num_irqs != pfc->info->gpio_irq_size) {
|
||||||
|
dev_err(pfc->dev, "invalid number of IRQ resources\n");
|
||||||
|
return -EINVAL;
|
||||||
|
}
|
||||||
|
|
||||||
/* Register the real GPIOs chip. */
|
/* Register the real GPIOs chip. */
|
||||||
chip = sh_pfc_add_gpiochip(pfc, gpio_pin_setup, &pfc->window[i]);
|
chip = sh_pfc_add_gpiochip(pfc, gpio_pin_setup, &pfc->windows[i]);
|
||||||
if (IS_ERR(chip))
|
if (IS_ERR(chip))
|
||||||
return PTR_ERR(chip);
|
return PTR_ERR(chip);
|
||||||
|
|
||||||
|
@ -1272,7 +1272,7 @@ static const u16 pinmux_data[] = {
|
|||||||
#define R8A73A4_PIN_IO_PU_PD(pin) SH_PFC_PIN_CFG(pin, __IO | __PUD)
|
#define R8A73A4_PIN_IO_PU_PD(pin) SH_PFC_PIN_CFG(pin, __IO | __PUD)
|
||||||
#define R8A73A4_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O)
|
#define R8A73A4_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O)
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
R8A73A4_PIN_IO_PU_PD(0), R8A73A4_PIN_IO_PU_PD(1),
|
R8A73A4_PIN_IO_PU_PD(0), R8A73A4_PIN_IO_PU_PD(1),
|
||||||
R8A73A4_PIN_IO_PU_PD(2), R8A73A4_PIN_IO_PU_PD(3),
|
R8A73A4_PIN_IO_PU_PD(2), R8A73A4_PIN_IO_PU_PD(3),
|
||||||
R8A73A4_PIN_IO_PU_PD(4), R8A73A4_PIN_IO_PU_PD(5),
|
R8A73A4_PIN_IO_PU_PD(4), R8A73A4_PIN_IO_PU_PD(5),
|
||||||
@ -2061,17 +2061,6 @@ static const struct sh_pfc_function pinmux_functions[] = {
|
|||||||
SH_PFC_FUNCTION(sdhi2),
|
SH_PFC_FUNCTION(sdhi2),
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef PORTCR
|
|
||||||
#define PORTCR(nr, reg) \
|
|
||||||
{ \
|
|
||||||
PINMUX_CFG_REG("PORT" nr "CR", reg, 8, 4) { \
|
|
||||||
_PCRH(PORT##nr##_IN, 0, 0, PORT##nr##_OUT), \
|
|
||||||
PORT##nr##_FN0, PORT##nr##_FN1, \
|
|
||||||
PORT##nr##_FN2, PORT##nr##_FN3, \
|
|
||||||
PORT##nr##_FN4, PORT##nr##_FN5, \
|
|
||||||
PORT##nr##_FN6, PORT##nr##_FN7 } \
|
|
||||||
}
|
|
||||||
|
|
||||||
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
||||||
PORTCR(0, 0xe6050000),
|
PORTCR(0, 0xe6050000),
|
||||||
PORTCR(1, 0xe6050001),
|
PORTCR(1, 0xe6050001),
|
||||||
@ -2691,7 +2680,7 @@ static unsigned int r8a73a4_pinmux_get_bias(struct sh_pfc *pfc,
|
|||||||
{
|
{
|
||||||
void __iomem *addr;
|
void __iomem *addr;
|
||||||
|
|
||||||
addr = pfc->window->virt + r8a73a4_portcr_offsets[pin >> 5] + pin;
|
addr = pfc->windows->virt + r8a73a4_portcr_offsets[pin >> 5] + pin;
|
||||||
|
|
||||||
switch (ioread8(addr) & PORTCR_PULMD_MASK) {
|
switch (ioread8(addr) & PORTCR_PULMD_MASK) {
|
||||||
case PORTCR_PULMD_UP:
|
case PORTCR_PULMD_UP:
|
||||||
@ -2710,7 +2699,7 @@ static void r8a73a4_pinmux_set_bias(struct sh_pfc *pfc, unsigned int pin,
|
|||||||
void __iomem *addr;
|
void __iomem *addr;
|
||||||
u32 value;
|
u32 value;
|
||||||
|
|
||||||
addr = pfc->window->virt + r8a73a4_portcr_offsets[pin >> 5] + pin;
|
addr = pfc->windows->virt + r8a73a4_portcr_offsets[pin >> 5] + pin;
|
||||||
value = ioread8(addr) & ~PORTCR_PULMD_MASK;
|
value = ioread8(addr) & ~PORTCR_PULMD_MASK;
|
||||||
|
|
||||||
switch (bias) {
|
switch (bias) {
|
||||||
|
@ -1543,7 +1543,7 @@ static const u16 pinmux_data[] = {
|
|||||||
#define R8A7740_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O)
|
#define R8A7740_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O)
|
||||||
#define R8A7740_PIN_O_PU_PD(pin) SH_PFC_PIN_CFG(pin, __O | __PUD)
|
#define R8A7740_PIN_O_PU_PD(pin) SH_PFC_PIN_CFG(pin, __O | __PUD)
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* Table 56-1 (I/O and Pull U/D) */
|
/* Table 56-1 (I/O and Pull U/D) */
|
||||||
R8A7740_PIN_IO_PD(0), R8A7740_PIN_IO_PD(1),
|
R8A7740_PIN_IO_PD(0), R8A7740_PIN_IO_PD(1),
|
||||||
R8A7740_PIN_IO_PD(2), R8A7740_PIN_IO_PD(3),
|
R8A7740_PIN_IO_PD(2), R8A7740_PIN_IO_PD(3),
|
||||||
@ -3234,17 +3234,6 @@ static const struct sh_pfc_function pinmux_functions[] = {
|
|||||||
SH_PFC_FUNCTION(tpu0),
|
SH_PFC_FUNCTION(tpu0),
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef PORTCR
|
|
||||||
#define PORTCR(nr, reg) \
|
|
||||||
{ \
|
|
||||||
PINMUX_CFG_REG("PORT" nr "CR", reg, 8, 4) { \
|
|
||||||
_PCRH(PORT##nr##_IN, 0, 0, PORT##nr##_OUT), \
|
|
||||||
PORT##nr##_FN0, PORT##nr##_FN1, \
|
|
||||||
PORT##nr##_FN2, PORT##nr##_FN3, \
|
|
||||||
PORT##nr##_FN4, PORT##nr##_FN5, \
|
|
||||||
PORT##nr##_FN6, PORT##nr##_FN7 } \
|
|
||||||
}
|
|
||||||
|
|
||||||
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
||||||
PORTCR(0, 0xe6050000), /* PORT0CR */
|
PORTCR(0, 0xe6050000), /* PORT0CR */
|
||||||
PORTCR(1, 0xe6050001), /* PORT1CR */
|
PORTCR(1, 0xe6050001), /* PORT1CR */
|
||||||
@ -3721,7 +3710,7 @@ static void __iomem *r8a7740_pinmux_portcr(struct sh_pfc *pfc, unsigned int pin)
|
|||||||
&r8a7740_portcr_offsets[i];
|
&r8a7740_portcr_offsets[i];
|
||||||
|
|
||||||
if (pin <= group->end_pin)
|
if (pin <= group->end_pin)
|
||||||
return pfc->window->virt + group->offset + pin;
|
return pfc->windows->virt + group->offset + pin;
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
@ -1260,7 +1260,7 @@ static const u16 pinmux_data[] = {
|
|||||||
*/
|
*/
|
||||||
#define PIN_NUMBER(row, col) (1000+((row)-1)*25+(col)-1)
|
#define PIN_NUMBER(row, col) (1000+((row)-1)*25+(col)-1)
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
PINMUX_GPIO_GP_ALL(),
|
PINMUX_GPIO_GP_ALL(),
|
||||||
|
|
||||||
/* Pins not associated with a GPIO port */
|
/* Pins not associated with a GPIO port */
|
||||||
@ -2104,7 +2104,7 @@ static const struct sh_pfc_function pinmux_functions[] = {
|
|||||||
SH_PFC_FUNCTION(vin1),
|
SH_PFC_FUNCTION(vin1),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct pinmux_cfg_reg pinmux_config_regs[] = {
|
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
||||||
{ PINMUX_CFG_REG("GPSR0", 0xfffc0004, 32, 1) {
|
{ PINMUX_CFG_REG("GPSR0", 0xfffc0004, 32, 1) {
|
||||||
GP_0_31_FN, FN_IP1_14_11,
|
GP_0_31_FN, FN_IP1_14_11,
|
||||||
GP_0_30_FN, FN_IP1_10_8,
|
GP_0_30_FN, FN_IP1_10_8,
|
||||||
|
@ -1410,7 +1410,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_IPSR_MODSEL_DATA(IP12_17_15, SCK4_B, SEL_SCIF4_1),
|
PINMUX_IPSR_MODSEL_DATA(IP12_17_15, SCK4_B, SEL_SCIF4_1),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
PINMUX_GPIO_GP_ALL(),
|
PINMUX_GPIO_GP_ALL(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1731,7 +1731,7 @@ static const u16 pinmux_data[] = {
|
|||||||
#define PIN_NUMBER(r, c) (((r) - 'A') * 31 + (c) + 200)
|
#define PIN_NUMBER(r, c) (((r) - 'A') * 31 + (c) + 200)
|
||||||
#define PIN_A_NUMBER(r, c) PIN_NUMBER(ROW_GROUP_A(r), c)
|
#define PIN_A_NUMBER(r, c) PIN_NUMBER(ROW_GROUP_A(r), c)
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
PINMUX_GPIO_GP_ALL(),
|
PINMUX_GPIO_GP_ALL(),
|
||||||
|
|
||||||
/* Pins not associated with a GPIO port */
|
/* Pins not associated with a GPIO port */
|
||||||
@ -1739,6 +1739,56 @@ static struct sh_pfc_pin pinmux_pins[] = {
|
|||||||
SH_PFC_PIN_NAMED(ROW_GROUP_A('H'), 15, AH15),
|
SH_PFC_PIN_NAMED(ROW_GROUP_A('H'), 15, AH15),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* - AUDIO CLOCK ------------------------------------------------------------ */
|
||||||
|
static const unsigned int audio_clk_a_pins[] = {
|
||||||
|
/* CLK A */
|
||||||
|
RCAR_GP_PIN(4, 25),
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clk_a_mux[] = {
|
||||||
|
AUDIO_CLKA_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clk_b_pins[] = {
|
||||||
|
/* CLK B */
|
||||||
|
RCAR_GP_PIN(4, 26),
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clk_b_mux[] = {
|
||||||
|
AUDIO_CLKB_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clk_c_pins[] = {
|
||||||
|
/* CLK C */
|
||||||
|
RCAR_GP_PIN(5, 27),
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clk_c_mux[] = {
|
||||||
|
AUDIO_CLKC_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clkout_pins[] = {
|
||||||
|
/* CLK OUT */
|
||||||
|
RCAR_GP_PIN(5, 16),
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clkout_mux[] = {
|
||||||
|
AUDIO_CLKOUT_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clkout_b_pins[] = {
|
||||||
|
/* CLK OUT B */
|
||||||
|
RCAR_GP_PIN(0, 23),
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clkout_b_mux[] = {
|
||||||
|
AUDIO_CLKOUT_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clkout_c_pins[] = {
|
||||||
|
/* CLK OUT C */
|
||||||
|
RCAR_GP_PIN(5, 27),
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clkout_c_mux[] = {
|
||||||
|
AUDIO_CLKOUT_C_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clkout_d_pins[] = {
|
||||||
|
/* CLK OUT D */
|
||||||
|
RCAR_GP_PIN(5, 20),
|
||||||
|
};
|
||||||
|
static const unsigned int audio_clkout_d_mux[] = {
|
||||||
|
AUDIO_CLKOUT_D_MARK,
|
||||||
|
};
|
||||||
/* - DU RGB ----------------------------------------------------------------- */
|
/* - DU RGB ----------------------------------------------------------------- */
|
||||||
static const unsigned int du_rgb666_pins[] = {
|
static const unsigned int du_rgb666_pins[] = {
|
||||||
/* R[7:2], G[7:2], B[7:2] */
|
/* R[7:2], G[7:2], B[7:2] */
|
||||||
@ -2961,6 +3011,189 @@ static const unsigned int sdhi3_wp_pins[] = {
|
|||||||
static const unsigned int sdhi3_wp_mux[] = {
|
static const unsigned int sdhi3_wp_mux[] = {
|
||||||
SD3_WP_MARK,
|
SD3_WP_MARK,
|
||||||
};
|
};
|
||||||
|
/* - SSI -------------------------------------------------------------------- */
|
||||||
|
static const unsigned int ssi0_data_pins[] = {
|
||||||
|
/* SDATA0 */
|
||||||
|
RCAR_GP_PIN(4, 5),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi0_data_mux[] = {
|
||||||
|
SSI_SDATA0_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi0129_ctrl_pins[] = {
|
||||||
|
/* SCK, WS */
|
||||||
|
RCAR_GP_PIN(4, 3), RCAR_GP_PIN(4, 4),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi0129_ctrl_mux[] = {
|
||||||
|
SSI_SCK0129_MARK, SSI_WS0129_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi1_data_pins[] = {
|
||||||
|
/* SDATA1 */
|
||||||
|
RCAR_GP_PIN(4, 6),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi1_data_mux[] = {
|
||||||
|
SSI_SDATA1_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi1_ctrl_pins[] = {
|
||||||
|
/* SCK, WS */
|
||||||
|
RCAR_GP_PIN(4, 7), RCAR_GP_PIN(4, 24),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi1_ctrl_mux[] = {
|
||||||
|
SSI_SCK1_MARK, SSI_WS1_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi2_data_pins[] = {
|
||||||
|
/* SDATA2 */
|
||||||
|
RCAR_GP_PIN(4, 7),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi2_data_mux[] = {
|
||||||
|
SSI_SDATA2_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi2_ctrl_pins[] = {
|
||||||
|
/* SCK, WS */
|
||||||
|
RCAR_GP_PIN(5, 13), RCAR_GP_PIN(5, 17),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi2_ctrl_mux[] = {
|
||||||
|
SSI_SCK2_MARK, SSI_WS2_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi3_data_pins[] = {
|
||||||
|
/* SDATA3 */
|
||||||
|
RCAR_GP_PIN(4, 10),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi3_data_mux[] = {
|
||||||
|
SSI_SDATA3_MARK
|
||||||
|
};
|
||||||
|
static const unsigned int ssi34_ctrl_pins[] = {
|
||||||
|
/* SCK, WS */
|
||||||
|
RCAR_GP_PIN(4, 8), RCAR_GP_PIN(4, 9),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi34_ctrl_mux[] = {
|
||||||
|
SSI_SCK34_MARK, SSI_WS34_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi4_data_pins[] = {
|
||||||
|
/* SDATA4 */
|
||||||
|
RCAR_GP_PIN(4, 13),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi4_data_mux[] = {
|
||||||
|
SSI_SDATA4_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi4_ctrl_pins[] = {
|
||||||
|
/* SCK, WS */
|
||||||
|
RCAR_GP_PIN(4, 11), RCAR_GP_PIN(4, 12),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi4_ctrl_mux[] = {
|
||||||
|
SSI_SCK4_MARK, SSI_WS4_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi5_pins[] = {
|
||||||
|
/* SDATA5, SCK, WS */
|
||||||
|
RCAR_GP_PIN(4, 16), RCAR_GP_PIN(4, 14), RCAR_GP_PIN(4, 15),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi5_mux[] = {
|
||||||
|
SSI_SDATA5_MARK, SSI_SCK5_MARK, SSI_WS5_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi5_b_pins[] = {
|
||||||
|
/* SDATA5, SCK, WS */
|
||||||
|
RCAR_GP_PIN(0, 26), RCAR_GP_PIN(0, 24), RCAR_GP_PIN(0, 25),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi5_b_mux[] = {
|
||||||
|
SSI_SDATA5_B_MARK, SSI_SCK5_B_MARK, SSI_WS5_B_MARK
|
||||||
|
};
|
||||||
|
static const unsigned int ssi5_c_pins[] = {
|
||||||
|
/* SDATA5, SCK, WS */
|
||||||
|
RCAR_GP_PIN(4, 24), RCAR_GP_PIN(4, 11), RCAR_GP_PIN(4, 12),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi5_c_mux[] = {
|
||||||
|
SSI_SDATA5_C_MARK, SSI_SCK5_C_MARK, SSI_WS5_C_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi6_pins[] = {
|
||||||
|
/* SDATA6, SCK, WS */
|
||||||
|
RCAR_GP_PIN(4, 19), RCAR_GP_PIN(4, 17), RCAR_GP_PIN(4, 18),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi6_mux[] = {
|
||||||
|
SSI_SDATA6_MARK, SSI_SCK6_MARK, SSI_WS6_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi6_b_pins[] = {
|
||||||
|
/* SDATA6, SCK, WS */
|
||||||
|
RCAR_GP_PIN(1, 29), RCAR_GP_PIN(1, 25), RCAR_GP_PIN(1, 27),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi6_b_mux[] = {
|
||||||
|
SSI_SDATA6_B_MARK, SSI_SCK6_B_MARK, SSI_WS6_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi7_data_pins[] = {
|
||||||
|
/* SDATA7 */
|
||||||
|
RCAR_GP_PIN(4, 22),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi7_data_mux[] = {
|
||||||
|
SSI_SDATA7_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi7_b_data_pins[] = {
|
||||||
|
/* SDATA7 */
|
||||||
|
RCAR_GP_PIN(4, 22),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi7_b_data_mux[] = {
|
||||||
|
SSI_SDATA7_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi7_c_data_pins[] = {
|
||||||
|
/* SDATA7 */
|
||||||
|
RCAR_GP_PIN(1, 26),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi7_c_data_mux[] = {
|
||||||
|
SSI_SDATA7_C_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi78_ctrl_pins[] = {
|
||||||
|
/* SCK, WS */
|
||||||
|
RCAR_GP_PIN(4, 20), RCAR_GP_PIN(4, 21),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi78_ctrl_mux[] = {
|
||||||
|
SSI_SCK78_MARK, SSI_WS78_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi78_b_ctrl_pins[] = {
|
||||||
|
/* SCK, WS */
|
||||||
|
RCAR_GP_PIN(1, 26), RCAR_GP_PIN(1, 24),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi78_b_ctrl_mux[] = {
|
||||||
|
SSI_SCK78_B_MARK, SSI_WS78_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi78_c_ctrl_pins[] = {
|
||||||
|
/* SCK, WS */
|
||||||
|
RCAR_GP_PIN(1, 24), RCAR_GP_PIN(1, 25),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi78_c_ctrl_mux[] = {
|
||||||
|
SSI_SCK78_C_MARK, SSI_WS78_C_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi8_data_pins[] = {
|
||||||
|
/* SDATA8 */
|
||||||
|
RCAR_GP_PIN(4, 23),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi8_data_mux[] = {
|
||||||
|
SSI_SDATA8_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi8_b_data_pins[] = {
|
||||||
|
/* SDATA8 */
|
||||||
|
RCAR_GP_PIN(4, 23),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi8_b_data_mux[] = {
|
||||||
|
SSI_SDATA8_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi8_c_data_pins[] = {
|
||||||
|
/* SDATA8 */
|
||||||
|
RCAR_GP_PIN(1, 27),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi8_c_data_mux[] = {
|
||||||
|
SSI_SDATA8_C_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi9_data_pins[] = {
|
||||||
|
/* SDATA9 */
|
||||||
|
RCAR_GP_PIN(4, 24),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi9_data_mux[] = {
|
||||||
|
SSI_SDATA9_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int ssi9_ctrl_pins[] = {
|
||||||
|
/* SCK, WS */
|
||||||
|
RCAR_GP_PIN(5, 10), RCAR_GP_PIN(5, 11),
|
||||||
|
};
|
||||||
|
static const unsigned int ssi9_ctrl_mux[] = {
|
||||||
|
SSI_SCK9_MARK, SSI_WS9_MARK,
|
||||||
|
};
|
||||||
/* - TPU0 ------------------------------------------------------------------- */
|
/* - TPU0 ------------------------------------------------------------------- */
|
||||||
static const unsigned int tpu0_to0_pins[] = {
|
static const unsigned int tpu0_to0_pins[] = {
|
||||||
/* TO */
|
/* TO */
|
||||||
@ -3014,59 +3247,110 @@ static const unsigned int usb2_pins[] = {
|
|||||||
static const unsigned int usb2_mux[] = {
|
static const unsigned int usb2_mux[] = {
|
||||||
USB2_PWEN_MARK, USB2_OVC_MARK,
|
USB2_PWEN_MARK, USB2_OVC_MARK,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
union vin_data {
|
||||||
|
unsigned int data24[24];
|
||||||
|
unsigned int data20[20];
|
||||||
|
unsigned int data16[16];
|
||||||
|
unsigned int data12[12];
|
||||||
|
unsigned int data10[10];
|
||||||
|
unsigned int data8[8];
|
||||||
|
unsigned int data4[4];
|
||||||
|
};
|
||||||
|
|
||||||
|
#define VIN_DATA_PIN_GROUP(n, s) \
|
||||||
|
{ \
|
||||||
|
.name = #n#s, \
|
||||||
|
.pins = n##_pins.data##s, \
|
||||||
|
.mux = n##_mux.data##s, \
|
||||||
|
.nr_pins = ARRAY_SIZE(n##_pins.data##s), \
|
||||||
|
}
|
||||||
|
|
||||||
/* - VIN0 ------------------------------------------------------------------- */
|
/* - VIN0 ------------------------------------------------------------------- */
|
||||||
static const unsigned int vin0_data_g_pins[] = {
|
static const union vin_data vin0_data_pins = {
|
||||||
RCAR_GP_PIN(0, 8), RCAR_GP_PIN(0, 9), RCAR_GP_PIN(0, 10),
|
.data24 = {
|
||||||
RCAR_GP_PIN(0, 11), RCAR_GP_PIN(0, 0), RCAR_GP_PIN(0, 1),
|
/* B */
|
||||||
|
RCAR_GP_PIN(2, 1), RCAR_GP_PIN(2, 2),
|
||||||
|
RCAR_GP_PIN(2, 3), RCAR_GP_PIN(2, 4),
|
||||||
|
RCAR_GP_PIN(2, 5), RCAR_GP_PIN(2, 6),
|
||||||
|
RCAR_GP_PIN(2, 7), RCAR_GP_PIN(2, 8),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(0, 8), RCAR_GP_PIN(0, 9),
|
||||||
|
RCAR_GP_PIN(0, 10), RCAR_GP_PIN(0, 11),
|
||||||
|
RCAR_GP_PIN(0, 0), RCAR_GP_PIN(0, 1),
|
||||||
|
RCAR_GP_PIN(0, 2), RCAR_GP_PIN(0, 3),
|
||||||
|
/* R */
|
||||||
|
RCAR_GP_PIN(0, 4), RCAR_GP_PIN(0, 5),
|
||||||
|
RCAR_GP_PIN(0, 6), RCAR_GP_PIN(0, 7),
|
||||||
|
RCAR_GP_PIN(0, 24), RCAR_GP_PIN(0, 25),
|
||||||
|
RCAR_GP_PIN(0, 26), RCAR_GP_PIN(1, 11),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static const union vin_data vin0_data_mux = {
|
||||||
|
.data24 = {
|
||||||
|
/* B */
|
||||||
|
VI0_DATA0_VI0_B0_MARK, VI0_DATA1_VI0_B1_MARK,
|
||||||
|
VI0_DATA2_VI0_B2_MARK, VI0_DATA3_VI0_B3_MARK,
|
||||||
|
VI0_DATA4_VI0_B4_MARK, VI0_DATA5_VI0_B5_MARK,
|
||||||
|
VI0_DATA6_VI0_B6_MARK, VI0_DATA7_VI0_B7_MARK,
|
||||||
|
/* G */
|
||||||
|
VI0_G0_MARK, VI0_G1_MARK,
|
||||||
|
VI0_G2_MARK, VI0_G3_MARK,
|
||||||
|
VI0_G4_MARK, VI0_G5_MARK,
|
||||||
|
VI0_G6_MARK, VI0_G7_MARK,
|
||||||
|
/* R */
|
||||||
|
VI0_R0_MARK, VI0_R1_MARK,
|
||||||
|
VI0_R2_MARK, VI0_R3_MARK,
|
||||||
|
VI0_R4_MARK, VI0_R5_MARK,
|
||||||
|
VI0_R6_MARK, VI0_R7_MARK,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_data18_pins[] = {
|
||||||
|
/* B */
|
||||||
|
RCAR_GP_PIN(2, 3), RCAR_GP_PIN(2, 4),
|
||||||
|
RCAR_GP_PIN(2, 5), RCAR_GP_PIN(2, 6),
|
||||||
|
RCAR_GP_PIN(2, 7), RCAR_GP_PIN(2, 8),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(0, 10), RCAR_GP_PIN(0, 11),
|
||||||
|
RCAR_GP_PIN(0, 0), RCAR_GP_PIN(0, 1),
|
||||||
RCAR_GP_PIN(0, 2), RCAR_GP_PIN(0, 3),
|
RCAR_GP_PIN(0, 2), RCAR_GP_PIN(0, 3),
|
||||||
};
|
/* R */
|
||||||
static const unsigned int vin0_data_g_mux[] = {
|
RCAR_GP_PIN(0, 6), RCAR_GP_PIN(0, 7),
|
||||||
VI0_G0_MARK, VI0_G1_MARK, VI0_G2_MARK,
|
RCAR_GP_PIN(0, 24), RCAR_GP_PIN(0, 25),
|
||||||
VI0_G3_MARK, VI0_G4_MARK, VI0_G5_MARK,
|
|
||||||
VI0_G6_MARK, VI0_G7_MARK,
|
|
||||||
};
|
|
||||||
static const unsigned int vin0_data_r_pins[] = {
|
|
||||||
RCAR_GP_PIN(0, 4), RCAR_GP_PIN(0, 5), RCAR_GP_PIN(0, 6),
|
|
||||||
RCAR_GP_PIN(0, 7), RCAR_GP_PIN(0, 24), RCAR_GP_PIN(0, 25),
|
|
||||||
RCAR_GP_PIN(0, 26), RCAR_GP_PIN(1, 11),
|
RCAR_GP_PIN(0, 26), RCAR_GP_PIN(1, 11),
|
||||||
};
|
};
|
||||||
static const unsigned int vin0_data_r_mux[] = {
|
static const unsigned int vin0_data18_mux[] = {
|
||||||
VI0_R0_MARK, VI0_R1_MARK, VI0_R2_MARK,
|
/* B */
|
||||||
VI0_R3_MARK, VI0_R4_MARK, VI0_R5_MARK,
|
VI0_DATA2_VI0_B2_MARK, VI0_DATA3_VI0_B3_MARK,
|
||||||
|
VI0_DATA4_VI0_B4_MARK, VI0_DATA5_VI0_B5_MARK,
|
||||||
|
VI0_DATA6_VI0_B6_MARK, VI0_DATA7_VI0_B7_MARK,
|
||||||
|
/* G */
|
||||||
|
VI0_G2_MARK, VI0_G3_MARK,
|
||||||
|
VI0_G4_MARK, VI0_G5_MARK,
|
||||||
|
VI0_G6_MARK, VI0_G7_MARK,
|
||||||
|
/* R */
|
||||||
|
VI0_R2_MARK, VI0_R3_MARK,
|
||||||
|
VI0_R4_MARK, VI0_R5_MARK,
|
||||||
VI0_R6_MARK, VI0_R7_MARK,
|
VI0_R6_MARK, VI0_R7_MARK,
|
||||||
};
|
};
|
||||||
static const unsigned int vin0_data_b_pins[] = {
|
static const unsigned int vin0_sync_pins[] = {
|
||||||
RCAR_GP_PIN(2, 1), RCAR_GP_PIN(2, 2), RCAR_GP_PIN(2, 3),
|
RCAR_GP_PIN(0, 12), /* HSYNC */
|
||||||
RCAR_GP_PIN(2, 4), RCAR_GP_PIN(2, 5), RCAR_GP_PIN(2, 6),
|
RCAR_GP_PIN(0, 13), /* VSYNC */
|
||||||
RCAR_GP_PIN(2, 7), RCAR_GP_PIN(2, 8),
|
|
||||||
};
|
};
|
||||||
static const unsigned int vin0_data_b_mux[] = {
|
static const unsigned int vin0_sync_mux[] = {
|
||||||
VI0_DATA0_VI0_B0_MARK, VI0_DATA1_VI0_B1_MARK, VI0_DATA2_VI0_B2_MARK,
|
|
||||||
VI0_DATA3_VI0_B3_MARK, VI0_DATA4_VI0_B4_MARK, VI0_DATA5_VI0_B5_MARK,
|
|
||||||
VI0_DATA6_VI0_B6_MARK, VI0_DATA7_VI0_B7_MARK,
|
|
||||||
};
|
|
||||||
static const unsigned int vin0_hsync_signal_pins[] = {
|
|
||||||
RCAR_GP_PIN(0, 12),
|
|
||||||
};
|
|
||||||
static const unsigned int vin0_hsync_signal_mux[] = {
|
|
||||||
VI0_HSYNC_N_MARK,
|
VI0_HSYNC_N_MARK,
|
||||||
};
|
|
||||||
static const unsigned int vin0_vsync_signal_pins[] = {
|
|
||||||
RCAR_GP_PIN(0, 13),
|
|
||||||
};
|
|
||||||
static const unsigned int vin0_vsync_signal_mux[] = {
|
|
||||||
VI0_VSYNC_N_MARK,
|
VI0_VSYNC_N_MARK,
|
||||||
};
|
};
|
||||||
static const unsigned int vin0_field_signal_pins[] = {
|
static const unsigned int vin0_field_pins[] = {
|
||||||
RCAR_GP_PIN(0, 15),
|
RCAR_GP_PIN(0, 15),
|
||||||
};
|
};
|
||||||
static const unsigned int vin0_field_signal_mux[] = {
|
static const unsigned int vin0_field_mux[] = {
|
||||||
VI0_FIELD_MARK,
|
VI0_FIELD_MARK,
|
||||||
};
|
};
|
||||||
static const unsigned int vin0_data_enable_pins[] = {
|
static const unsigned int vin0_clkenb_pins[] = {
|
||||||
RCAR_GP_PIN(0, 14),
|
RCAR_GP_PIN(0, 14),
|
||||||
};
|
};
|
||||||
static const unsigned int vin0_data_enable_mux[] = {
|
static const unsigned int vin0_clkenb_mux[] = {
|
||||||
VI0_CLKENB_MARK,
|
VI0_CLKENB_MARK,
|
||||||
};
|
};
|
||||||
static const unsigned int vin0_clk_pins[] = {
|
static const unsigned int vin0_clk_pins[] = {
|
||||||
@ -3076,15 +3360,91 @@ static const unsigned int vin0_clk_mux[] = {
|
|||||||
VI0_CLK_MARK,
|
VI0_CLK_MARK,
|
||||||
};
|
};
|
||||||
/* - VIN1 ------------------------------------------------------------------- */
|
/* - VIN1 ------------------------------------------------------------------- */
|
||||||
static const unsigned int vin1_data_pins[] = {
|
static const union vin_data vin1_data_pins = {
|
||||||
RCAR_GP_PIN(2, 10), RCAR_GP_PIN(2, 11), RCAR_GP_PIN(2, 12),
|
.data24 = {
|
||||||
RCAR_GP_PIN(2, 13), RCAR_GP_PIN(2, 14), RCAR_GP_PIN(2, 15),
|
/* B */
|
||||||
RCAR_GP_PIN(2, 16), RCAR_GP_PIN(2, 17),
|
RCAR_GP_PIN(2, 10), RCAR_GP_PIN(2, 11),
|
||||||
|
RCAR_GP_PIN(2, 12), RCAR_GP_PIN(2, 13),
|
||||||
|
RCAR_GP_PIN(2, 14), RCAR_GP_PIN(2, 15),
|
||||||
|
RCAR_GP_PIN(2, 16), RCAR_GP_PIN(2, 17),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(1, 14), RCAR_GP_PIN(1, 15),
|
||||||
|
RCAR_GP_PIN(1, 17), RCAR_GP_PIN(1, 20),
|
||||||
|
RCAR_GP_PIN(1, 22), RCAR_GP_PIN(1, 12),
|
||||||
|
RCAR_GP_PIN(1, 9), RCAR_GP_PIN(1, 7),
|
||||||
|
/* R */
|
||||||
|
RCAR_GP_PIN(0, 27), RCAR_GP_PIN(0, 28),
|
||||||
|
RCAR_GP_PIN(0, 29), RCAR_GP_PIN(1, 4),
|
||||||
|
RCAR_GP_PIN(1, 5), RCAR_GP_PIN(1, 6),
|
||||||
|
RCAR_GP_PIN(1, 10), RCAR_GP_PIN(1, 8),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
static const unsigned int vin1_data_mux[] = {
|
static const union vin_data vin1_data_mux = {
|
||||||
VI1_DATA0_VI1_B0_MARK, VI1_DATA1_VI1_B1_MARK, VI1_DATA2_VI1_B2_MARK,
|
.data24 = {
|
||||||
VI1_DATA3_VI1_B3_MARK, VI1_DATA4_VI1_B4_MARK, VI1_DATA5_VI1_B5_MARK,
|
/* B */
|
||||||
|
VI1_DATA0_VI1_B0_MARK, VI1_DATA1_VI1_B1_MARK,
|
||||||
|
VI1_DATA2_VI1_B2_MARK, VI1_DATA3_VI1_B3_MARK,
|
||||||
|
VI1_DATA4_VI1_B4_MARK, VI1_DATA5_VI1_B5_MARK,
|
||||||
|
VI1_DATA6_VI1_B6_MARK, VI1_DATA7_VI1_B7_MARK,
|
||||||
|
/* G */
|
||||||
|
VI1_G0_MARK, VI1_G1_MARK,
|
||||||
|
VI1_G2_MARK, VI1_G3_MARK,
|
||||||
|
VI1_G4_MARK, VI1_G5_MARK,
|
||||||
|
VI1_G6_MARK, VI1_G7_MARK,
|
||||||
|
/* R */
|
||||||
|
VI1_R0_MARK, VI1_R1_MARK,
|
||||||
|
VI1_R2_MARK, VI1_R3_MARK,
|
||||||
|
VI1_R4_MARK, VI1_R5_MARK,
|
||||||
|
VI1_R6_MARK, VI1_R7_MARK,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_data18_pins[] = {
|
||||||
|
/* B */
|
||||||
|
RCAR_GP_PIN(2, 12), RCAR_GP_PIN(2, 13),
|
||||||
|
RCAR_GP_PIN(2, 14), RCAR_GP_PIN(2, 15),
|
||||||
|
RCAR_GP_PIN(2, 16), RCAR_GP_PIN(2, 17),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(1, 17), RCAR_GP_PIN(1, 20),
|
||||||
|
RCAR_GP_PIN(1, 22), RCAR_GP_PIN(1, 12),
|
||||||
|
RCAR_GP_PIN(1, 9), RCAR_GP_PIN(1, 7),
|
||||||
|
/* R */
|
||||||
|
RCAR_GP_PIN(0, 29), RCAR_GP_PIN(1, 4),
|
||||||
|
RCAR_GP_PIN(1, 5), RCAR_GP_PIN(1, 6),
|
||||||
|
RCAR_GP_PIN(1, 10), RCAR_GP_PIN(1, 8),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_data18_mux[] = {
|
||||||
|
/* B */
|
||||||
|
VI1_DATA2_VI1_B2_MARK, VI1_DATA3_VI1_B3_MARK,
|
||||||
|
VI1_DATA4_VI1_B4_MARK, VI1_DATA5_VI1_B5_MARK,
|
||||||
VI1_DATA6_VI1_B6_MARK, VI1_DATA7_VI1_B7_MARK,
|
VI1_DATA6_VI1_B6_MARK, VI1_DATA7_VI1_B7_MARK,
|
||||||
|
/* G */
|
||||||
|
VI1_G2_MARK, VI1_G3_MARK,
|
||||||
|
VI1_G4_MARK, VI1_G5_MARK,
|
||||||
|
VI1_G6_MARK, VI1_G7_MARK,
|
||||||
|
/* R */
|
||||||
|
VI1_R2_MARK, VI1_R3_MARK,
|
||||||
|
VI1_R4_MARK, VI1_R5_MARK,
|
||||||
|
VI1_R6_MARK, VI1_R7_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_sync_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 24), /* HSYNC */
|
||||||
|
RCAR_GP_PIN(1, 25), /* VSYNC */
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_sync_mux[] = {
|
||||||
|
VI1_HSYNC_N_MARK,
|
||||||
|
VI1_VSYNC_N_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_field_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 13),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_field_mux[] = {
|
||||||
|
VI1_FIELD_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_clkenb_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 26),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_clkenb_mux[] = {
|
||||||
|
VI1_CLKENB_MARK,
|
||||||
};
|
};
|
||||||
static const unsigned int vin1_clk_pins[] = {
|
static const unsigned int vin1_clk_pins[] = {
|
||||||
RCAR_GP_PIN(2, 9),
|
RCAR_GP_PIN(2, 9),
|
||||||
@ -3092,8 +3452,147 @@ static const unsigned int vin1_clk_pins[] = {
|
|||||||
static const unsigned int vin1_clk_mux[] = {
|
static const unsigned int vin1_clk_mux[] = {
|
||||||
VI1_CLK_MARK,
|
VI1_CLK_MARK,
|
||||||
};
|
};
|
||||||
|
/* - VIN2 ----------------------------------------------------------------- */
|
||||||
|
static const union vin_data vin2_data_pins = {
|
||||||
|
.data24 = {
|
||||||
|
/* B */
|
||||||
|
RCAR_GP_PIN(0, 8), RCAR_GP_PIN(0, 9),
|
||||||
|
RCAR_GP_PIN(0, 10), RCAR_GP_PIN(0, 11),
|
||||||
|
RCAR_GP_PIN(0, 12), RCAR_GP_PIN(0, 13),
|
||||||
|
RCAR_GP_PIN(0, 14), RCAR_GP_PIN(0, 15),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(0, 27), RCAR_GP_PIN(0, 28),
|
||||||
|
RCAR_GP_PIN(0, 29), RCAR_GP_PIN(1, 10),
|
||||||
|
RCAR_GP_PIN(1, 4), RCAR_GP_PIN(1, 5),
|
||||||
|
RCAR_GP_PIN(1, 6), RCAR_GP_PIN(1, 7),
|
||||||
|
/* R */
|
||||||
|
RCAR_GP_PIN(1, 12), RCAR_GP_PIN(1, 13),
|
||||||
|
RCAR_GP_PIN(1, 14), RCAR_GP_PIN(1, 15),
|
||||||
|
RCAR_GP_PIN(1, 17), RCAR_GP_PIN(1, 20),
|
||||||
|
RCAR_GP_PIN(1, 22), RCAR_GP_PIN(1, 24),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static const union vin_data vin2_data_mux = {
|
||||||
|
.data24 = {
|
||||||
|
/* B */
|
||||||
|
VI2_DATA0_VI2_B0_MARK, VI2_DATA1_VI2_B1_MARK,
|
||||||
|
VI2_DATA2_VI2_B2_MARK, VI2_DATA3_VI2_B3_MARK,
|
||||||
|
VI2_DATA4_VI2_B4_MARK, VI2_DATA5_VI2_B5_MARK,
|
||||||
|
VI2_DATA6_VI2_B6_MARK, VI2_DATA7_VI2_B7_MARK,
|
||||||
|
/* G */
|
||||||
|
VI2_G0_MARK, VI2_G1_MARK,
|
||||||
|
VI2_G2_MARK, VI2_G3_MARK,
|
||||||
|
VI2_G4_MARK, VI2_G5_MARK,
|
||||||
|
VI2_G6_MARK, VI2_G7_MARK,
|
||||||
|
/* R */
|
||||||
|
VI2_R0_MARK, VI2_R1_MARK,
|
||||||
|
VI2_R2_MARK, VI2_R3_MARK,
|
||||||
|
VI2_R4_MARK, VI2_R5_MARK,
|
||||||
|
VI2_R6_MARK, VI2_R7_MARK,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_data18_pins[] = {
|
||||||
|
/* B */
|
||||||
|
RCAR_GP_PIN(0, 10), RCAR_GP_PIN(0, 11),
|
||||||
|
RCAR_GP_PIN(0, 12), RCAR_GP_PIN(0, 13),
|
||||||
|
RCAR_GP_PIN(0, 14), RCAR_GP_PIN(0, 15),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(0, 29), RCAR_GP_PIN(1, 10),
|
||||||
|
RCAR_GP_PIN(1, 4), RCAR_GP_PIN(1, 5),
|
||||||
|
RCAR_GP_PIN(1, 6), RCAR_GP_PIN(1, 7),
|
||||||
|
/* R */
|
||||||
|
RCAR_GP_PIN(1, 14), RCAR_GP_PIN(1, 15),
|
||||||
|
RCAR_GP_PIN(1, 17), RCAR_GP_PIN(1, 20),
|
||||||
|
RCAR_GP_PIN(1, 22), RCAR_GP_PIN(1, 24),
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_data18_mux[] = {
|
||||||
|
/* B */
|
||||||
|
VI2_DATA2_VI2_B2_MARK, VI2_DATA3_VI2_B3_MARK,
|
||||||
|
VI2_DATA4_VI2_B4_MARK, VI2_DATA5_VI2_B5_MARK,
|
||||||
|
VI2_DATA6_VI2_B6_MARK, VI2_DATA7_VI2_B7_MARK,
|
||||||
|
/* G */
|
||||||
|
VI2_G2_MARK, VI2_G3_MARK,
|
||||||
|
VI2_G4_MARK, VI2_G5_MARK,
|
||||||
|
VI2_G6_MARK, VI2_G7_MARK,
|
||||||
|
/* R */
|
||||||
|
VI2_R2_MARK, VI2_R3_MARK,
|
||||||
|
VI2_R4_MARK, VI2_R5_MARK,
|
||||||
|
VI2_R6_MARK, VI2_R7_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_sync_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 16), /* HSYNC */
|
||||||
|
RCAR_GP_PIN(1, 21), /* VSYNC */
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_sync_mux[] = {
|
||||||
|
VI2_HSYNC_N_MARK,
|
||||||
|
VI2_VSYNC_N_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_field_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 9),
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_field_mux[] = {
|
||||||
|
VI2_FIELD_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_clkenb_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 8),
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_clkenb_mux[] = {
|
||||||
|
VI2_CLKENB_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_clk_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 11),
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_clk_mux[] = {
|
||||||
|
VI2_CLK_MARK,
|
||||||
|
};
|
||||||
|
/* - VIN3 ----------------------------------------------------------------- */
|
||||||
|
static const unsigned int vin3_data8_pins[] = {
|
||||||
|
RCAR_GP_PIN(0, 0), RCAR_GP_PIN(0, 1),
|
||||||
|
RCAR_GP_PIN(0, 2), RCAR_GP_PIN(0, 3),
|
||||||
|
RCAR_GP_PIN(0, 4), RCAR_GP_PIN(0, 5),
|
||||||
|
RCAR_GP_PIN(0, 6), RCAR_GP_PIN(0, 7),
|
||||||
|
};
|
||||||
|
static const unsigned int vin3_data8_mux[] = {
|
||||||
|
VI3_DATA0_MARK, VI3_DATA1_MARK,
|
||||||
|
VI3_DATA2_MARK, VI3_DATA3_MARK,
|
||||||
|
VI3_DATA4_MARK, VI3_DATA5_MARK,
|
||||||
|
VI3_DATA6_MARK, VI3_DATA7_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin3_sync_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 16), /* HSYNC */
|
||||||
|
RCAR_GP_PIN(1, 17), /* VSYNC */
|
||||||
|
};
|
||||||
|
static const unsigned int vin3_sync_mux[] = {
|
||||||
|
VI3_HSYNC_N_MARK,
|
||||||
|
VI3_VSYNC_N_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin3_field_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 15),
|
||||||
|
};
|
||||||
|
static const unsigned int vin3_field_mux[] = {
|
||||||
|
VI3_FIELD_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin3_clkenb_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 14),
|
||||||
|
};
|
||||||
|
static const unsigned int vin3_clkenb_mux[] = {
|
||||||
|
VI3_CLKENB_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin3_clk_pins[] = {
|
||||||
|
RCAR_GP_PIN(1, 23),
|
||||||
|
};
|
||||||
|
static const unsigned int vin3_clk_mux[] = {
|
||||||
|
VI3_CLK_MARK,
|
||||||
|
};
|
||||||
|
|
||||||
static const struct sh_pfc_pin_group pinmux_groups[] = {
|
static const struct sh_pfc_pin_group pinmux_groups[] = {
|
||||||
|
SH_PFC_PIN_GROUP(audio_clk_a),
|
||||||
|
SH_PFC_PIN_GROUP(audio_clk_b),
|
||||||
|
SH_PFC_PIN_GROUP(audio_clk_c),
|
||||||
|
SH_PFC_PIN_GROUP(audio_clkout),
|
||||||
|
SH_PFC_PIN_GROUP(audio_clkout_b),
|
||||||
|
SH_PFC_PIN_GROUP(audio_clkout_c),
|
||||||
|
SH_PFC_PIN_GROUP(audio_clkout_d),
|
||||||
SH_PFC_PIN_GROUP(du_rgb666),
|
SH_PFC_PIN_GROUP(du_rgb666),
|
||||||
SH_PFC_PIN_GROUP(du_rgb888),
|
SH_PFC_PIN_GROUP(du_rgb888),
|
||||||
SH_PFC_PIN_GROUP(du_clk_out_0),
|
SH_PFC_PIN_GROUP(du_clk_out_0),
|
||||||
@ -3259,6 +3758,32 @@ static const struct sh_pfc_pin_group pinmux_groups[] = {
|
|||||||
SH_PFC_PIN_GROUP(sdhi3_ctrl),
|
SH_PFC_PIN_GROUP(sdhi3_ctrl),
|
||||||
SH_PFC_PIN_GROUP(sdhi3_cd),
|
SH_PFC_PIN_GROUP(sdhi3_cd),
|
||||||
SH_PFC_PIN_GROUP(sdhi3_wp),
|
SH_PFC_PIN_GROUP(sdhi3_wp),
|
||||||
|
SH_PFC_PIN_GROUP(ssi0_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi0129_ctrl),
|
||||||
|
SH_PFC_PIN_GROUP(ssi1_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi1_ctrl),
|
||||||
|
SH_PFC_PIN_GROUP(ssi2_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi2_ctrl),
|
||||||
|
SH_PFC_PIN_GROUP(ssi3_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi34_ctrl),
|
||||||
|
SH_PFC_PIN_GROUP(ssi4_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi4_ctrl),
|
||||||
|
SH_PFC_PIN_GROUP(ssi5),
|
||||||
|
SH_PFC_PIN_GROUP(ssi5_b),
|
||||||
|
SH_PFC_PIN_GROUP(ssi5_c),
|
||||||
|
SH_PFC_PIN_GROUP(ssi6),
|
||||||
|
SH_PFC_PIN_GROUP(ssi6_b),
|
||||||
|
SH_PFC_PIN_GROUP(ssi7_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi7_b_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi7_c_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi78_ctrl),
|
||||||
|
SH_PFC_PIN_GROUP(ssi78_b_ctrl),
|
||||||
|
SH_PFC_PIN_GROUP(ssi78_c_ctrl),
|
||||||
|
SH_PFC_PIN_GROUP(ssi8_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi8_b_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi8_c_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi9_data),
|
||||||
|
SH_PFC_PIN_GROUP(ssi9_ctrl),
|
||||||
SH_PFC_PIN_GROUP(tpu0_to0),
|
SH_PFC_PIN_GROUP(tpu0_to0),
|
||||||
SH_PFC_PIN_GROUP(tpu0_to1),
|
SH_PFC_PIN_GROUP(tpu0_to1),
|
||||||
SH_PFC_PIN_GROUP(tpu0_to2),
|
SH_PFC_PIN_GROUP(tpu0_to2),
|
||||||
@ -3266,16 +3791,54 @@ static const struct sh_pfc_pin_group pinmux_groups[] = {
|
|||||||
SH_PFC_PIN_GROUP(usb0),
|
SH_PFC_PIN_GROUP(usb0),
|
||||||
SH_PFC_PIN_GROUP(usb1),
|
SH_PFC_PIN_GROUP(usb1),
|
||||||
SH_PFC_PIN_GROUP(usb2),
|
SH_PFC_PIN_GROUP(usb2),
|
||||||
SH_PFC_PIN_GROUP(vin0_data_g),
|
VIN_DATA_PIN_GROUP(vin0_data, 24),
|
||||||
SH_PFC_PIN_GROUP(vin0_data_r),
|
VIN_DATA_PIN_GROUP(vin0_data, 20),
|
||||||
SH_PFC_PIN_GROUP(vin0_data_b),
|
SH_PFC_PIN_GROUP(vin0_data18),
|
||||||
SH_PFC_PIN_GROUP(vin0_hsync_signal),
|
VIN_DATA_PIN_GROUP(vin0_data, 16),
|
||||||
SH_PFC_PIN_GROUP(vin0_vsync_signal),
|
VIN_DATA_PIN_GROUP(vin0_data, 12),
|
||||||
SH_PFC_PIN_GROUP(vin0_field_signal),
|
VIN_DATA_PIN_GROUP(vin0_data, 10),
|
||||||
SH_PFC_PIN_GROUP(vin0_data_enable),
|
VIN_DATA_PIN_GROUP(vin0_data, 8),
|
||||||
|
VIN_DATA_PIN_GROUP(vin0_data, 4),
|
||||||
|
SH_PFC_PIN_GROUP(vin0_sync),
|
||||||
|
SH_PFC_PIN_GROUP(vin0_field),
|
||||||
|
SH_PFC_PIN_GROUP(vin0_clkenb),
|
||||||
SH_PFC_PIN_GROUP(vin0_clk),
|
SH_PFC_PIN_GROUP(vin0_clk),
|
||||||
SH_PFC_PIN_GROUP(vin1_data),
|
VIN_DATA_PIN_GROUP(vin1_data, 24),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_data, 20),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_data18),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_data, 16),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_data, 12),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_data, 10),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_data, 8),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_data, 4),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_sync),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_field),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_clkenb),
|
||||||
SH_PFC_PIN_GROUP(vin1_clk),
|
SH_PFC_PIN_GROUP(vin1_clk),
|
||||||
|
VIN_DATA_PIN_GROUP(vin2_data, 24),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_data18),
|
||||||
|
VIN_DATA_PIN_GROUP(vin2_data, 16),
|
||||||
|
VIN_DATA_PIN_GROUP(vin2_data, 8),
|
||||||
|
VIN_DATA_PIN_GROUP(vin2_data, 4),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_sync),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_field),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_clkenb),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_clk),
|
||||||
|
SH_PFC_PIN_GROUP(vin3_data8),
|
||||||
|
SH_PFC_PIN_GROUP(vin3_sync),
|
||||||
|
SH_PFC_PIN_GROUP(vin3_field),
|
||||||
|
SH_PFC_PIN_GROUP(vin3_clkenb),
|
||||||
|
SH_PFC_PIN_GROUP(vin3_clk),
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const audio_clk_groups[] = {
|
||||||
|
"audio_clk_a",
|
||||||
|
"audio_clk_b",
|
||||||
|
"audio_clk_c",
|
||||||
|
"audio_clkout",
|
||||||
|
"audio_clkout_b",
|
||||||
|
"audio_clkout_c",
|
||||||
|
"audio_clkout_d",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const du_groups[] = {
|
static const char * const du_groups[] = {
|
||||||
@ -3533,6 +4096,35 @@ static const char * const sdhi3_groups[] = {
|
|||||||
"sdhi3_wp",
|
"sdhi3_wp",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static const char * const ssi_groups[] = {
|
||||||
|
"ssi0_data",
|
||||||
|
"ssi0129_ctrl",
|
||||||
|
"ssi1_data",
|
||||||
|
"ssi1_ctrl",
|
||||||
|
"ssi2_data",
|
||||||
|
"ssi2_ctrl",
|
||||||
|
"ssi3_data",
|
||||||
|
"ssi34_ctrl",
|
||||||
|
"ssi4_data",
|
||||||
|
"ssi4_ctrl",
|
||||||
|
"ssi5",
|
||||||
|
"ssi5_b",
|
||||||
|
"ssi5_c",
|
||||||
|
"ssi6",
|
||||||
|
"ssi6_b",
|
||||||
|
"ssi7_data",
|
||||||
|
"ssi7_b_data",
|
||||||
|
"ssi7_c_data",
|
||||||
|
"ssi78_ctrl",
|
||||||
|
"ssi78_b_ctrl",
|
||||||
|
"ssi78_c_ctrl",
|
||||||
|
"ssi8_data",
|
||||||
|
"ssi8_b_data",
|
||||||
|
"ssi8_c_data",
|
||||||
|
"ssi9_data",
|
||||||
|
"ssi9_ctrl",
|
||||||
|
};
|
||||||
|
|
||||||
static const char * const tpu0_groups[] = {
|
static const char * const tpu0_groups[] = {
|
||||||
"tpu0_to0",
|
"tpu0_to0",
|
||||||
"tpu0_to1",
|
"tpu0_to1",
|
||||||
@ -3553,22 +4145,57 @@ static const char * const usb2_groups[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const char * const vin0_groups[] = {
|
static const char * const vin0_groups[] = {
|
||||||
"vin0_data_g",
|
"vin0_data24",
|
||||||
"vin0_data_r",
|
"vin0_data20",
|
||||||
"vin0_data_b",
|
"vin0_data18",
|
||||||
"vin0_hsync_signal",
|
"vin0_data16",
|
||||||
"vin0_vsync_signal",
|
"vin0_data12",
|
||||||
"vin0_field_signal",
|
"vin0_data10",
|
||||||
"vin0_data_enable",
|
"vin0_data8",
|
||||||
|
"vin0_data4",
|
||||||
|
"vin0_sync",
|
||||||
|
"vin0_field",
|
||||||
|
"vin0_clkenb",
|
||||||
"vin0_clk",
|
"vin0_clk",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const vin1_groups[] = {
|
static const char * const vin1_groups[] = {
|
||||||
"vin1_data",
|
"vin1_data24",
|
||||||
|
"vin1_data20",
|
||||||
|
"vin1_data18",
|
||||||
|
"vin1_data16",
|
||||||
|
"vin1_data12",
|
||||||
|
"vin1_data10",
|
||||||
|
"vin1_data8",
|
||||||
|
"vin1_data4",
|
||||||
|
"vin1_sync",
|
||||||
|
"vin1_field",
|
||||||
|
"vin1_clkenb",
|
||||||
"vin1_clk",
|
"vin1_clk",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static const char * const vin2_groups[] = {
|
||||||
|
"vin2_data24",
|
||||||
|
"vin2_data18",
|
||||||
|
"vin2_data16",
|
||||||
|
"vin2_data8",
|
||||||
|
"vin2_data4",
|
||||||
|
"vin2_sync",
|
||||||
|
"vin2_field",
|
||||||
|
"vin2_clkenb",
|
||||||
|
"vin2_clk",
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const vin3_groups[] = {
|
||||||
|
"vin3_data8",
|
||||||
|
"vin3_sync",
|
||||||
|
"vin3_field",
|
||||||
|
"vin3_clkenb",
|
||||||
|
"vin3_clk",
|
||||||
|
};
|
||||||
|
|
||||||
static const struct sh_pfc_function pinmux_functions[] = {
|
static const struct sh_pfc_function pinmux_functions[] = {
|
||||||
|
SH_PFC_FUNCTION(audio_clk),
|
||||||
SH_PFC_FUNCTION(du),
|
SH_PFC_FUNCTION(du),
|
||||||
SH_PFC_FUNCTION(du0),
|
SH_PFC_FUNCTION(du0),
|
||||||
SH_PFC_FUNCTION(du1),
|
SH_PFC_FUNCTION(du1),
|
||||||
@ -3599,15 +4226,18 @@ static const struct sh_pfc_function pinmux_functions[] = {
|
|||||||
SH_PFC_FUNCTION(sdhi1),
|
SH_PFC_FUNCTION(sdhi1),
|
||||||
SH_PFC_FUNCTION(sdhi2),
|
SH_PFC_FUNCTION(sdhi2),
|
||||||
SH_PFC_FUNCTION(sdhi3),
|
SH_PFC_FUNCTION(sdhi3),
|
||||||
|
SH_PFC_FUNCTION(ssi),
|
||||||
SH_PFC_FUNCTION(tpu0),
|
SH_PFC_FUNCTION(tpu0),
|
||||||
SH_PFC_FUNCTION(usb0),
|
SH_PFC_FUNCTION(usb0),
|
||||||
SH_PFC_FUNCTION(usb1),
|
SH_PFC_FUNCTION(usb1),
|
||||||
SH_PFC_FUNCTION(usb2),
|
SH_PFC_FUNCTION(usb2),
|
||||||
SH_PFC_FUNCTION(vin0),
|
SH_PFC_FUNCTION(vin0),
|
||||||
SH_PFC_FUNCTION(vin1),
|
SH_PFC_FUNCTION(vin1),
|
||||||
|
SH_PFC_FUNCTION(vin2),
|
||||||
|
SH_PFC_FUNCTION(vin3),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct pinmux_cfg_reg pinmux_config_regs[] = {
|
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
||||||
{ PINMUX_CFG_REG("GPSR0", 0xE6060004, 32, 1) {
|
{ PINMUX_CFG_REG("GPSR0", 0xE6060004, 32, 1) {
|
||||||
GP_0_31_FN, FN_IP3_17_15,
|
GP_0_31_FN, FN_IP3_17_15,
|
||||||
GP_0_30_FN, FN_IP3_14_12,
|
GP_0_30_FN, FN_IP3_14_12,
|
||||||
|
@ -1674,7 +1674,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_IPSR_MODSEL_DATA(IP16_11_10, CAN1_RX_B, SEL_CAN1_1),
|
PINMUX_IPSR_MODSEL_DATA(IP16_11_10, CAN1_RX_B, SEL_CAN1_1),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
PINMUX_GPIO_GP_ALL(),
|
PINMUX_GPIO_GP_ALL(),
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1730,11 +1730,11 @@ static const unsigned int du_clk_out_1_pins[] = {
|
|||||||
static const unsigned int du_clk_out_1_mux[] = {
|
static const unsigned int du_clk_out_1_mux[] = {
|
||||||
DU1_DOTCLKOUT1_MARK
|
DU1_DOTCLKOUT1_MARK
|
||||||
};
|
};
|
||||||
static const unsigned int du_sync_1_pins[] = {
|
static const unsigned int du_sync_pins[] = {
|
||||||
/* EXVSYNC/VSYNC, EXHSYNC/HSYNC, EXDISP/EXODDF/EXCDE */
|
/* EXVSYNC/VSYNC, EXHSYNC/HSYNC, EXDISP/EXODDF/EXCDE */
|
||||||
RCAR_GP_PIN(3, 29), RCAR_GP_PIN(3, 28), RCAR_GP_PIN(3, 27),
|
RCAR_GP_PIN(3, 29), RCAR_GP_PIN(3, 28), RCAR_GP_PIN(3, 27),
|
||||||
};
|
};
|
||||||
static const unsigned int du_sync_1_mux[] = {
|
static const unsigned int du_sync_mux[] = {
|
||||||
DU1_EXODDF_DU1_ODDF_DISP_CDE_MARK,
|
DU1_EXODDF_DU1_ODDF_DISP_CDE_MARK,
|
||||||
DU1_EXVSYNC_DU1_VSYNC_MARK, DU1_EXHSYNC_DU1_HSYNC_MARK
|
DU1_EXVSYNC_DU1_VSYNC_MARK, DU1_EXHSYNC_DU1_HSYNC_MARK
|
||||||
};
|
};
|
||||||
@ -1742,6 +1742,9 @@ static const unsigned int du_cde_disp_pins[] = {
|
|||||||
/* CDE DISP */
|
/* CDE DISP */
|
||||||
RCAR_GP_PIN(3, 31), RCAR_GP_PIN(3, 30),
|
RCAR_GP_PIN(3, 31), RCAR_GP_PIN(3, 30),
|
||||||
};
|
};
|
||||||
|
static const unsigned int du_cde_disp_mux[] = {
|
||||||
|
DU1_CDE_MARK, DU1_DISP_MARK
|
||||||
|
};
|
||||||
static const unsigned int du0_clk_in_pins[] = {
|
static const unsigned int du0_clk_in_pins[] = {
|
||||||
/* CLKIN */
|
/* CLKIN */
|
||||||
RCAR_GP_PIN(6, 31),
|
RCAR_GP_PIN(6, 31),
|
||||||
@ -1749,15 +1752,26 @@ static const unsigned int du0_clk_in_pins[] = {
|
|||||||
static const unsigned int du0_clk_in_mux[] = {
|
static const unsigned int du0_clk_in_mux[] = {
|
||||||
DU0_DOTCLKIN_MARK
|
DU0_DOTCLKIN_MARK
|
||||||
};
|
};
|
||||||
static const unsigned int du_cde_disp_mux[] = {
|
|
||||||
DU1_CDE_MARK, DU1_DISP_MARK
|
|
||||||
};
|
|
||||||
static const unsigned int du1_clk_in_pins[] = {
|
static const unsigned int du1_clk_in_pins[] = {
|
||||||
/* CLKIN */
|
/* CLKIN */
|
||||||
RCAR_GP_PIN(7, 20), RCAR_GP_PIN(7, 19), RCAR_GP_PIN(3, 24),
|
RCAR_GP_PIN(3, 24),
|
||||||
};
|
};
|
||||||
static const unsigned int du1_clk_in_mux[] = {
|
static const unsigned int du1_clk_in_mux[] = {
|
||||||
DU1_DOTCLKIN_C_MARK, DU1_DOTCLKIN_B_MARK, DU1_DOTCLKIN_MARK
|
DU1_DOTCLKIN_MARK
|
||||||
|
};
|
||||||
|
static const unsigned int du1_clk_in_b_pins[] = {
|
||||||
|
/* CLKIN */
|
||||||
|
RCAR_GP_PIN(7, 19),
|
||||||
|
};
|
||||||
|
static const unsigned int du1_clk_in_b_mux[] = {
|
||||||
|
DU1_DOTCLKIN_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int du1_clk_in_c_pins[] = {
|
||||||
|
/* CLKIN */
|
||||||
|
RCAR_GP_PIN(7, 20),
|
||||||
|
};
|
||||||
|
static const unsigned int du1_clk_in_c_mux[] = {
|
||||||
|
DU1_DOTCLKIN_C_MARK,
|
||||||
};
|
};
|
||||||
/* - ETH -------------------------------------------------------------------- */
|
/* - ETH -------------------------------------------------------------------- */
|
||||||
static const unsigned int eth_link_pins[] = {
|
static const unsigned int eth_link_pins[] = {
|
||||||
@ -1791,6 +1805,144 @@ static const unsigned int eth_rmii_mux[] = {
|
|||||||
ETH_RXD0_MARK, ETH_RXD1_MARK, ETH_RX_ER_MARK, ETH_CRS_DV_MARK,
|
ETH_RXD0_MARK, ETH_RXD1_MARK, ETH_RX_ER_MARK, ETH_CRS_DV_MARK,
|
||||||
ETH_TXD0_MARK, ETH_TXD1_MARK, ETH_TX_EN_MARK, ETH_REFCLK_MARK,
|
ETH_TXD0_MARK, ETH_TXD1_MARK, ETH_TX_EN_MARK, ETH_REFCLK_MARK,
|
||||||
};
|
};
|
||||||
|
/* - I2C0 ------------------------------------------------------------------- */
|
||||||
|
static const unsigned int i2c0_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(0, 24), RCAR_GP_PIN(0, 25),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c0_mux[] = {
|
||||||
|
SCL0_MARK, SDA0_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c0_b_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(2, 2), RCAR_GP_PIN(2, 3),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c0_b_mux[] = {
|
||||||
|
SCL0_B_MARK, SDA0_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c0_c_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(0, 16), RCAR_GP_PIN(1, 1),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c0_c_mux[] = {
|
||||||
|
SCL0_C_MARK, SDA0_C_MARK,
|
||||||
|
};
|
||||||
|
/* - I2C1 ------------------------------------------------------------------- */
|
||||||
|
static const unsigned int i2c1_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(1, 10), RCAR_GP_PIN(1, 11),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c1_mux[] = {
|
||||||
|
SCL1_MARK, SDA1_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c1_b_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(2, 4), RCAR_GP_PIN(2, 5),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c1_b_mux[] = {
|
||||||
|
SCL1_B_MARK, SDA1_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c1_c_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(6, 14), RCAR_GP_PIN(6, 15),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c1_c_mux[] = {
|
||||||
|
SCL1_C_MARK, SDA1_C_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c1_d_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(4, 25), RCAR_GP_PIN(4, 26),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c1_d_mux[] = {
|
||||||
|
SCL1_D_MARK, SDA1_D_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c1_e_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(7, 15), RCAR_GP_PIN(7, 16),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c1_e_mux[] = {
|
||||||
|
SCL1_E_MARK, SDA1_E_MARK,
|
||||||
|
};
|
||||||
|
/* - I2C2 ------------------------------------------------------------------- */
|
||||||
|
static const unsigned int i2c2_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(2, 6), RCAR_GP_PIN(2, 7),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c2_mux[] = {
|
||||||
|
SCL2_MARK, SDA2_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c2_b_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(3, 26), RCAR_GP_PIN(3, 29),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c2_b_mux[] = {
|
||||||
|
SCL2_B_MARK, SDA2_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c2_c_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(5, 13), RCAR_GP_PIN(5, 14),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c2_c_mux[] = {
|
||||||
|
SCL2_C_MARK, SDA2_C_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c2_d_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(5, 17), RCAR_GP_PIN(5, 18),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c2_d_mux[] = {
|
||||||
|
SCL2_D_MARK, SDA2_D_MARK,
|
||||||
|
};
|
||||||
|
/* - I2C3 ------------------------------------------------------------------- */
|
||||||
|
static const unsigned int i2c3_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(5, 15), RCAR_GP_PIN(5, 16),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c3_mux[] = {
|
||||||
|
SCL3_MARK, SDA3_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c3_b_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(4, 15), RCAR_GP_PIN(4, 16),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c3_b_mux[] = {
|
||||||
|
SCL3_B_MARK, SDA3_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c3_c_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(3, 22), RCAR_GP_PIN(3, 23),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c3_c_mux[] = {
|
||||||
|
SCL3_C_MARK, SDA3_C_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c3_d_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(0, 27), RCAR_GP_PIN(0, 28),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c3_d_mux[] = {
|
||||||
|
SCL3_D_MARK, SDA3_D_MARK,
|
||||||
|
};
|
||||||
|
/* - I2C4 ------------------------------------------------------------------- */
|
||||||
|
static const unsigned int i2c4_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(4, 13), RCAR_GP_PIN(4, 14),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c4_mux[] = {
|
||||||
|
SCL4_MARK, SDA4_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c4_b_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(4, 27), RCAR_GP_PIN(4, 28),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c4_b_mux[] = {
|
||||||
|
SCL4_B_MARK, SDA4_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int i2c4_c_pins[] = {
|
||||||
|
/* SCL, SDA */
|
||||||
|
RCAR_GP_PIN(7, 13), RCAR_GP_PIN(7, 14),
|
||||||
|
};
|
||||||
|
static const unsigned int i2c4_c_mux[] = {
|
||||||
|
SCL4_C_MARK, SDA4_C_MARK,
|
||||||
|
};
|
||||||
/* - INTC ------------------------------------------------------------------- */
|
/* - INTC ------------------------------------------------------------------- */
|
||||||
static const unsigned int intc_irq0_pins[] = {
|
static const unsigned int intc_irq0_pins[] = {
|
||||||
/* IRQ */
|
/* IRQ */
|
||||||
@ -2635,49 +2787,342 @@ static const unsigned int sdhi2_wp_mux[] = {
|
|||||||
SD2_WP_MARK,
|
SD2_WP_MARK,
|
||||||
};
|
};
|
||||||
/* - USB0 ------------------------------------------------------------------- */
|
/* - USB0 ------------------------------------------------------------------- */
|
||||||
static const unsigned int usb0_pwen_pins[] = {
|
static const unsigned int usb0_pins[] = {
|
||||||
/* PWEN */
|
RCAR_GP_PIN(7, 23), /* PWEN */
|
||||||
RCAR_GP_PIN(7, 23),
|
RCAR_GP_PIN(7, 24), /* OVC */
|
||||||
};
|
};
|
||||||
static const unsigned int usb0_pwen_mux[] = {
|
static const unsigned int usb0_mux[] = {
|
||||||
USB0_PWEN_MARK,
|
USB0_PWEN_MARK,
|
||||||
};
|
|
||||||
static const unsigned int usb0_ovc_pins[] = {
|
|
||||||
/* OVC */
|
|
||||||
RCAR_GP_PIN(7, 24),
|
|
||||||
};
|
|
||||||
static const unsigned int usb0_ovc_mux[] = {
|
|
||||||
USB0_OVC_MARK,
|
USB0_OVC_MARK,
|
||||||
};
|
};
|
||||||
/* - USB1 ------------------------------------------------------------------- */
|
/* - USB1 ------------------------------------------------------------------- */
|
||||||
static const unsigned int usb1_pwen_pins[] = {
|
static const unsigned int usb1_pins[] = {
|
||||||
/* PWEN */
|
RCAR_GP_PIN(7, 25), /* PWEN */
|
||||||
RCAR_GP_PIN(7, 25),
|
RCAR_GP_PIN(6, 30), /* OVC */
|
||||||
};
|
};
|
||||||
static const unsigned int usb1_pwen_mux[] = {
|
static const unsigned int usb1_mux[] = {
|
||||||
USB1_PWEN_MARK,
|
USB1_PWEN_MARK,
|
||||||
};
|
|
||||||
static const unsigned int usb1_ovc_pins[] = {
|
|
||||||
/* OVC */
|
|
||||||
RCAR_GP_PIN(6, 30),
|
|
||||||
};
|
|
||||||
static const unsigned int usb1_ovc_mux[] = {
|
|
||||||
USB1_OVC_MARK,
|
USB1_OVC_MARK,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
union vin_data {
|
||||||
|
unsigned int data24[24];
|
||||||
|
unsigned int data20[20];
|
||||||
|
unsigned int data16[16];
|
||||||
|
unsigned int data12[12];
|
||||||
|
unsigned int data10[10];
|
||||||
|
unsigned int data8[8];
|
||||||
|
};
|
||||||
|
|
||||||
|
#define VIN_DATA_PIN_GROUP(n, s) \
|
||||||
|
{ \
|
||||||
|
.name = #n#s, \
|
||||||
|
.pins = n##_pins.data##s, \
|
||||||
|
.mux = n##_mux.data##s, \
|
||||||
|
.nr_pins = ARRAY_SIZE(n##_pins.data##s), \
|
||||||
|
}
|
||||||
|
|
||||||
|
/* - VIN0 ------------------------------------------------------------------- */
|
||||||
|
static const union vin_data vin0_data_pins = {
|
||||||
|
.data24 = {
|
||||||
|
/* B */
|
||||||
|
RCAR_GP_PIN(4, 5), RCAR_GP_PIN(4, 6),
|
||||||
|
RCAR_GP_PIN(4, 7), RCAR_GP_PIN(4, 8),
|
||||||
|
RCAR_GP_PIN(4, 9), RCAR_GP_PIN(4, 10),
|
||||||
|
RCAR_GP_PIN(4, 11), RCAR_GP_PIN(4, 12),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(4, 13), RCAR_GP_PIN(4, 14),
|
||||||
|
RCAR_GP_PIN(4, 15), RCAR_GP_PIN(4, 16),
|
||||||
|
RCAR_GP_PIN(4, 17), RCAR_GP_PIN(4, 18),
|
||||||
|
RCAR_GP_PIN(4, 19), RCAR_GP_PIN(4, 20),
|
||||||
|
/* R */
|
||||||
|
RCAR_GP_PIN(4, 21), RCAR_GP_PIN(4, 22),
|
||||||
|
RCAR_GP_PIN(4, 23), RCAR_GP_PIN(4, 24),
|
||||||
|
RCAR_GP_PIN(4, 25), RCAR_GP_PIN(4, 26),
|
||||||
|
RCAR_GP_PIN(4, 27), RCAR_GP_PIN(4, 28),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static const union vin_data vin0_data_mux = {
|
||||||
|
.data24 = {
|
||||||
|
/* B */
|
||||||
|
VI0_DATA0_VI0_B0_MARK, VI0_DATA1_VI0_B1_MARK,
|
||||||
|
VI0_DATA2_VI0_B2_MARK, VI0_DATA3_VI0_B3_MARK,
|
||||||
|
VI0_DATA4_VI0_B4_MARK, VI0_DATA5_VI0_B5_MARK,
|
||||||
|
VI0_DATA6_VI0_B6_MARK, VI0_DATA7_VI0_B7_MARK,
|
||||||
|
/* G */
|
||||||
|
VI0_G0_MARK, VI0_G1_MARK,
|
||||||
|
VI0_G2_MARK, VI0_G3_MARK,
|
||||||
|
VI0_G4_MARK, VI0_G5_MARK,
|
||||||
|
VI0_G6_MARK, VI0_G7_MARK,
|
||||||
|
/* R */
|
||||||
|
VI0_R0_MARK, VI0_R1_MARK,
|
||||||
|
VI0_R2_MARK, VI0_R3_MARK,
|
||||||
|
VI0_R4_MARK, VI0_R5_MARK,
|
||||||
|
VI0_R6_MARK, VI0_R7_MARK,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_data18_pins[] = {
|
||||||
|
/* B */
|
||||||
|
RCAR_GP_PIN(4, 7), RCAR_GP_PIN(4, 8),
|
||||||
|
RCAR_GP_PIN(4, 9), RCAR_GP_PIN(4, 10),
|
||||||
|
RCAR_GP_PIN(4, 11), RCAR_GP_PIN(4, 12),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(4, 15), RCAR_GP_PIN(4, 16),
|
||||||
|
RCAR_GP_PIN(4, 17), RCAR_GP_PIN(4, 18),
|
||||||
|
RCAR_GP_PIN(4, 19), RCAR_GP_PIN(4, 20),
|
||||||
|
/* R */
|
||||||
|
RCAR_GP_PIN(4, 23), RCAR_GP_PIN(4, 24),
|
||||||
|
RCAR_GP_PIN(4, 25), RCAR_GP_PIN(4, 26),
|
||||||
|
RCAR_GP_PIN(4, 27), RCAR_GP_PIN(4, 28),
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_data18_mux[] = {
|
||||||
|
/* B */
|
||||||
|
VI0_DATA2_VI0_B2_MARK, VI0_DATA3_VI0_B3_MARK,
|
||||||
|
VI0_DATA4_VI0_B4_MARK, VI0_DATA5_VI0_B5_MARK,
|
||||||
|
VI0_DATA6_VI0_B6_MARK, VI0_DATA7_VI0_B7_MARK,
|
||||||
|
/* G */
|
||||||
|
VI0_G2_MARK, VI0_G3_MARK,
|
||||||
|
VI0_G4_MARK, VI0_G5_MARK,
|
||||||
|
VI0_G6_MARK, VI0_G7_MARK,
|
||||||
|
/* R */
|
||||||
|
VI0_R2_MARK, VI0_R3_MARK,
|
||||||
|
VI0_R4_MARK, VI0_R5_MARK,
|
||||||
|
VI0_R6_MARK, VI0_R7_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_sync_pins[] = {
|
||||||
|
RCAR_GP_PIN(4, 3), /* HSYNC */
|
||||||
|
RCAR_GP_PIN(4, 4), /* VSYNC */
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_sync_mux[] = {
|
||||||
|
VI0_HSYNC_N_MARK,
|
||||||
|
VI0_VSYNC_N_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_field_pins[] = {
|
||||||
|
RCAR_GP_PIN(4, 2),
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_field_mux[] = {
|
||||||
|
VI0_FIELD_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_clkenb_pins[] = {
|
||||||
|
RCAR_GP_PIN(4, 1),
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_clkenb_mux[] = {
|
||||||
|
VI0_CLKENB_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_clk_pins[] = {
|
||||||
|
RCAR_GP_PIN(4, 0),
|
||||||
|
};
|
||||||
|
static const unsigned int vin0_clk_mux[] = {
|
||||||
|
VI0_CLK_MARK,
|
||||||
|
};
|
||||||
|
/* - VIN1 ----------------------------------------------------------------- */
|
||||||
|
static const unsigned int vin1_data8_pins[] = {
|
||||||
|
RCAR_GP_PIN(5, 5), RCAR_GP_PIN(5, 6),
|
||||||
|
RCAR_GP_PIN(5, 7), RCAR_GP_PIN(5, 8),
|
||||||
|
RCAR_GP_PIN(5, 9), RCAR_GP_PIN(5, 10),
|
||||||
|
RCAR_GP_PIN(5, 11), RCAR_GP_PIN(5, 12),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_data8_mux[] = {
|
||||||
|
VI1_DATA0_MARK, VI1_DATA1_MARK,
|
||||||
|
VI1_DATA2_MARK, VI1_DATA3_MARK,
|
||||||
|
VI1_DATA4_MARK, VI1_DATA5_MARK,
|
||||||
|
VI1_DATA6_MARK, VI1_DATA7_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_sync_pins[] = {
|
||||||
|
RCAR_GP_PIN(5, 0), /* HSYNC */
|
||||||
|
RCAR_GP_PIN(5, 1), /* VSYNC */
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_sync_mux[] = {
|
||||||
|
VI1_HSYNC_N_MARK,
|
||||||
|
VI1_VSYNC_N_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_field_pins[] = {
|
||||||
|
RCAR_GP_PIN(5, 3),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_field_mux[] = {
|
||||||
|
VI1_FIELD_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_clkenb_pins[] = {
|
||||||
|
RCAR_GP_PIN(5, 2),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_clkenb_mux[] = {
|
||||||
|
VI1_CLKENB_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_clk_pins[] = {
|
||||||
|
RCAR_GP_PIN(5, 4),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_clk_mux[] = {
|
||||||
|
VI1_CLK_MARK,
|
||||||
|
};
|
||||||
|
static const union vin_data vin1_b_data_pins = {
|
||||||
|
.data24 = {
|
||||||
|
/* B */
|
||||||
|
RCAR_GP_PIN(3, 0), RCAR_GP_PIN(3, 1),
|
||||||
|
RCAR_GP_PIN(3, 8), RCAR_GP_PIN(3, 9),
|
||||||
|
RCAR_GP_PIN(3, 10), RCAR_GP_PIN(3, 11),
|
||||||
|
RCAR_GP_PIN(3, 12), RCAR_GP_PIN(3, 13),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(6, 24), RCAR_GP_PIN(6, 25),
|
||||||
|
RCAR_GP_PIN(6, 26), RCAR_GP_PIN(6, 27),
|
||||||
|
RCAR_GP_PIN(6, 28), RCAR_GP_PIN(6, 29),
|
||||||
|
RCAR_GP_PIN(7, 21), RCAR_GP_PIN(7, 22),
|
||||||
|
/* R */
|
||||||
|
RCAR_GP_PIN(7, 5), RCAR_GP_PIN(7, 6),
|
||||||
|
RCAR_GP_PIN(2, 15), RCAR_GP_PIN(2, 16),
|
||||||
|
RCAR_GP_PIN(2, 17), RCAR_GP_PIN(2, 18),
|
||||||
|
RCAR_GP_PIN(2, 19), RCAR_GP_PIN(2, 20),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static const union vin_data vin1_b_data_mux = {
|
||||||
|
.data24 = {
|
||||||
|
/* B */
|
||||||
|
VI1_DATA0_B_MARK, VI1_DATA1_B_MARK,
|
||||||
|
VI1_DATA2_B_MARK, VI1_DATA3_B_MARK,
|
||||||
|
VI1_DATA4_B_MARK, VI1_DATA5_B_MARK,
|
||||||
|
VI1_DATA6_B_MARK, VI1_DATA7_B_MARK,
|
||||||
|
/* G */
|
||||||
|
VI1_G0_B_MARK, VI1_G1_B_MARK,
|
||||||
|
VI1_G2_B_MARK, VI1_G3_B_MARK,
|
||||||
|
VI1_G4_B_MARK, VI1_G5_B_MARK,
|
||||||
|
VI1_G6_B_MARK, VI1_G7_B_MARK,
|
||||||
|
/* R */
|
||||||
|
VI1_R0_B_MARK, VI1_R1_B_MARK,
|
||||||
|
VI1_R2_B_MARK, VI1_R3_B_MARK,
|
||||||
|
VI1_R4_B_MARK, VI1_R5_B_MARK,
|
||||||
|
VI1_R6_B_MARK, VI1_R7_B_MARK,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_data18_pins[] = {
|
||||||
|
/* B */
|
||||||
|
RCAR_GP_PIN(3, 8), RCAR_GP_PIN(3, 9),
|
||||||
|
RCAR_GP_PIN(3, 10), RCAR_GP_PIN(3, 11),
|
||||||
|
RCAR_GP_PIN(3, 12), RCAR_GP_PIN(3, 13),
|
||||||
|
/* G */
|
||||||
|
RCAR_GP_PIN(6, 26), RCAR_GP_PIN(6, 27),
|
||||||
|
RCAR_GP_PIN(6, 28), RCAR_GP_PIN(6, 29),
|
||||||
|
RCAR_GP_PIN(7, 21), RCAR_GP_PIN(7, 22),
|
||||||
|
/* R */
|
||||||
|
RCAR_GP_PIN(2, 15), RCAR_GP_PIN(2, 16),
|
||||||
|
RCAR_GP_PIN(2, 17), RCAR_GP_PIN(2, 18),
|
||||||
|
RCAR_GP_PIN(2, 19), RCAR_GP_PIN(2, 20),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_data18_mux[] = {
|
||||||
|
/* B */
|
||||||
|
VI1_DATA0_B_MARK, VI1_DATA1_B_MARK,
|
||||||
|
VI1_DATA2_B_MARK, VI1_DATA3_B_MARK,
|
||||||
|
VI1_DATA4_B_MARK, VI1_DATA5_B_MARK,
|
||||||
|
VI1_DATA6_B_MARK, VI1_DATA7_B_MARK,
|
||||||
|
/* G */
|
||||||
|
VI1_G0_B_MARK, VI1_G1_B_MARK,
|
||||||
|
VI1_G2_B_MARK, VI1_G3_B_MARK,
|
||||||
|
VI1_G4_B_MARK, VI1_G5_B_MARK,
|
||||||
|
VI1_G6_B_MARK, VI1_G7_B_MARK,
|
||||||
|
/* R */
|
||||||
|
VI1_R0_B_MARK, VI1_R1_B_MARK,
|
||||||
|
VI1_R2_B_MARK, VI1_R3_B_MARK,
|
||||||
|
VI1_R4_B_MARK, VI1_R5_B_MARK,
|
||||||
|
VI1_R6_B_MARK, VI1_R7_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_sync_pins[] = {
|
||||||
|
RCAR_GP_PIN(3, 17), /* HSYNC */
|
||||||
|
RCAR_GP_PIN(3, 18), /* VSYNC */
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_sync_mux[] = {
|
||||||
|
VI1_HSYNC_N_B_MARK,
|
||||||
|
VI1_VSYNC_N_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_field_pins[] = {
|
||||||
|
RCAR_GP_PIN(3, 20),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_field_mux[] = {
|
||||||
|
VI1_FIELD_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_clkenb_pins[] = {
|
||||||
|
RCAR_GP_PIN(3, 19),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_clkenb_mux[] = {
|
||||||
|
VI1_CLKENB_B_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_clk_pins[] = {
|
||||||
|
RCAR_GP_PIN(3, 16),
|
||||||
|
};
|
||||||
|
static const unsigned int vin1_b_clk_mux[] = {
|
||||||
|
VI1_CLK_B_MARK,
|
||||||
|
};
|
||||||
|
/* - VIN2 ----------------------------------------------------------------- */
|
||||||
|
static const unsigned int vin2_data8_pins[] = {
|
||||||
|
RCAR_GP_PIN(4, 20), RCAR_GP_PIN(4, 21),
|
||||||
|
RCAR_GP_PIN(4, 22), RCAR_GP_PIN(4, 23),
|
||||||
|
RCAR_GP_PIN(4, 24), RCAR_GP_PIN(4, 25),
|
||||||
|
RCAR_GP_PIN(4, 26), RCAR_GP_PIN(4, 27),
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_data8_mux[] = {
|
||||||
|
VI2_DATA0_MARK, VI2_DATA1_MARK,
|
||||||
|
VI2_DATA2_MARK, VI2_DATA3_MARK,
|
||||||
|
VI2_DATA4_MARK, VI2_DATA5_MARK,
|
||||||
|
VI2_DATA6_MARK, VI2_DATA7_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_sync_pins[] = {
|
||||||
|
RCAR_GP_PIN(4, 15), /* HSYNC */
|
||||||
|
RCAR_GP_PIN(4, 16), /* VSYNC */
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_sync_mux[] = {
|
||||||
|
VI2_HSYNC_N_MARK,
|
||||||
|
VI2_VSYNC_N_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_field_pins[] = {
|
||||||
|
RCAR_GP_PIN(4, 18),
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_field_mux[] = {
|
||||||
|
VI2_FIELD_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_clkenb_pins[] = {
|
||||||
|
RCAR_GP_PIN(4, 17),
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_clkenb_mux[] = {
|
||||||
|
VI2_CLKENB_MARK,
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_clk_pins[] = {
|
||||||
|
RCAR_GP_PIN(4, 19),
|
||||||
|
};
|
||||||
|
static const unsigned int vin2_clk_mux[] = {
|
||||||
|
VI2_CLK_MARK,
|
||||||
|
};
|
||||||
|
|
||||||
static const struct sh_pfc_pin_group pinmux_groups[] = {
|
static const struct sh_pfc_pin_group pinmux_groups[] = {
|
||||||
SH_PFC_PIN_GROUP(du_rgb666),
|
SH_PFC_PIN_GROUP(du_rgb666),
|
||||||
SH_PFC_PIN_GROUP(du_rgb888),
|
SH_PFC_PIN_GROUP(du_rgb888),
|
||||||
SH_PFC_PIN_GROUP(du_clk_out_0),
|
SH_PFC_PIN_GROUP(du_clk_out_0),
|
||||||
SH_PFC_PIN_GROUP(du_clk_out_1),
|
SH_PFC_PIN_GROUP(du_clk_out_1),
|
||||||
SH_PFC_PIN_GROUP(du_sync_1),
|
SH_PFC_PIN_GROUP(du_sync),
|
||||||
SH_PFC_PIN_GROUP(du_cde_disp),
|
SH_PFC_PIN_GROUP(du_cde_disp),
|
||||||
SH_PFC_PIN_GROUP(du0_clk_in),
|
SH_PFC_PIN_GROUP(du0_clk_in),
|
||||||
SH_PFC_PIN_GROUP(du1_clk_in),
|
SH_PFC_PIN_GROUP(du1_clk_in),
|
||||||
|
SH_PFC_PIN_GROUP(du1_clk_in_b),
|
||||||
|
SH_PFC_PIN_GROUP(du1_clk_in_c),
|
||||||
SH_PFC_PIN_GROUP(eth_link),
|
SH_PFC_PIN_GROUP(eth_link),
|
||||||
SH_PFC_PIN_GROUP(eth_magic),
|
SH_PFC_PIN_GROUP(eth_magic),
|
||||||
SH_PFC_PIN_GROUP(eth_mdio),
|
SH_PFC_PIN_GROUP(eth_mdio),
|
||||||
SH_PFC_PIN_GROUP(eth_rmii),
|
SH_PFC_PIN_GROUP(eth_rmii),
|
||||||
|
SH_PFC_PIN_GROUP(i2c0),
|
||||||
|
SH_PFC_PIN_GROUP(i2c0_b),
|
||||||
|
SH_PFC_PIN_GROUP(i2c0_c),
|
||||||
|
SH_PFC_PIN_GROUP(i2c1),
|
||||||
|
SH_PFC_PIN_GROUP(i2c1_b),
|
||||||
|
SH_PFC_PIN_GROUP(i2c1_c),
|
||||||
|
SH_PFC_PIN_GROUP(i2c1_d),
|
||||||
|
SH_PFC_PIN_GROUP(i2c1_e),
|
||||||
|
SH_PFC_PIN_GROUP(i2c2),
|
||||||
|
SH_PFC_PIN_GROUP(i2c2_b),
|
||||||
|
SH_PFC_PIN_GROUP(i2c2_c),
|
||||||
|
SH_PFC_PIN_GROUP(i2c2_d),
|
||||||
|
SH_PFC_PIN_GROUP(i2c3),
|
||||||
|
SH_PFC_PIN_GROUP(i2c3_b),
|
||||||
|
SH_PFC_PIN_GROUP(i2c3_c),
|
||||||
|
SH_PFC_PIN_GROUP(i2c3_d),
|
||||||
|
SH_PFC_PIN_GROUP(i2c4),
|
||||||
|
SH_PFC_PIN_GROUP(i2c4_b),
|
||||||
|
SH_PFC_PIN_GROUP(i2c4_c),
|
||||||
SH_PFC_PIN_GROUP(intc_irq0),
|
SH_PFC_PIN_GROUP(intc_irq0),
|
||||||
SH_PFC_PIN_GROUP(intc_irq1),
|
SH_PFC_PIN_GROUP(intc_irq1),
|
||||||
SH_PFC_PIN_GROUP(intc_irq2),
|
SH_PFC_PIN_GROUP(intc_irq2),
|
||||||
@ -2794,10 +3239,40 @@ static const struct sh_pfc_pin_group pinmux_groups[] = {
|
|||||||
SH_PFC_PIN_GROUP(sdhi2_ctrl),
|
SH_PFC_PIN_GROUP(sdhi2_ctrl),
|
||||||
SH_PFC_PIN_GROUP(sdhi2_cd),
|
SH_PFC_PIN_GROUP(sdhi2_cd),
|
||||||
SH_PFC_PIN_GROUP(sdhi2_wp),
|
SH_PFC_PIN_GROUP(sdhi2_wp),
|
||||||
SH_PFC_PIN_GROUP(usb0_pwen),
|
SH_PFC_PIN_GROUP(usb0),
|
||||||
SH_PFC_PIN_GROUP(usb0_ovc),
|
SH_PFC_PIN_GROUP(usb1),
|
||||||
SH_PFC_PIN_GROUP(usb1_pwen),
|
VIN_DATA_PIN_GROUP(vin0_data, 24),
|
||||||
SH_PFC_PIN_GROUP(usb1_ovc),
|
VIN_DATA_PIN_GROUP(vin0_data, 20),
|
||||||
|
SH_PFC_PIN_GROUP(vin0_data18),
|
||||||
|
VIN_DATA_PIN_GROUP(vin0_data, 16),
|
||||||
|
VIN_DATA_PIN_GROUP(vin0_data, 12),
|
||||||
|
VIN_DATA_PIN_GROUP(vin0_data, 10),
|
||||||
|
VIN_DATA_PIN_GROUP(vin0_data, 8),
|
||||||
|
SH_PFC_PIN_GROUP(vin0_sync),
|
||||||
|
SH_PFC_PIN_GROUP(vin0_field),
|
||||||
|
SH_PFC_PIN_GROUP(vin0_clkenb),
|
||||||
|
SH_PFC_PIN_GROUP(vin0_clk),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_data8),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_sync),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_field),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_clkenb),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_clk),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_b_data, 24),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_b_data, 20),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_b_data18),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_b_data, 16),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_b_data, 12),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_b_data, 10),
|
||||||
|
VIN_DATA_PIN_GROUP(vin1_b_data, 8),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_b_sync),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_b_field),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_b_clkenb),
|
||||||
|
SH_PFC_PIN_GROUP(vin1_b_clk),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_data8),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_sync),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_field),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_clkenb),
|
||||||
|
SH_PFC_PIN_GROUP(vin2_clk),
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const du_groups[] = {
|
static const char * const du_groups[] = {
|
||||||
@ -2805,7 +3280,7 @@ static const char * const du_groups[] = {
|
|||||||
"du_rgb888",
|
"du_rgb888",
|
||||||
"du_clk_out_0",
|
"du_clk_out_0",
|
||||||
"du_clk_out_1",
|
"du_clk_out_1",
|
||||||
"du_sync_1",
|
"du_sync",
|
||||||
"du_cde_disp",
|
"du_cde_disp",
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -2815,6 +3290,8 @@ static const char * const du0_groups[] = {
|
|||||||
|
|
||||||
static const char * const du1_groups[] = {
|
static const char * const du1_groups[] = {
|
||||||
"du1_clk_in",
|
"du1_clk_in",
|
||||||
|
"du1_clk_in_b",
|
||||||
|
"du1_clk_in_c",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const eth_groups[] = {
|
static const char * const eth_groups[] = {
|
||||||
@ -2824,6 +3301,40 @@ static const char * const eth_groups[] = {
|
|||||||
"eth_rmii",
|
"eth_rmii",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static const char * const i2c0_groups[] = {
|
||||||
|
"i2c0",
|
||||||
|
"i2c0_b",
|
||||||
|
"i2c0_c",
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const i2c1_groups[] = {
|
||||||
|
"i2c1",
|
||||||
|
"i2c1_b",
|
||||||
|
"i2c1_c",
|
||||||
|
"i2c1_d",
|
||||||
|
"i2c1_e",
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const i2c2_groups[] = {
|
||||||
|
"i2c2",
|
||||||
|
"i2c2_b",
|
||||||
|
"i2c2_c",
|
||||||
|
"i2c2_d",
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const i2c3_groups[] = {
|
||||||
|
"i2c3",
|
||||||
|
"i2c3_b",
|
||||||
|
"i2c3_c",
|
||||||
|
"i2c3_d",
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const i2c4_groups[] = {
|
||||||
|
"i2c4",
|
||||||
|
"i2c4_b",
|
||||||
|
"i2c4_c",
|
||||||
|
};
|
||||||
|
|
||||||
static const char * const intc_groups[] = {
|
static const char * const intc_groups[] = {
|
||||||
"intc_irq0",
|
"intc_irq0",
|
||||||
"intc_irq1",
|
"intc_irq1",
|
||||||
@ -2840,20 +3351,29 @@ static const char * const mmc_groups[] = {
|
|||||||
|
|
||||||
static const char * const msiof0_groups[] = {
|
static const char * const msiof0_groups[] = {
|
||||||
"msiof0_clk",
|
"msiof0_clk",
|
||||||
"msiof0_ctrl",
|
"msiof0_sync",
|
||||||
"msiof0_data",
|
"msiof0_ss1",
|
||||||
|
"msiof0_ss2",
|
||||||
|
"msiof0_rx",
|
||||||
|
"msiof0_tx",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const msiof1_groups[] = {
|
static const char * const msiof1_groups[] = {
|
||||||
"msiof1_clk",
|
"msiof1_clk",
|
||||||
"msiof1_ctrl",
|
"msiof1_sync",
|
||||||
"msiof1_data",
|
"msiof1_ss1",
|
||||||
|
"msiof1_ss2",
|
||||||
|
"msiof1_rx",
|
||||||
|
"msiof1_tx",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const msiof2_groups[] = {
|
static const char * const msiof2_groups[] = {
|
||||||
"msiof2_clk",
|
"msiof2_clk",
|
||||||
"msiof2_ctrl",
|
"msiof2_sync",
|
||||||
"msiof2_data",
|
"msiof2_ss1",
|
||||||
|
"msiof2_ss2",
|
||||||
|
"msiof2_rx",
|
||||||
|
"msiof2_tx",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const scif0_groups[] = {
|
static const char * const scif0_groups[] = {
|
||||||
@ -2989,12 +3509,51 @@ static const char * const sdhi2_groups[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const char * const usb0_groups[] = {
|
static const char * const usb0_groups[] = {
|
||||||
"usb0_pwen",
|
"usb0",
|
||||||
"usb0_ovc",
|
|
||||||
};
|
};
|
||||||
static const char * const usb1_groups[] = {
|
static const char * const usb1_groups[] = {
|
||||||
"usb1_pwen",
|
"usb1",
|
||||||
"usb1_ovc",
|
};
|
||||||
|
|
||||||
|
static const char * const vin0_groups[] = {
|
||||||
|
"vin0_data24",
|
||||||
|
"vin0_data20",
|
||||||
|
"vin0_data18",
|
||||||
|
"vin0_data16",
|
||||||
|
"vin0_data12",
|
||||||
|
"vin0_data10",
|
||||||
|
"vin0_data8",
|
||||||
|
"vin0_sync",
|
||||||
|
"vin0_field",
|
||||||
|
"vin0_clkenb",
|
||||||
|
"vin0_clk",
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const vin1_groups[] = {
|
||||||
|
"vin1_data8",
|
||||||
|
"vin1_sync",
|
||||||
|
"vin1_field",
|
||||||
|
"vin1_clkenb",
|
||||||
|
"vin1_clk",
|
||||||
|
"vin1_b_data24",
|
||||||
|
"vin1_b_data20",
|
||||||
|
"vin1_b_data18",
|
||||||
|
"vin1_b_data16",
|
||||||
|
"vin1_b_data12",
|
||||||
|
"vin1_b_data10",
|
||||||
|
"vin1_b_data8",
|
||||||
|
"vin1_b_sync",
|
||||||
|
"vin1_b_field",
|
||||||
|
"vin1_b_clkenb",
|
||||||
|
"vin1_b_clk",
|
||||||
|
};
|
||||||
|
|
||||||
|
static const char * const vin2_groups[] = {
|
||||||
|
"vin2_data8",
|
||||||
|
"vin2_sync",
|
||||||
|
"vin2_field",
|
||||||
|
"vin2_clkenb",
|
||||||
|
"vin2_clk",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct sh_pfc_function pinmux_functions[] = {
|
static const struct sh_pfc_function pinmux_functions[] = {
|
||||||
@ -3002,6 +3561,11 @@ static const struct sh_pfc_function pinmux_functions[] = {
|
|||||||
SH_PFC_FUNCTION(du0),
|
SH_PFC_FUNCTION(du0),
|
||||||
SH_PFC_FUNCTION(du1),
|
SH_PFC_FUNCTION(du1),
|
||||||
SH_PFC_FUNCTION(eth),
|
SH_PFC_FUNCTION(eth),
|
||||||
|
SH_PFC_FUNCTION(i2c0),
|
||||||
|
SH_PFC_FUNCTION(i2c1),
|
||||||
|
SH_PFC_FUNCTION(i2c2),
|
||||||
|
SH_PFC_FUNCTION(i2c3),
|
||||||
|
SH_PFC_FUNCTION(i2c4),
|
||||||
SH_PFC_FUNCTION(intc),
|
SH_PFC_FUNCTION(intc),
|
||||||
SH_PFC_FUNCTION(mmc),
|
SH_PFC_FUNCTION(mmc),
|
||||||
SH_PFC_FUNCTION(msiof0),
|
SH_PFC_FUNCTION(msiof0),
|
||||||
@ -3027,9 +3591,12 @@ static const struct sh_pfc_function pinmux_functions[] = {
|
|||||||
SH_PFC_FUNCTION(sdhi2),
|
SH_PFC_FUNCTION(sdhi2),
|
||||||
SH_PFC_FUNCTION(usb0),
|
SH_PFC_FUNCTION(usb0),
|
||||||
SH_PFC_FUNCTION(usb1),
|
SH_PFC_FUNCTION(usb1),
|
||||||
|
SH_PFC_FUNCTION(vin0),
|
||||||
|
SH_PFC_FUNCTION(vin1),
|
||||||
|
SH_PFC_FUNCTION(vin2),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct pinmux_cfg_reg pinmux_config_regs[] = {
|
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
||||||
{ PINMUX_CFG_REG("GPSR0", 0xE6060004, 32, 1) {
|
{ PINMUX_CFG_REG("GPSR0", 0xE6060004, 32, 1) {
|
||||||
GP_0_31_FN, FN_IP1_22_20,
|
GP_0_31_FN, FN_IP1_22_20,
|
||||||
GP_0_30_FN, FN_IP1_19_17,
|
GP_0_30_FN, FN_IP1_19_17,
|
||||||
|
@ -702,7 +702,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(SSCK0_PF_MARK, PF0MD_11),
|
PINMUX_DATA(SSCK0_PF_MARK, PF0MD_11),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* PA */
|
/* PA */
|
||||||
PINMUX_GPIO(PA7),
|
PINMUX_GPIO(PA7),
|
||||||
PINMUX_GPIO(PA6),
|
PINMUX_GPIO(PA6),
|
||||||
|
@ -1071,7 +1071,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(SD_D2_MARK, PK0MD_10),
|
PINMUX_DATA(SD_D2_MARK, PK0MD_10),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* Port A */
|
/* Port A */
|
||||||
PINMUX_GPIO(PA3),
|
PINMUX_GPIO(PA3),
|
||||||
PINMUX_GPIO(PA2),
|
PINMUX_GPIO(PA2),
|
||||||
|
@ -1451,7 +1451,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(PWM1A_MARK, PJ0MD_100),
|
PINMUX_DATA(PWM1A_MARK, PJ0MD_100),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* Port A */
|
/* Port A */
|
||||||
PINMUX_GPIO(PA1),
|
PINMUX_GPIO(PA1),
|
||||||
PINMUX_GPIO(PA0),
|
PINMUX_GPIO(PA0),
|
||||||
|
@ -844,7 +844,7 @@ static const u16 pinmux_data[] = {
|
|||||||
#define SH7372_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O)
|
#define SH7372_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O)
|
||||||
#define SH7372_PIN_O_PU_PD(pin) SH_PFC_PIN_CFG(pin, __O | __PUD)
|
#define SH7372_PIN_O_PU_PD(pin) SH_PFC_PIN_CFG(pin, __O | __PUD)
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* Table 57-1 (I/O and Pull U/D) */
|
/* Table 57-1 (I/O and Pull U/D) */
|
||||||
SH7372_PIN_IO_PD(0), SH7372_PIN_IO_PD(1),
|
SH7372_PIN_IO_PD(0), SH7372_PIN_IO_PD(1),
|
||||||
SH7372_PIN_O(2), SH7372_PIN_I_PD(3),
|
SH7372_PIN_O(2), SH7372_PIN_I_PD(3),
|
||||||
@ -2118,17 +2118,6 @@ static const struct sh_pfc_function pinmux_functions[] = {
|
|||||||
SH_PFC_FUNCTION(usb1),
|
SH_PFC_FUNCTION(usb1),
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef PORTCR
|
|
||||||
#define PORTCR(nr, reg) \
|
|
||||||
{ \
|
|
||||||
PINMUX_CFG_REG("PORT" nr "CR", reg, 8, 4) { \
|
|
||||||
_PCRH(PORT##nr##_IN, 0, 0, PORT##nr##_OUT), \
|
|
||||||
PORT##nr##_FN0, PORT##nr##_FN1, \
|
|
||||||
PORT##nr##_FN2, PORT##nr##_FN3, \
|
|
||||||
PORT##nr##_FN4, PORT##nr##_FN5, \
|
|
||||||
PORT##nr##_FN6, PORT##nr##_FN7 } \
|
|
||||||
}
|
|
||||||
|
|
||||||
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
||||||
PORTCR(0, 0xE6051000), /* PORT0CR */
|
PORTCR(0, 0xE6051000), /* PORT0CR */
|
||||||
PORTCR(1, 0xE6051001), /* PORT1CR */
|
PORTCR(1, 0xE6051001), /* PORT1CR */
|
||||||
@ -2585,7 +2574,7 @@ static void __iomem *sh7372_pinmux_portcr(struct sh_pfc *pfc, unsigned int pin)
|
|||||||
&sh7372_portcr_offsets[i];
|
&sh7372_portcr_offsets[i];
|
||||||
|
|
||||||
if (pin <= group->end_pin)
|
if (pin <= group->end_pin)
|
||||||
return pfc->window->virt + group->offset + pin;
|
return pfc->windows->virt + group->offset + pin;
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
@ -1179,7 +1179,7 @@ static const u16 pinmux_data[] = {
|
|||||||
*/
|
*/
|
||||||
#define PIN_NUMBER(row, col) (1000+((row)-1)*34+(col)-1)
|
#define PIN_NUMBER(row, col) (1000+((row)-1)*34+(col)-1)
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* Table 25-1 (I/O and Pull U/D) */
|
/* Table 25-1 (I/O and Pull U/D) */
|
||||||
SH73A0_PIN_I_PD(0),
|
SH73A0_PIN_I_PD(0),
|
||||||
SH73A0_PIN_I_PU(1),
|
SH73A0_PIN_I_PU(1),
|
||||||
@ -3138,16 +3138,6 @@ static const struct sh_pfc_function pinmux_functions[] = {
|
|||||||
SH_PFC_FUNCTION(usb),
|
SH_PFC_FUNCTION(usb),
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef PORTCR
|
|
||||||
#define PORTCR(nr, reg) \
|
|
||||||
{ \
|
|
||||||
PINMUX_CFG_REG("PORT" nr "CR", reg, 8, 4) { \
|
|
||||||
_PCRH(PORT##nr##_IN, 0, 0, PORT##nr##_OUT), \
|
|
||||||
PORT##nr##_FN0, PORT##nr##_FN1, \
|
|
||||||
PORT##nr##_FN2, PORT##nr##_FN3, \
|
|
||||||
PORT##nr##_FN4, PORT##nr##_FN5, \
|
|
||||||
PORT##nr##_FN6, PORT##nr##_FN7 } \
|
|
||||||
}
|
|
||||||
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
static const struct pinmux_cfg_reg pinmux_config_regs[] = {
|
||||||
PORTCR(0, 0xe6050000), /* PORT0CR */
|
PORTCR(0, 0xe6050000), /* PORT0CR */
|
||||||
PORTCR(1, 0xe6050001), /* PORT1CR */
|
PORTCR(1, 0xe6050001), /* PORT1CR */
|
||||||
@ -3661,38 +3651,38 @@ static const struct pinmux_data_reg pinmux_data_regs[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct pinmux_irq pinmux_irqs[] = {
|
static const struct pinmux_irq pinmux_irqs[] = {
|
||||||
PINMUX_IRQ(irq_pin(19), 9),
|
|
||||||
PINMUX_IRQ(irq_pin(1), 10),
|
|
||||||
PINMUX_IRQ(irq_pin(0), 11),
|
PINMUX_IRQ(irq_pin(0), 11),
|
||||||
|
PINMUX_IRQ(irq_pin(1), 10),
|
||||||
|
PINMUX_IRQ(irq_pin(2), 149),
|
||||||
|
PINMUX_IRQ(irq_pin(3), 224),
|
||||||
|
PINMUX_IRQ(irq_pin(4), 159),
|
||||||
|
PINMUX_IRQ(irq_pin(5), 227),
|
||||||
|
PINMUX_IRQ(irq_pin(6), 147),
|
||||||
|
PINMUX_IRQ(irq_pin(7), 150),
|
||||||
|
PINMUX_IRQ(irq_pin(8), 223),
|
||||||
|
PINMUX_IRQ(irq_pin(9), 56, 308),
|
||||||
|
PINMUX_IRQ(irq_pin(10), 54),
|
||||||
|
PINMUX_IRQ(irq_pin(11), 238),
|
||||||
|
PINMUX_IRQ(irq_pin(12), 156),
|
||||||
|
PINMUX_IRQ(irq_pin(13), 239),
|
||||||
|
PINMUX_IRQ(irq_pin(14), 251),
|
||||||
|
PINMUX_IRQ(irq_pin(15), 0),
|
||||||
|
PINMUX_IRQ(irq_pin(16), 249),
|
||||||
|
PINMUX_IRQ(irq_pin(17), 234),
|
||||||
PINMUX_IRQ(irq_pin(18), 13),
|
PINMUX_IRQ(irq_pin(18), 13),
|
||||||
|
PINMUX_IRQ(irq_pin(19), 9),
|
||||||
PINMUX_IRQ(irq_pin(20), 14),
|
PINMUX_IRQ(irq_pin(20), 14),
|
||||||
PINMUX_IRQ(irq_pin(21), 15),
|
PINMUX_IRQ(irq_pin(21), 15),
|
||||||
PINMUX_IRQ(irq_pin(31), 26),
|
|
||||||
PINMUX_IRQ(irq_pin(30), 27),
|
|
||||||
PINMUX_IRQ(irq_pin(29), 28),
|
|
||||||
PINMUX_IRQ(irq_pin(22), 40),
|
PINMUX_IRQ(irq_pin(22), 40),
|
||||||
PINMUX_IRQ(irq_pin(23), 53),
|
PINMUX_IRQ(irq_pin(23), 53),
|
||||||
PINMUX_IRQ(irq_pin(10), 54),
|
PINMUX_IRQ(irq_pin(24), 118),
|
||||||
PINMUX_IRQ(irq_pin(9), 56),
|
PINMUX_IRQ(irq_pin(25), 164),
|
||||||
PINMUX_IRQ(irq_pin(26), 115),
|
PINMUX_IRQ(irq_pin(26), 115),
|
||||||
PINMUX_IRQ(irq_pin(27), 116),
|
PINMUX_IRQ(irq_pin(27), 116),
|
||||||
PINMUX_IRQ(irq_pin(28), 117),
|
PINMUX_IRQ(irq_pin(28), 117),
|
||||||
PINMUX_IRQ(irq_pin(24), 118),
|
PINMUX_IRQ(irq_pin(29), 28),
|
||||||
PINMUX_IRQ(irq_pin(6), 147),
|
PINMUX_IRQ(irq_pin(30), 27),
|
||||||
PINMUX_IRQ(irq_pin(2), 149),
|
PINMUX_IRQ(irq_pin(31), 26),
|
||||||
PINMUX_IRQ(irq_pin(7), 150),
|
|
||||||
PINMUX_IRQ(irq_pin(12), 156),
|
|
||||||
PINMUX_IRQ(irq_pin(4), 159),
|
|
||||||
PINMUX_IRQ(irq_pin(25), 164),
|
|
||||||
PINMUX_IRQ(irq_pin(8), 223),
|
|
||||||
PINMUX_IRQ(irq_pin(3), 224),
|
|
||||||
PINMUX_IRQ(irq_pin(5), 227),
|
|
||||||
PINMUX_IRQ(irq_pin(17), 234),
|
|
||||||
PINMUX_IRQ(irq_pin(11), 238),
|
|
||||||
PINMUX_IRQ(irq_pin(13), 239),
|
|
||||||
PINMUX_IRQ(irq_pin(16), 249),
|
|
||||||
PINMUX_IRQ(irq_pin(14), 251),
|
|
||||||
PINMUX_IRQ(irq_pin(9), 308),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* -----------------------------------------------------------------------------
|
/* -----------------------------------------------------------------------------
|
||||||
@ -3702,7 +3692,7 @@ static const struct pinmux_irq pinmux_irqs[] = {
|
|||||||
static void sh73a0_vccq_mc0_endisable(struct regulator_dev *reg, bool enable)
|
static void sh73a0_vccq_mc0_endisable(struct regulator_dev *reg, bool enable)
|
||||||
{
|
{
|
||||||
struct sh_pfc *pfc = reg->reg_data;
|
struct sh_pfc *pfc = reg->reg_data;
|
||||||
void __iomem *addr = pfc->window[1].virt + 4;
|
void __iomem *addr = pfc->windows[1].virt + 4;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
u32 value;
|
u32 value;
|
||||||
|
|
||||||
@ -3735,7 +3725,7 @@ static int sh73a0_vccq_mc0_disable(struct regulator_dev *reg)
|
|||||||
static int sh73a0_vccq_mc0_is_enabled(struct regulator_dev *reg)
|
static int sh73a0_vccq_mc0_is_enabled(struct regulator_dev *reg)
|
||||||
{
|
{
|
||||||
struct sh_pfc *pfc = reg->reg_data;
|
struct sh_pfc *pfc = reg->reg_data;
|
||||||
void __iomem *addr = pfc->window[1].virt + 4;
|
void __iomem *addr = pfc->windows[1].virt + 4;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
u32 value;
|
u32 value;
|
||||||
|
|
||||||
@ -3794,7 +3784,7 @@ static const unsigned int sh73a0_portcr_offsets[] = {
|
|||||||
|
|
||||||
static unsigned int sh73a0_pinmux_get_bias(struct sh_pfc *pfc, unsigned int pin)
|
static unsigned int sh73a0_pinmux_get_bias(struct sh_pfc *pfc, unsigned int pin)
|
||||||
{
|
{
|
||||||
void __iomem *addr = pfc->window->virt
|
void __iomem *addr = pfc->windows->virt
|
||||||
+ sh73a0_portcr_offsets[pin >> 5] + pin;
|
+ sh73a0_portcr_offsets[pin >> 5] + pin;
|
||||||
u32 value = ioread8(addr) & PORTnCR_PULMD_MASK;
|
u32 value = ioread8(addr) & PORTnCR_PULMD_MASK;
|
||||||
|
|
||||||
@ -3812,7 +3802,7 @@ static unsigned int sh73a0_pinmux_get_bias(struct sh_pfc *pfc, unsigned int pin)
|
|||||||
static void sh73a0_pinmux_set_bias(struct sh_pfc *pfc, unsigned int pin,
|
static void sh73a0_pinmux_set_bias(struct sh_pfc *pfc, unsigned int pin,
|
||||||
unsigned int bias)
|
unsigned int bias)
|
||||||
{
|
{
|
||||||
void __iomem *addr = pfc->window->virt
|
void __iomem *addr = pfc->windows->virt
|
||||||
+ sh73a0_portcr_offsets[pin >> 5] + pin;
|
+ sh73a0_portcr_offsets[pin >> 5] + pin;
|
||||||
u32 value = ioread8(addr) & ~PORTnCR_PULMD_MASK;
|
u32 value = ioread8(addr) & ~PORTnCR_PULMD_MASK;
|
||||||
|
|
||||||
|
@ -576,7 +576,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(SIM_CLK_MARK, PSELD_1_0_10, PTV0_FN),
|
PINMUX_DATA(SIM_CLK_MARK, PSELD_1_0_10, PTV0_FN),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* PTA */
|
/* PTA */
|
||||||
PINMUX_GPIO(PTA7),
|
PINMUX_GPIO(PTA7),
|
||||||
PINMUX_GPIO(PTA6),
|
PINMUX_GPIO(PTA6),
|
||||||
|
@ -754,7 +754,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(KEYOUT5_IN5_MARK, HIZA14_KEYSC, KEYOUT5_IN5),
|
PINMUX_DATA(KEYOUT5_IN5_MARK, HIZA14_KEYSC, KEYOUT5_IN5),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* PTA */
|
/* PTA */
|
||||||
PINMUX_GPIO(PTA7),
|
PINMUX_GPIO(PTA7),
|
||||||
PINMUX_GPIO(PTA6),
|
PINMUX_GPIO(PTA6),
|
||||||
|
@ -917,7 +917,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(SIUBISLD_MARK, PSD1_PSD0_FN2, PTZ0_FN),
|
PINMUX_DATA(SIUBISLD_MARK, PSD1_PSD0_FN2, PTZ0_FN),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* PTA */
|
/* PTA */
|
||||||
PINMUX_GPIO(PTA7),
|
PINMUX_GPIO(PTA7),
|
||||||
PINMUX_GPIO(PTA6),
|
PINMUX_GPIO(PTA6),
|
||||||
|
@ -1146,7 +1146,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(SCIF3_I_TXD_MARK, PSB14_1, PTZ3_FN),
|
PINMUX_DATA(SCIF3_I_TXD_MARK, PSB14_1, PTZ3_FN),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* PTA */
|
/* PTA */
|
||||||
PINMUX_GPIO(PTA7),
|
PINMUX_GPIO(PTA7),
|
||||||
PINMUX_GPIO(PTA6),
|
PINMUX_GPIO(PTA6),
|
||||||
|
@ -1357,7 +1357,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_IPSR_DATA(IP11_28, ST_CLKOUT),
|
PINMUX_IPSR_DATA(IP11_28, ST_CLKOUT),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
PINMUX_GPIO_GP_ALL(),
|
PINMUX_GPIO_GP_ALL(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1074,7 +1074,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(ON_DQ0_MARK, PS8_8_FN2, PTZ0_FN),
|
PINMUX_DATA(ON_DQ0_MARK, PS8_8_FN2, PTZ0_FN),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* PTA */
|
/* PTA */
|
||||||
PINMUX_GPIO(PTA7),
|
PINMUX_GPIO(PTA7),
|
||||||
PINMUX_GPIO(PTA6),
|
PINMUX_GPIO(PTA6),
|
||||||
|
@ -671,7 +671,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(IRQOUT_MARK, P2MSEL2_1),
|
PINMUX_DATA(IRQOUT_MARK, P2MSEL2_1),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* PA */
|
/* PA */
|
||||||
PINMUX_GPIO(PA7),
|
PINMUX_GPIO(PA7),
|
||||||
PINMUX_GPIO(PA6),
|
PINMUX_GPIO(PA6),
|
||||||
|
@ -407,7 +407,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(SSI3_SCK_MARK, P2MSEL6_1, P2MSEL5_1, PJ1_FN),
|
PINMUX_DATA(SSI3_SCK_MARK, P2MSEL6_1, P2MSEL5_1, PJ1_FN),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* PA */
|
/* PA */
|
||||||
PINMUX_GPIO(PA7),
|
PINMUX_GPIO(PA7),
|
||||||
PINMUX_GPIO(PA6),
|
PINMUX_GPIO(PA6),
|
||||||
|
@ -285,7 +285,7 @@ static const u16 pinmux_data[] = {
|
|||||||
PINMUX_DATA(IRQOUT_MARK, PH0_FN),
|
PINMUX_DATA(IRQOUT_MARK, PH0_FN),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sh_pfc_pin pinmux_pins[] = {
|
static const struct sh_pfc_pin pinmux_pins[] = {
|
||||||
/* PA */
|
/* PA */
|
||||||
PINMUX_GPIO(PA7),
|
PINMUX_GPIO(PA7),
|
||||||
PINMUX_GPIO(PA6),
|
PINMUX_GPIO(PA6),
|
||||||
|
@ -76,12 +76,13 @@ struct pinmux_cfg_reg {
|
|||||||
|
|
||||||
#define PINMUX_CFG_REG(name, r, r_width, f_width) \
|
#define PINMUX_CFG_REG(name, r, r_width, f_width) \
|
||||||
.reg = r, .reg_width = r_width, .field_width = f_width, \
|
.reg = r, .reg_width = r_width, .field_width = f_width, \
|
||||||
.enum_ids = (u16 [(r_width / f_width) * (1 << f_width)])
|
.enum_ids = (const u16 [(r_width / f_width) * (1 << f_width)])
|
||||||
|
|
||||||
#define PINMUX_CFG_REG_VAR(name, r, r_width, var_fw0, var_fwn...) \
|
#define PINMUX_CFG_REG_VAR(name, r, r_width, var_fw0, var_fwn...) \
|
||||||
.reg = r, .reg_width = r_width, \
|
.reg = r, .reg_width = r_width, \
|
||||||
.var_field_width = (unsigned long [r_width]) { var_fw0, var_fwn, 0 }, \
|
.var_field_width = (const unsigned long [r_width]) \
|
||||||
.enum_ids = (u16 [])
|
{ var_fw0, var_fwn, 0 }, \
|
||||||
|
.enum_ids = (const u16 [])
|
||||||
|
|
||||||
struct pinmux_data_reg {
|
struct pinmux_data_reg {
|
||||||
unsigned long reg, reg_width;
|
unsigned long reg, reg_width;
|
||||||
@ -90,15 +91,15 @@ struct pinmux_data_reg {
|
|||||||
|
|
||||||
#define PINMUX_DATA_REG(name, r, r_width) \
|
#define PINMUX_DATA_REG(name, r, r_width) \
|
||||||
.reg = r, .reg_width = r_width, \
|
.reg = r, .reg_width = r_width, \
|
||||||
.enum_ids = (u16 [r_width]) \
|
.enum_ids = (const u16 [r_width]) \
|
||||||
|
|
||||||
struct pinmux_irq {
|
struct pinmux_irq {
|
||||||
int irq;
|
int irq;
|
||||||
unsigned short *gpios;
|
const short *gpios;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define PINMUX_IRQ(irq_nr, ids...) \
|
#define PINMUX_IRQ(irq_nr, ids...) \
|
||||||
{ .irq = irq_nr, .gpios = (unsigned short []) { ids, 0 } } \
|
{ .irq = irq_nr, .gpios = (const short []) { ids, -1 } }
|
||||||
|
|
||||||
struct pinmux_range {
|
struct pinmux_range {
|
||||||
u16 begin;
|
u16 begin;
|
||||||
@ -304,8 +305,7 @@ struct sh_pfc_soc_info {
|
|||||||
#define PORTCR(nr, reg) \
|
#define PORTCR(nr, reg) \
|
||||||
{ \
|
{ \
|
||||||
PINMUX_CFG_REG("PORT" nr "CR", reg, 8, 4) { \
|
PINMUX_CFG_REG("PORT" nr "CR", reg, 8, 4) { \
|
||||||
_PCRH(PORT##nr##_IN, PORT##nr##_IN_PD, \
|
_PCRH(PORT##nr##_IN, 0, 0, PORT##nr##_OUT), \
|
||||||
PORT##nr##_IN_PU, PORT##nr##_OUT), \
|
|
||||||
PORT##nr##_FN0, PORT##nr##_FN1, \
|
PORT##nr##_FN0, PORT##nr##_FN1, \
|
||||||
PORT##nr##_FN2, PORT##nr##_FN3, \
|
PORT##nr##_FN2, PORT##nr##_FN3, \
|
||||||
PORT##nr##_FN4, PORT##nr##_FN5, \
|
PORT##nr##_FN4, PORT##nr##_FN5, \
|
||||||
|
@ -562,6 +562,23 @@ static const struct sirfsoc_padmux usp1_padmux = {
|
|||||||
|
|
||||||
static const unsigned usp1_pins[] = { 15, 43, 44, 45, 46 };
|
static const unsigned usp1_pins[] = { 15, 43, 44, 45, 46 };
|
||||||
|
|
||||||
|
static const struct sirfsoc_muxmask usp1_uart_nostreamctrl_muxmask[] = {
|
||||||
|
{
|
||||||
|
.group = 1,
|
||||||
|
.mask = BIT(12) | BIT(13),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
static const struct sirfsoc_padmux usp1_uart_nostreamctrl_padmux = {
|
||||||
|
.muxmask_counts = ARRAY_SIZE(usp1_uart_nostreamctrl_muxmask),
|
||||||
|
.muxmask = usp1_uart_nostreamctrl_muxmask,
|
||||||
|
.ctrlreg = SIRFSOC_RSC_PIN_MUX,
|
||||||
|
.funcmask = BIT(16),
|
||||||
|
.funcval = BIT(16),
|
||||||
|
};
|
||||||
|
|
||||||
|
static const unsigned usp1_uart_nostreamctrl_pins[] = { 44, 45 };
|
||||||
|
|
||||||
static const struct sirfsoc_muxmask nand_muxmask[] = {
|
static const struct sirfsoc_muxmask nand_muxmask[] = {
|
||||||
{
|
{
|
||||||
.group = 2,
|
.group = 2,
|
||||||
@ -889,6 +906,8 @@ static const struct sirfsoc_pin_group sirfsoc_pin_groups[] = {
|
|||||||
SIRFSOC_PIN_GROUP("usp0_uart_nostreamctrl_grp",
|
SIRFSOC_PIN_GROUP("usp0_uart_nostreamctrl_grp",
|
||||||
usp0_uart_nostreamctrl_pins),
|
usp0_uart_nostreamctrl_pins),
|
||||||
SIRFSOC_PIN_GROUP("usp1grp", usp1_pins),
|
SIRFSOC_PIN_GROUP("usp1grp", usp1_pins),
|
||||||
|
SIRFSOC_PIN_GROUP("usp1_uart_nostreamctrl_grp",
|
||||||
|
usp1_uart_nostreamctrl_pins),
|
||||||
SIRFSOC_PIN_GROUP("i2c0grp", i2c0_pins),
|
SIRFSOC_PIN_GROUP("i2c0grp", i2c0_pins),
|
||||||
SIRFSOC_PIN_GROUP("i2c1grp", i2c1_pins),
|
SIRFSOC_PIN_GROUP("i2c1grp", i2c1_pins),
|
||||||
SIRFSOC_PIN_GROUP("pwm0grp", pwm0_pins),
|
SIRFSOC_PIN_GROUP("pwm0grp", pwm0_pins),
|
||||||
@ -935,6 +954,8 @@ static const char * const usp0_uart_nostreamctrl_grp[] = {
|
|||||||
"usp0_uart_nostreamctrl_grp" };
|
"usp0_uart_nostreamctrl_grp" };
|
||||||
static const char * const usp0grp[] = { "usp0grp" };
|
static const char * const usp0grp[] = { "usp0grp" };
|
||||||
static const char * const usp1grp[] = { "usp1grp" };
|
static const char * const usp1grp[] = { "usp1grp" };
|
||||||
|
static const char * const usp1_uart_nostreamctrl_grp[] = {
|
||||||
|
"usp1_uart_nostreamctrl_grp" };
|
||||||
static const char * const i2c0grp[] = { "i2c0grp" };
|
static const char * const i2c0grp[] = { "i2c0grp" };
|
||||||
static const char * const i2c1grp[] = { "i2c1grp" };
|
static const char * const i2c1grp[] = { "i2c1grp" };
|
||||||
static const char * const pwm0grp[] = { "pwm0grp" };
|
static const char * const pwm0grp[] = { "pwm0grp" };
|
||||||
@ -983,6 +1004,9 @@ static const struct sirfsoc_pmx_func sirfsoc_pmx_functions[] = {
|
|||||||
usp0_uart_nostreamctrl_grp,
|
usp0_uart_nostreamctrl_grp,
|
||||||
usp0_uart_nostreamctrl_padmux),
|
usp0_uart_nostreamctrl_padmux),
|
||||||
SIRFSOC_PMX_FUNCTION("usp1", usp1grp, usp1_padmux),
|
SIRFSOC_PMX_FUNCTION("usp1", usp1grp, usp1_padmux),
|
||||||
|
SIRFSOC_PMX_FUNCTION("usp1_uart_nostreamctrl",
|
||||||
|
usp1_uart_nostreamctrl_grp,
|
||||||
|
usp1_uart_nostreamctrl_padmux),
|
||||||
SIRFSOC_PMX_FUNCTION("i2c0", i2c0grp, i2c0_padmux),
|
SIRFSOC_PMX_FUNCTION("i2c0", i2c0grp, i2c0_padmux),
|
||||||
SIRFSOC_PMX_FUNCTION("i2c1", i2c1grp, i2c1_padmux),
|
SIRFSOC_PMX_FUNCTION("i2c1", i2c1grp, i2c1_padmux),
|
||||||
SIRFSOC_PMX_FUNCTION("pwm0", pwm0grp, pwm0_padmux),
|
SIRFSOC_PMX_FUNCTION("pwm0", pwm0grp, pwm0_padmux),
|
||||||
|
@ -467,12 +467,6 @@ static const struct sirfsoc_muxmask sdmmc5_muxmask[] = {
|
|||||||
{
|
{
|
||||||
.group = 0,
|
.group = 0,
|
||||||
.mask = BIT(24) | BIT(25) | BIT(26),
|
.mask = BIT(24) | BIT(25) | BIT(26),
|
||||||
}, {
|
|
||||||
.group = 1,
|
|
||||||
.mask = BIT(29),
|
|
||||||
}, {
|
|
||||||
.group = 2,
|
|
||||||
.mask = BIT(0) | BIT(1),
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -484,7 +478,7 @@ static const struct sirfsoc_padmux sdmmc5_padmux = {
|
|||||||
.funcval = BIT(13) | BIT(14),
|
.funcval = BIT(13) | BIT(14),
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned sdmmc5_pins[] = { 24, 25, 26, 61, 64, 65 };
|
static const unsigned sdmmc5_pins[] = { 24, 25, 26 };
|
||||||
|
|
||||||
static const struct sirfsoc_muxmask usp0_muxmask[] = {
|
static const struct sirfsoc_muxmask usp0_muxmask[] = {
|
||||||
{
|
{
|
||||||
@ -503,6 +497,40 @@ static const struct sirfsoc_padmux usp0_padmux = {
|
|||||||
|
|
||||||
static const unsigned usp0_pins[] = { 51, 52, 53, 54, 55 };
|
static const unsigned usp0_pins[] = { 51, 52, 53, 54, 55 };
|
||||||
|
|
||||||
|
static const struct sirfsoc_muxmask usp0_only_utfs_muxmask[] = {
|
||||||
|
{
|
||||||
|
.group = 1,
|
||||||
|
.mask = BIT(19) | BIT(20) | BIT(21) | BIT(22),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
static const struct sirfsoc_padmux usp0_only_utfs_padmux = {
|
||||||
|
.muxmask_counts = ARRAY_SIZE(usp0_only_utfs_muxmask),
|
||||||
|
.muxmask = usp0_only_utfs_muxmask,
|
||||||
|
.ctrlreg = SIRFSOC_RSC_PIN_MUX,
|
||||||
|
.funcmask = BIT(1) | BIT(2) | BIT(6),
|
||||||
|
.funcval = 0,
|
||||||
|
};
|
||||||
|
|
||||||
|
static const unsigned usp0_only_utfs_pins[] = { 51, 52, 53, 54 };
|
||||||
|
|
||||||
|
static const struct sirfsoc_muxmask usp0_only_urfs_muxmask[] = {
|
||||||
|
{
|
||||||
|
.group = 1,
|
||||||
|
.mask = BIT(19) | BIT(20) | BIT(21) | BIT(23),
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
static const struct sirfsoc_padmux usp0_only_urfs_padmux = {
|
||||||
|
.muxmask_counts = ARRAY_SIZE(usp0_only_urfs_muxmask),
|
||||||
|
.muxmask = usp0_only_urfs_muxmask,
|
||||||
|
.ctrlreg = SIRFSOC_RSC_PIN_MUX,
|
||||||
|
.funcmask = BIT(1) | BIT(2) | BIT(9),
|
||||||
|
.funcval = 0,
|
||||||
|
};
|
||||||
|
|
||||||
|
static const unsigned usp0_only_urfs_pins[] = { 51, 52, 53, 55 };
|
||||||
|
|
||||||
static const struct sirfsoc_muxmask usp0_uart_nostreamctrl_muxmask[] = {
|
static const struct sirfsoc_muxmask usp0_uart_nostreamctrl_muxmask[] = {
|
||||||
{
|
{
|
||||||
.group = 1,
|
.group = 1,
|
||||||
@ -859,6 +887,8 @@ static const struct sirfsoc_pin_group sirfsoc_pin_groups[] = {
|
|||||||
SIRFSOC_PIN_GROUP("usp0grp", usp0_pins),
|
SIRFSOC_PIN_GROUP("usp0grp", usp0_pins),
|
||||||
SIRFSOC_PIN_GROUP("usp0_uart_nostreamctrl_grp",
|
SIRFSOC_PIN_GROUP("usp0_uart_nostreamctrl_grp",
|
||||||
usp0_uart_nostreamctrl_pins),
|
usp0_uart_nostreamctrl_pins),
|
||||||
|
SIRFSOC_PIN_GROUP("usp0_only_utfs_grp", usp0_only_utfs_pins),
|
||||||
|
SIRFSOC_PIN_GROUP("usp0_only_urfs_grp", usp0_only_urfs_pins),
|
||||||
SIRFSOC_PIN_GROUP("usp1grp", usp1_pins),
|
SIRFSOC_PIN_GROUP("usp1grp", usp1_pins),
|
||||||
SIRFSOC_PIN_GROUP("usp1_uart_nostreamctrl_grp",
|
SIRFSOC_PIN_GROUP("usp1_uart_nostreamctrl_grp",
|
||||||
usp1_uart_nostreamctrl_pins),
|
usp1_uart_nostreamctrl_pins),
|
||||||
@ -907,6 +937,8 @@ static const char * const uart2_nostreamctrlgrp[] = { "uart2_nostreamctrlgrp" };
|
|||||||
static const char * const usp0grp[] = { "usp0grp" };
|
static const char * const usp0grp[] = { "usp0grp" };
|
||||||
static const char * const usp0_uart_nostreamctrl_grp[] =
|
static const char * const usp0_uart_nostreamctrl_grp[] =
|
||||||
{ "usp0_uart_nostreamctrl_grp" };
|
{ "usp0_uart_nostreamctrl_grp" };
|
||||||
|
static const char * const usp0_only_utfs_grp[] = { "usp0_only_utfs_grp" };
|
||||||
|
static const char * const usp0_only_urfs_grp[] = { "usp0_only_urfs_grp" };
|
||||||
static const char * const usp1grp[] = { "usp1grp" };
|
static const char * const usp1grp[] = { "usp1grp" };
|
||||||
static const char * const usp1_uart_nostreamctrl_grp[] =
|
static const char * const usp1_uart_nostreamctrl_grp[] =
|
||||||
{ "usp1_uart_nostreamctrl_grp" };
|
{ "usp1_uart_nostreamctrl_grp" };
|
||||||
@ -955,6 +987,8 @@ static const struct sirfsoc_pmx_func sirfsoc_pmx_functions[] = {
|
|||||||
SIRFSOC_PMX_FUNCTION("usp0", usp0grp, usp0_padmux),
|
SIRFSOC_PMX_FUNCTION("usp0", usp0grp, usp0_padmux),
|
||||||
SIRFSOC_PMX_FUNCTION("usp0_uart_nostreamctrl",
|
SIRFSOC_PMX_FUNCTION("usp0_uart_nostreamctrl",
|
||||||
usp0_uart_nostreamctrl_grp, usp0_uart_nostreamctrl_padmux),
|
usp0_uart_nostreamctrl_grp, usp0_uart_nostreamctrl_padmux),
|
||||||
|
SIRFSOC_PMX_FUNCTION("usp0_only_utfs", usp0_only_utfs_grp, usp0_only_utfs_padmux),
|
||||||
|
SIRFSOC_PMX_FUNCTION("usp0_only_urfs", usp0_only_urfs_grp, usp0_only_urfs_padmux),
|
||||||
SIRFSOC_PMX_FUNCTION("usp1", usp1grp, usp1_padmux),
|
SIRFSOC_PMX_FUNCTION("usp1", usp1grp, usp1_padmux),
|
||||||
SIRFSOC_PMX_FUNCTION("usp1_uart_nostreamctrl",
|
SIRFSOC_PMX_FUNCTION("usp1_uart_nostreamctrl",
|
||||||
usp1_uart_nostreamctrl_grp, usp1_uart_nostreamctrl_padmux),
|
usp1_uart_nostreamctrl_grp, usp1_uart_nostreamctrl_padmux),
|
||||||
|
@ -468,7 +468,8 @@ static inline int sirfsoc_gpio_to_irq(struct gpio_chip *chip, unsigned offset)
|
|||||||
struct sirfsoc_gpio_bank *bank = container_of(to_of_mm_gpio_chip(chip),
|
struct sirfsoc_gpio_bank *bank = container_of(to_of_mm_gpio_chip(chip),
|
||||||
struct sirfsoc_gpio_bank, chip);
|
struct sirfsoc_gpio_bank, chip);
|
||||||
|
|
||||||
return irq_create_mapping(bank->domain, offset);
|
return irq_create_mapping(bank->domain, offset + bank->id *
|
||||||
|
SIRFSOC_GPIO_BANK_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline int sirfsoc_gpio_to_offset(unsigned int gpio)
|
static inline int sirfsoc_gpio_to_offset(unsigned int gpio)
|
||||||
@ -559,7 +560,7 @@ static int sirfsoc_gpio_irq_type(struct irq_data *d, unsigned type)
|
|||||||
spin_lock_irqsave(&sgpio_lock, flags);
|
spin_lock_irqsave(&sgpio_lock, flags);
|
||||||
|
|
||||||
val = readl(bank->chip.regs + offset);
|
val = readl(bank->chip.regs + offset);
|
||||||
val &= ~SIRFSOC_GPIO_CTL_INTR_STS_MASK;
|
val &= ~(SIRFSOC_GPIO_CTL_INTR_STS_MASK | SIRFSOC_GPIO_CTL_OUT_EN_MASK);
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case IRQ_TYPE_NONE:
|
case IRQ_TYPE_NONE:
|
||||||
@ -593,12 +594,34 @@ static int sirfsoc_gpio_irq_type(struct irq_data *d, unsigned type)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static unsigned int sirfsoc_gpio_irq_startup(struct irq_data *d)
|
||||||
|
{
|
||||||
|
struct sirfsoc_gpio_bank *bank = irq_data_get_irq_chip_data(d);
|
||||||
|
|
||||||
|
if (gpio_lock_as_irq(&bank->chip.gc, d->hwirq))
|
||||||
|
dev_err(bank->chip.gc.dev,
|
||||||
|
"unable to lock HW IRQ %lu for IRQ\n",
|
||||||
|
d->hwirq);
|
||||||
|
sirfsoc_gpio_irq_unmask(d);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void sirfsoc_gpio_irq_shutdown(struct irq_data *d)
|
||||||
|
{
|
||||||
|
struct sirfsoc_gpio_bank *bank = irq_data_get_irq_chip_data(d);
|
||||||
|
|
||||||
|
sirfsoc_gpio_irq_mask(d);
|
||||||
|
gpio_unlock_as_irq(&bank->chip.gc, d->hwirq);
|
||||||
|
}
|
||||||
|
|
||||||
static struct irq_chip sirfsoc_irq_chip = {
|
static struct irq_chip sirfsoc_irq_chip = {
|
||||||
.name = "sirf-gpio-irq",
|
.name = "sirf-gpio-irq",
|
||||||
.irq_ack = sirfsoc_gpio_irq_ack,
|
.irq_ack = sirfsoc_gpio_irq_ack,
|
||||||
.irq_mask = sirfsoc_gpio_irq_mask,
|
.irq_mask = sirfsoc_gpio_irq_mask,
|
||||||
.irq_unmask = sirfsoc_gpio_irq_unmask,
|
.irq_unmask = sirfsoc_gpio_irq_unmask,
|
||||||
.irq_set_type = sirfsoc_gpio_irq_type,
|
.irq_set_type = sirfsoc_gpio_irq_type,
|
||||||
|
.irq_startup = sirfsoc_gpio_irq_startup,
|
||||||
|
.irq_shutdown = sirfsoc_gpio_irq_shutdown,
|
||||||
};
|
};
|
||||||
|
|
||||||
static void sirfsoc_gpio_handle_irq(unsigned int irq, struct irq_desc *desc)
|
static void sirfsoc_gpio_handle_irq(unsigned int irq, struct irq_desc *desc)
|
||||||
@ -629,7 +652,8 @@ static void sirfsoc_gpio_handle_irq(unsigned int irq, struct irq_desc *desc)
|
|||||||
if ((status & 0x1) && (ctrl & SIRFSOC_GPIO_CTL_INTR_EN_MASK)) {
|
if ((status & 0x1) && (ctrl & SIRFSOC_GPIO_CTL_INTR_EN_MASK)) {
|
||||||
pr_debug("%s: gpio id %d idx %d happens\n",
|
pr_debug("%s: gpio id %d idx %d happens\n",
|
||||||
__func__, bank->id, idx);
|
__func__, bank->id, idx);
|
||||||
generic_handle_irq(irq_find_mapping(bank->domain, idx));
|
generic_handle_irq(irq_find_mapping(bank->domain, idx +
|
||||||
|
bank->id * SIRFSOC_GPIO_BANK_SIZE));
|
||||||
}
|
}
|
||||||
|
|
||||||
idx++;
|
idx++;
|
||||||
@ -786,7 +810,7 @@ static int sirfsoc_gpio_irq_map(struct irq_domain *d, unsigned int irq,
|
|||||||
|
|
||||||
irq_set_chip(irq, &sirfsoc_irq_chip);
|
irq_set_chip(irq, &sirfsoc_irq_chip);
|
||||||
irq_set_handler(irq, handle_level_irq);
|
irq_set_handler(irq, handle_level_irq);
|
||||||
irq_set_chip_data(irq, bank);
|
irq_set_chip_data(irq, bank + hwirq / SIRFSOC_GPIO_BANK_SIZE);
|
||||||
set_irq_flags(irq, IRQF_VALID);
|
set_irq_flags(irq, IRQF_VALID);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
@ -835,6 +859,7 @@ static int sirfsoc_gpio_probe(struct device_node *np)
|
|||||||
struct sirfsoc_gpio_bank *bank;
|
struct sirfsoc_gpio_bank *bank;
|
||||||
void __iomem *regs;
|
void __iomem *regs;
|
||||||
struct platform_device *pdev;
|
struct platform_device *pdev;
|
||||||
|
struct irq_domain *domain;
|
||||||
bool is_marco = false;
|
bool is_marco = false;
|
||||||
|
|
||||||
u32 pullups[SIRFSOC_GPIO_NO_OF_BANKS], pulldowns[SIRFSOC_GPIO_NO_OF_BANKS];
|
u32 pullups[SIRFSOC_GPIO_NO_OF_BANKS], pulldowns[SIRFSOC_GPIO_NO_OF_BANKS];
|
||||||
@ -850,6 +875,14 @@ static int sirfsoc_gpio_probe(struct device_node *np)
|
|||||||
if (of_device_is_compatible(np, "sirf,marco-pinctrl"))
|
if (of_device_is_compatible(np, "sirf,marco-pinctrl"))
|
||||||
is_marco = 1;
|
is_marco = 1;
|
||||||
|
|
||||||
|
domain = irq_domain_add_linear(np, SIRFSOC_GPIO_BANK_SIZE * SIRFSOC_GPIO_NO_OF_BANKS,
|
||||||
|
&sirfsoc_gpio_irq_simple_ops, sgpio_bank);
|
||||||
|
if (!domain) {
|
||||||
|
pr_err("%s: Failed to create irqdomain\n", np->full_name);
|
||||||
|
err = -ENOSYS;
|
||||||
|
goto out;
|
||||||
|
}
|
||||||
|
|
||||||
for (i = 0; i < SIRFSOC_GPIO_NO_OF_BANKS; i++) {
|
for (i = 0; i < SIRFSOC_GPIO_NO_OF_BANKS; i++) {
|
||||||
bank = &sgpio_bank[i];
|
bank = &sgpio_bank[i];
|
||||||
spin_lock_init(&bank->lock);
|
spin_lock_init(&bank->lock);
|
||||||
@ -866,6 +899,7 @@ static int sirfsoc_gpio_probe(struct device_node *np)
|
|||||||
bank->chip.gc.of_node = np;
|
bank->chip.gc.of_node = np;
|
||||||
bank->chip.gc.of_xlate = sirfsoc_gpio_of_xlate;
|
bank->chip.gc.of_xlate = sirfsoc_gpio_of_xlate;
|
||||||
bank->chip.gc.of_gpio_n_cells = 2;
|
bank->chip.gc.of_gpio_n_cells = 2;
|
||||||
|
bank->chip.gc.dev = &pdev->dev;
|
||||||
bank->chip.regs = regs;
|
bank->chip.regs = regs;
|
||||||
bank->id = i;
|
bank->id = i;
|
||||||
bank->is_marco = is_marco;
|
bank->is_marco = is_marco;
|
||||||
@ -882,14 +916,7 @@ static int sirfsoc_gpio_probe(struct device_node *np)
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
bank->domain = irq_domain_add_linear(np, SIRFSOC_GPIO_BANK_SIZE,
|
bank->domain = domain;
|
||||||
&sirfsoc_gpio_irq_simple_ops, bank);
|
|
||||||
|
|
||||||
if (!bank->domain) {
|
|
||||||
pr_err("%s: Failed to create irqdomain\n", np->full_name);
|
|
||||||
err = -ENOSYS;
|
|
||||||
goto out;
|
|
||||||
}
|
|
||||||
|
|
||||||
irq_set_chained_handler(bank->parent_irq, sirfsoc_gpio_handle_irq);
|
irq_set_chained_handler(bank->parent_irq, sirfsoc_gpio_handle_irq);
|
||||||
irq_set_handler_data(bank->parent_irq, bank);
|
irq_set_handler_data(bank->parent_irq, bank);
|
||||||
|
@ -314,6 +314,7 @@
|
|||||||
#define AS3722_GPIO_IOSF_GPIO_INTERRUPT_IN AS3722_GPIO_IOSF_VAL(3)
|
#define AS3722_GPIO_IOSF_GPIO_INTERRUPT_IN AS3722_GPIO_IOSF_VAL(3)
|
||||||
#define AS3722_GPIO_IOSF_ISINK_PWM_IN AS3722_GPIO_IOSF_VAL(4)
|
#define AS3722_GPIO_IOSF_ISINK_PWM_IN AS3722_GPIO_IOSF_VAL(4)
|
||||||
#define AS3722_GPIO_IOSF_VOLTAGE_STBY AS3722_GPIO_IOSF_VAL(5)
|
#define AS3722_GPIO_IOSF_VOLTAGE_STBY AS3722_GPIO_IOSF_VAL(5)
|
||||||
|
#define AS3722_GPIO_IOSF_SD0_OUT AS3722_GPIO_IOSF_VAL(6)
|
||||||
#define AS3722_GPIO_IOSF_PWR_GOOD_OUT AS3722_GPIO_IOSF_VAL(7)
|
#define AS3722_GPIO_IOSF_PWR_GOOD_OUT AS3722_GPIO_IOSF_VAL(7)
|
||||||
#define AS3722_GPIO_IOSF_Q32K_OUT AS3722_GPIO_IOSF_VAL(8)
|
#define AS3722_GPIO_IOSF_Q32K_OUT AS3722_GPIO_IOSF_VAL(8)
|
||||||
#define AS3722_GPIO_IOSF_WATCHDOG_IN AS3722_GPIO_IOSF_VAL(9)
|
#define AS3722_GPIO_IOSF_WATCHDOG_IN AS3722_GPIO_IOSF_VAL(9)
|
||||||
|
@ -61,6 +61,9 @@
|
|||||||
* argument is ignored.
|
* argument is ignored.
|
||||||
* @PIN_CONFIG_DRIVE_STRENGTH: the pin will sink or source at most the current
|
* @PIN_CONFIG_DRIVE_STRENGTH: the pin will sink or source at most the current
|
||||||
* passed as argument. The argument is in mA.
|
* passed as argument. The argument is in mA.
|
||||||
|
* @PIN_CONFIG_INPUT_ENABLE: enable the pin's input. Note that this does not
|
||||||
|
* affect the pin's ability to drive output. 1 enables input, 0 disables
|
||||||
|
* input.
|
||||||
* @PIN_CONFIG_INPUT_SCHMITT_ENABLE: control schmitt-trigger mode on the pin.
|
* @PIN_CONFIG_INPUT_SCHMITT_ENABLE: control schmitt-trigger mode on the pin.
|
||||||
* If the argument != 0, schmitt-trigger mode is enabled. If it's 0,
|
* If the argument != 0, schmitt-trigger mode is enabled. If it's 0,
|
||||||
* schmitt-trigger mode is disabled.
|
* schmitt-trigger mode is disabled.
|
||||||
@ -82,8 +85,10 @@
|
|||||||
* operation, if several modes of operation are supported these can be
|
* operation, if several modes of operation are supported these can be
|
||||||
* passed in the argument on a custom form, else just use argument 1
|
* passed in the argument on a custom form, else just use argument 1
|
||||||
* to indicate low power mode, argument 0 turns low power mode off.
|
* to indicate low power mode, argument 0 turns low power mode off.
|
||||||
* @PIN_CONFIG_OUTPUT: this will configure the pin in output, use argument
|
* @PIN_CONFIG_OUTPUT: this will configure the pin as an output. Use argument
|
||||||
* 1 to indicate high level, argument 0 to indicate low level.
|
* 1 to indicate high level, argument 0 to indicate low level. (Please
|
||||||
|
* see Documentation/pinctrl.txt, section "GPIO mode pitfalls" for a
|
||||||
|
* discussion around this parameter.)
|
||||||
* @PIN_CONFIG_END: this is the last enumerator for pin configurations, if
|
* @PIN_CONFIG_END: this is the last enumerator for pin configurations, if
|
||||||
* you need to pass in custom configurations to the pin controller, use
|
* you need to pass in custom configurations to the pin controller, use
|
||||||
* PIN_CONFIG_END+1 as the base offset.
|
* PIN_CONFIG_END+1 as the base offset.
|
||||||
@ -99,6 +104,7 @@ enum pin_config_param {
|
|||||||
PIN_CONFIG_DRIVE_OPEN_DRAIN,
|
PIN_CONFIG_DRIVE_OPEN_DRAIN,
|
||||||
PIN_CONFIG_DRIVE_OPEN_SOURCE,
|
PIN_CONFIG_DRIVE_OPEN_SOURCE,
|
||||||
PIN_CONFIG_DRIVE_STRENGTH,
|
PIN_CONFIG_DRIVE_STRENGTH,
|
||||||
|
PIN_CONFIG_INPUT_ENABLE,
|
||||||
PIN_CONFIG_INPUT_SCHMITT_ENABLE,
|
PIN_CONFIG_INPUT_SCHMITT_ENABLE,
|
||||||
PIN_CONFIG_INPUT_SCHMITT,
|
PIN_CONFIG_INPUT_SCHMITT,
|
||||||
PIN_CONFIG_INPUT_DEBOUNCE,
|
PIN_CONFIG_INPUT_DEBOUNCE,
|
||||||
|
@ -32,10 +32,12 @@ struct device_node;
|
|||||||
* pins, pads or other muxable units in this struct
|
* pins, pads or other muxable units in this struct
|
||||||
* @number: unique pin number from the global pin number space
|
* @number: unique pin number from the global pin number space
|
||||||
* @name: a name for this pin
|
* @name: a name for this pin
|
||||||
|
* @drv_data: driver-defined per-pin data. pinctrl core does not touch this
|
||||||
*/
|
*/
|
||||||
struct pinctrl_pin_desc {
|
struct pinctrl_pin_desc {
|
||||||
unsigned number;
|
unsigned number;
|
||||||
const char *name;
|
const char *name;
|
||||||
|
void *drv_data;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Convenience macro to define a single named or anonymous pin descriptor */
|
/* Convenience macro to define a single named or anonymous pin descriptor */
|
||||||
|
Loading…
Reference in New Issue
Block a user