File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 24
24
25
25
/* Define unique ID for each pins */
26
26
enum pin_id {
27
- TEGRA_PIN_PEX_L5_CLKREQ_N_PGG0 = 256 ,
28
- TEGRA_PIN_PEX_L5_RST_N_PGG1 = 257 ,
29
- TEGRA_PIN_NUM_GPIOS = 258 ,
27
+ TEGRA_PIN_PEX_L5_CLKREQ_N_PGG0 ,
28
+ TEGRA_PIN_PEX_L5_RST_N_PGG1 ,
30
29
};
31
30
32
31
/* Table for pin descriptor */
33
32
static const struct pinctrl_pin_desc tegra194_pins [] = {
34
- PINCTRL_PIN (TEGRA_PIN_PEX_L5_CLKREQ_N_PGG0 ,
35
- "TEGRA_PIN_PEX_L5_CLKREQ_N_PGG0" ),
36
- PINCTRL_PIN (TEGRA_PIN_PEX_L5_RST_N_PGG1 ,
37
- "TEGRA_PIN_PEX_L5_RST_N_PGG1" ),
33
+ PINCTRL_PIN (TEGRA_PIN_PEX_L5_CLKREQ_N_PGG0 , "PEX_L5_CLKREQ_N_PGG0" ),
34
+ PINCTRL_PIN (TEGRA_PIN_PEX_L5_RST_N_PGG1 , "PEX_L5_RST_N_PGG1" ),
38
35
};
39
36
40
37
static const unsigned int pex_l5_clkreq_n_pgg0_pins [] = {
You can’t perform that action at this time.
0 commit comments