Skip to content

Commit 2de6863

Browse files
committed
Merge tag 'pinctrl-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control updates from Linus Walleij: "Core changes: - Use DEFINE_SHOW_STORE_ATTRIBUTE() in debugfs entries New drivers: - Qualcomm PMIH0108, PMD8028, PMXR2230 and PM6450 pin control support Improvements: - Serious cleanup of the recently merged aw9523 driver - Fix PIN_CONFIG_BIAS_DISABLE handling in pinctrl-single - A slew of device tree binding cleanups - Support a bus clock in the Samsung driver" * tag 'pinctrl-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (48 commits) pinctrl: bcm2835: Make pin freeing behavior configurable dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108 pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs dt-bindings: pinctrl: mediatek: mt7622: add "antsel" function dt-bindings: pinctrl: mediatek: mt7622: fix array properties pinctrl: samsung: drop redundant drvdata assignment pinctrl: samsung: support a bus clock dt-bindings: pinctrl: samsung: google,gs101-pinctrl needs a clock pinctrl: renesas: rzg2l: Limit 2.5V power supply to Ethernet interfaces pinctrl: renesas: r8a779h0: Add INTC-EX pins, groups, and function pinctrl: renesas: r8a779h0: Fix IRQ suffixes pinctrl: renesas: rzg2l: Remove extra space in function parameter dt-bindings: pinctrl: qcom,pmic-mpp: add support for PM8901 pinctrl: pinconf-generic: print hex value pinctrl: realtek: fix module autoloading pinctrl: qcom: sm7150: fix module autoloading pinctrl: loongson2: fix module autoloading pinctrl: mediatek: fix module autoloading pinctrl: freescale: imx8ulp: fix module autoloading dt-bindings: pinctrl: qcom,pmic-gpio: Allow gpio-hog nodes ...
2 parents 568c98a + 8390625 commit 2de6863

30 files changed

+679
-390
lines changed

Documentation/devicetree/bindings/pinctrl/mediatek,mt7622-pinctrl.yaml

Lines changed: 68 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ properties:
3434
the amount of cells must be specified as 2. See the below mentioned gpio
3535
binding representation for description of particular cells.
3636

37+
gpio-ranges:
38+
maxItems: 1
39+
3740
interrupt-controller: true
3841

3942
interrupts:
@@ -75,8 +78,8 @@ patternProperties:
7578
function:
7679
description:
7780
A string containing the name of the function to mux to the group.
78-
enum: [emmc, eth, i2c, i2s, ir, led, flash, pcie, pmic, pwm, sd,
79-
spi, tdm, uart, watchdog, wifi]
81+
enum: [antsel, emmc, eth, i2c, i2s, ir, led, flash, pcie, pmic, pwm,
82+
sd, spi, tdm, uart, watchdog, wifi]
8083

8184
groups:
8285
description:
@@ -90,23 +93,39 @@ patternProperties:
9093
- function
9194

9295
allOf:
96+
- if:
97+
properties:
98+
function:
99+
const: antsel
100+
then:
101+
properties:
102+
groups:
103+
items:
104+
enum: [antsel0, antsel1, antsel2, antsel3, antsel4, antsel5,
105+
antsel6, antsel7, antsel8, antsel9, antsel10,
106+
antsel11, antsel12, antsel13, antsel14, antsel15,
107+
antsel16, antsel17, antsel18, antsel19, antsel20,
108+
antsel21, antsel22, antsel23, antsel24, antsel25,
109+
antsel26, antsel27, antsel28, antsel29]
93110
- if:
94111
properties:
95112
function:
96113
const: emmc
97114
then:
98115
properties:
99116
groups:
100-
enum: [emmc, emmc_rst]
117+
items:
118+
enum: [emmc, emmc_rst]
101119
- if:
102120
properties:
103121
function:
104122
const: eth
105123
then:
106124
properties:
107125
groups:
108-
enum: [esw, esw_p0_p1, esw_p2_p3_p4, rgmii_via_esw,
109-
rgmii_via_gmac1, rgmii_via_gmac2, mdc_mdio]
126+
items:
127+
enum: [esw, esw_p0_p1, esw_p2_p3_p4, rgmii_via_esw,
128+
rgmii_via_gmac1, rgmii_via_gmac2, mdc_mdio]
110129
- if:
111130
properties:
112131
function:
@@ -123,10 +142,11 @@ patternProperties:
123142
then:
124143
properties:
125144
groups:
126-
enum: [i2s_in_mclk_bclk_ws, i2s1_in_data, i2s2_in_data,
127-
i2s3_in_data, i2s4_in_data, i2s_out_mclk_bclk_ws,
128-
i2s1_out_data, i2s2_out_data, i2s3_out_data,
129-
i2s4_out_data]
145+
items:
146+
enum: [i2s_in_mclk_bclk_ws, i2s1_in_data, i2s2_in_data,
147+
i2s3_in_data, i2s4_in_data, i2s_out_mclk_bclk_ws,
148+
i2s1_out_data, i2s2_out_data, i2s3_out_data,
149+
i2s4_out_data]
130150
- if:
131151
properties:
132152
function:
@@ -159,10 +179,11 @@ patternProperties:
159179
then:
160180
properties:
161181
groups:
162-
enum: [pcie0_0_waken, pcie0_1_waken, pcie1_0_waken,
163-
pcie0_0_clkreq, pcie0_1_clkreq, pcie1_0_clkreq,
164-
pcie0_pad_perst, pcie1_pad_perst, pcie_pereset,
165-
pcie_wake, pcie_clkreq]
182+
items:
183+
enum: [pcie0_0_waken, pcie0_1_waken, pcie1_0_waken,
184+
pcie0_0_clkreq, pcie0_1_clkreq, pcie1_0_clkreq,
185+
pcie0_pad_perst, pcie1_pad_perst, pcie_pereset,
186+
pcie_wake, pcie_clkreq]
166187
- if:
167188
properties:
168189
function:
@@ -178,11 +199,12 @@ patternProperties:
178199
then:
179200
properties:
180201
groups:
181-
enum: [pwm_ch1_0, pwm_ch1_1, pwm_ch1_2, pwm_ch2_0, pwm_ch2_1,
182-
pwm_ch2_2, pwm_ch3_0, pwm_ch3_1, pwm_ch3_2, pwm_ch4_0,
183-
pwm_ch4_1, pwm_ch4_2, pwm_ch4_3, pwm_ch5_0, pwm_ch5_1,
184-
pwm_ch5_2, pwm_ch6_0, pwm_ch6_1, pwm_ch6_2, pwm_ch6_3,
185-
pwm_ch7_0, pwm_0, pwm_1]
202+
items:
203+
enum: [pwm_ch1_0, pwm_ch1_1, pwm_ch1_2, pwm_ch2_0, pwm_ch2_1,
204+
pwm_ch2_2, pwm_ch3_0, pwm_ch3_1, pwm_ch3_2, pwm_ch4_0,
205+
pwm_ch4_1, pwm_ch4_2, pwm_ch4_3, pwm_ch5_0, pwm_ch5_1,
206+
pwm_ch5_2, pwm_ch6_0, pwm_ch6_1, pwm_ch6_2, pwm_ch6_3,
207+
pwm_ch7_0, pwm_0, pwm_1]
186208
- if:
187209
properties:
188210
function:
@@ -260,33 +282,34 @@ patternProperties:
260282
pins:
261283
description:
262284
An array of strings. Each string contains the name of a pin.
263-
enum: [GPIO_A, I2S1_IN, I2S1_OUT, I2S_BCLK, I2S_WS, I2S_MCLK, TXD0,
264-
RXD0, SPI_WP, SPI_HOLD, SPI_CLK, SPI_MOSI, SPI_MISO, SPI_CS,
265-
I2C_SDA, I2C_SCL, I2S2_IN, I2S3_IN, I2S4_IN, I2S2_OUT,
266-
I2S3_OUT, I2S4_OUT, GPIO_B, MDC, MDIO, G2_TXD0, G2_TXD1,
267-
G2_TXD2, G2_TXD3, G2_TXEN, G2_TXC, G2_RXD0, G2_RXD1, G2_RXD2,
268-
G2_RXD3, G2_RXDV, G2_RXC, NCEB, NWEB, NREB, NDL4, NDL5, NDL6,
269-
NDL7, NRB, NCLE, NALE, NDL0, NDL1, NDL2, NDL3, MDI_TP_P0,
270-
MDI_TN_P0, MDI_RP_P0, MDI_RN_P0, MDI_TP_P1, MDI_TN_P1,
271-
MDI_RP_P1, MDI_RN_P1, MDI_RP_P2, MDI_RN_P2, MDI_TP_P2,
272-
MDI_TN_P2, MDI_TP_P3, MDI_TN_P3, MDI_RP_P3, MDI_RN_P3,
273-
MDI_RP_P4, MDI_RN_P4, MDI_TP_P4, MDI_TN_P4, PMIC_SCL,
274-
PMIC_SDA, SPIC1_CLK, SPIC1_MOSI, SPIC1_MISO, SPIC1_CS,
275-
GPIO_D, WATCHDOG, RTS3_N, CTS3_N, TXD3, RXD3, PERST0_N,
276-
PERST1_N, WLED_N, EPHY_LED0_N, AUXIN0, AUXIN1, AUXIN2,
277-
AUXIN3, TXD4, RXD4, RTS4_N, CST4_N, PWM1, PWM2, PWM3, PWM4,
278-
PWM5, PWM6, PWM7, GPIO_E, TOP_5G_CLK, TOP_5G_DATA,
279-
WF0_5G_HB0, WF0_5G_HB1, WF0_5G_HB2, WF0_5G_HB3, WF0_5G_HB4,
280-
WF0_5G_HB5, WF0_5G_HB6, XO_REQ, TOP_RST_N, SYS_WATCHDOG,
281-
EPHY_LED0_N_JTDO, EPHY_LED1_N_JTDI, EPHY_LED2_N_JTMS,
282-
EPHY_LED3_N_JTCLK, EPHY_LED4_N_JTRST_N, WF2G_LED_N,
283-
WF5G_LED_N, GPIO_9, GPIO_10, GPIO_11, GPIO_12, UART1_TXD,
284-
UART1_RXD, UART1_CTS, UART1_RTS, UART2_TXD, UART2_RXD,
285-
UART2_CTS, UART2_RTS, SMI_MDC, SMI_MDIO, PCIE_PERESET_N,
286-
PWM_0, GPIO_0, GPIO_1, GPIO_2, GPIO_3, GPIO_4, GPIO_5,
287-
GPIO_6, GPIO_7, GPIO_8, UART0_TXD, UART0_RXD, TOP_2G_CLK,
288-
TOP_2G_DATA, WF0_2G_HB0, WF0_2G_HB1, WF0_2G_HB2, WF0_2G_HB3,
289-
WF0_2G_HB4, WF0_2G_HB5, WF0_2G_HB6]
285+
items:
286+
enum: [GPIO_A, I2S1_IN, I2S1_OUT, I2S_BCLK, I2S_WS, I2S_MCLK, TXD0,
287+
RXD0, SPI_WP, SPI_HOLD, SPI_CLK, SPI_MOSI, SPI_MISO, SPI_CS,
288+
I2C_SDA, I2C_SCL, I2S2_IN, I2S3_IN, I2S4_IN, I2S2_OUT,
289+
I2S3_OUT, I2S4_OUT, GPIO_B, MDC, MDIO, G2_TXD0, G2_TXD1,
290+
G2_TXD2, G2_TXD3, G2_TXEN, G2_TXC, G2_RXD0, G2_RXD1, G2_RXD2,
291+
G2_RXD3, G2_RXDV, G2_RXC, NCEB, NWEB, NREB, NDL4, NDL5, NDL6,
292+
NDL7, NRB, NCLE, NALE, NDL0, NDL1, NDL2, NDL3, MDI_TP_P0,
293+
MDI_TN_P0, MDI_RP_P0, MDI_RN_P0, MDI_TP_P1, MDI_TN_P1,
294+
MDI_RP_P1, MDI_RN_P1, MDI_RP_P2, MDI_RN_P2, MDI_TP_P2,
295+
MDI_TN_P2, MDI_TP_P3, MDI_TN_P3, MDI_RP_P3, MDI_RN_P3,
296+
MDI_RP_P4, MDI_RN_P4, MDI_TP_P4, MDI_TN_P4, PMIC_SCL,
297+
PMIC_SDA, SPIC1_CLK, SPIC1_MOSI, SPIC1_MISO, SPIC1_CS,
298+
GPIO_D, WATCHDOG, RTS3_N, CTS3_N, TXD3, RXD3, PERST0_N,
299+
PERST1_N, WLED_N, EPHY_LED0_N, AUXIN0, AUXIN1, AUXIN2,
300+
AUXIN3, TXD4, RXD4, RTS4_N, CST4_N, PWM1, PWM2, PWM3, PWM4,
301+
PWM5, PWM6, PWM7, GPIO_E, TOP_5G_CLK, TOP_5G_DATA,
302+
WF0_5G_HB0, WF0_5G_HB1, WF0_5G_HB2, WF0_5G_HB3, WF0_5G_HB4,
303+
WF0_5G_HB5, WF0_5G_HB6, XO_REQ, TOP_RST_N, SYS_WATCHDOG,
304+
EPHY_LED0_N_JTDO, EPHY_LED1_N_JTDI, EPHY_LED2_N_JTMS,
305+
EPHY_LED3_N_JTCLK, EPHY_LED4_N_JTRST_N, WF2G_LED_N,
306+
WF5G_LED_N, GPIO_9, GPIO_10, GPIO_11, GPIO_12, UART1_TXD,
307+
UART1_RXD, UART1_CTS, UART1_RTS, UART2_TXD, UART2_RXD,
308+
UART2_CTS, UART2_RTS, SMI_MDC, SMI_MDIO, PCIE_PERESET_N,
309+
PWM_0, GPIO_0, GPIO_1, GPIO_2, GPIO_3, GPIO_4, GPIO_5,
310+
GPIO_6, GPIO_7, GPIO_8, UART0_TXD, UART0_RXD, TOP_2G_CLK,
311+
TOP_2G_DATA, WF0_2G_HB0, WF0_2G_HB1, WF0_2G_HB2, WF0_2G_HB3,
312+
WF0_2G_HB4, WF0_2G_HB5, WF0_2G_HB6]
290313

291314
bias-disable: true
292315

Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ properties:
2424
- qcom,pm6150-gpio
2525
- qcom,pm6150l-gpio
2626
- qcom,pm6350-gpio
27+
- qcom,pm6450-gpio
2728
- qcom,pm7250b-gpio
2829
- qcom,pm7325-gpio
2930
- qcom,pm7550ba-gpio
@@ -56,10 +57,12 @@ properties:
5657
- qcom,pma8084-gpio
5758
- qcom,pmc8180-gpio
5859
- qcom,pmc8180c-gpio
60+
- qcom,pmd8028-gpio
5961
- qcom,pmi632-gpio
6062
- qcom,pmi8950-gpio
6163
- qcom,pmi8994-gpio
6264
- qcom,pmi8998-gpio
65+
- qcom,pmih0108-gpio
6366
- qcom,pmk8350-gpio
6467
- qcom,pmk8550-gpio
6568
- qcom,pmm8155au-gpio
@@ -72,6 +75,7 @@ properties:
7275
- qcom,pmx55-gpio
7376
- qcom,pmx65-gpio
7477
- qcom,pmx75-gpio
78+
- qcom,pmxr2230-gpio
7579

7680
- enum:
7781
- qcom,spmi-gpio
@@ -141,6 +145,7 @@ allOf:
141145
- qcom,pm8005-gpio
142146
- qcom,pm8450-gpio
143147
- qcom,pm8916-gpio
148+
- qcom,pmd8028-gpio
144149
- qcom,pmk8350-gpio
145150
- qcom,pmr735a-gpio
146151
- qcom,pmr735b-gpio
@@ -198,6 +203,7 @@ allOf:
198203
contains:
199204
enum:
200205
- qcom,pm6350-gpio
206+
- qcom,pm6450-gpio
201207
- qcom,pm8350c-gpio
202208
then:
203209
properties:
@@ -261,6 +267,7 @@ allOf:
261267
- qcom,pmc8180c-gpio
262268
- qcom,pmp8074-gpio
263269
- qcom,pms405-gpio
270+
- qcom,pmxr2230-gpio
264271
then:
265272
properties:
266273
gpio-line-names:
@@ -300,6 +307,21 @@ allOf:
300307
minItems: 1
301308
maxItems: 7
302309

310+
- if:
311+
properties:
312+
compatible:
313+
contains:
314+
enum:
315+
- qcom,pmih0108-gpio
316+
then:
317+
properties:
318+
gpio-line-names:
319+
minItems: 18
320+
maxItems: 18
321+
gpio-reserved-ranges:
322+
minItems: 1
323+
maxItems: 9
324+
303325
- if:
304326
properties:
305327
compatible:
@@ -402,6 +424,10 @@ patternProperties:
402424
$ref: "#/$defs/qcom-pmic-gpio-state"
403425
additionalProperties: false
404426

427+
"-hog(-[0-9]+)?$":
428+
required:
429+
- gpio-hog
430+
405431
$defs:
406432
qcom-pmic-gpio-state:
407433
type: object
@@ -417,6 +443,7 @@ $defs:
417443
- gpio1-gpio10 for pm6150
418444
- gpio1-gpio12 for pm6150l
419445
- gpio1-gpio9 for pm6350
446+
- gpio1-gpio9 for pm6450
420447
- gpio1-gpio12 for pm7250b
421448
- gpio1-gpio10 for pm7325
422449
- gpio1-gpio8 for pm7550ba
@@ -447,9 +474,11 @@ $defs:
447474
- gpio1-gpio22 for pm8994
448475
- gpio1-gpio26 for pm8998
449476
- gpio1-gpio22 for pma8084
477+
- gpio1-gpio4 for pmd8028
450478
- gpio1-gpio8 for pmi632
451479
- gpio1-gpio2 for pmi8950
452480
- gpio1-gpio10 for pmi8994
481+
- gpio1-gpio18 for pmih0108
453482
- gpio1-gpio4 for pmk8350
454483
- gpio1-gpio6 for pmk8550
455484
- gpio1-gpio10 for pmm8155au
@@ -464,6 +493,7 @@ $defs:
464493
and gpio11)
465494
- gpio1-gpio16 for pmx65
466495
- gpio1-gpio16 for pmx75
496+
- gpio1-gpio12 for pmxr2230
467497

468498
items:
469499
pattern: "^gpio([0-9]+)$"
@@ -545,6 +575,7 @@ $defs:
545575

546576
examples:
547577
- |
578+
#include <dt-bindings/gpio/gpio.h>
548579
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
549580
550581
pm8921_gpio: gpio@150 {
@@ -568,5 +599,12 @@ examples:
568599
power-source = <PM8921_GPIO_S4>;
569600
};
570601
};
602+
603+
otg-hog {
604+
gpio-hog;
605+
gpios = <35 GPIO_ACTIVE_HIGH>;
606+
output-high;
607+
line-name = "otg-gpio";
608+
};
571609
};
572610
...

Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ properties:
3535
- qcom,pm8038-mpp
3636
- qcom,pm8058-mpp
3737
- qcom,pm8821-mpp
38+
- qcom,pm8901-mpp
3839
- qcom,pm8917-mpp
3940
- qcom,pm8921-mpp
4041
- const: qcom,ssbi-mpp

Documentation/devicetree/bindings/pinctrl/qcom,sm4450-tlmm.yaml

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -72,40 +72,24 @@ $defs:
7272
description:
7373
Specify the alternative function to be configured for the specified
7474
pins.
75-
enum: [ gpio, atest_char, atest_char0, atest_char1, atest_char2,
76-
atest_char3, atest_usb0, atest_usb00, atest_usb01, atest_usb02,
77-
atest_usb03, audio_ref, cam_mclk, cci_async, cci_i2c,
78-
cci_timer0, cci_timer1, cci_timer2, cci_timer3, cci_timer4,
79-
cmu_rng0, cmu_rng1, cmu_rng2, cmu_rng3, coex_uart1, cri_trng,
80-
cri_trng0, cri_trng1, dbg_out, ddr_bist, ddr_pxi0, ddr_pxi1,
81-
dp0_hot, gcc_gp1, gcc_gp2, gcc_gp3, host2wlan_sol, ibi_i3c,
82-
jitter_bist, mdp_vsync, mdp_vsync0, mdp_vsync1, mdp_vsync2,
83-
mdp_vsync3, mi2s0_data0, mi2s0_data1, mi2s0_sck, mi2s0_ws,
84-
mi2s2_data0, mi2s2_data1, mi2s2_sck, mi2s2_ws, mi2s_mclk0,
85-
mi2s_mclk1, nav_gpio0, nav_gpio1, nav_gpio2, pcie0_clk,
86-
phase_flag0, phase_flag1, phase_flag10, phase_flag11,
87-
phase_flag12, phase_flag13, phase_flag14, phase_flag15,
88-
phase_flag16, phase_flag17, phase_flag18, phase_flag19,
89-
phase_flag2, phase_flag20, phase_flag21, phase_flag22,
90-
phase_flag23, phase_flag24, phase_flag25, phase_flag26,
91-
phase_flag27, phase_flag28, phase_flag29, phase_flag3,
92-
phase_flag30, phase_flag31, phase_flag4, phase_flag5,
93-
phase_flag6, phase_flag7, phase_flag8, phase_flag9,
94-
pll_bist, pll_clk, prng_rosc0, prng_rosc1, prng_rosc2,
95-
prng_rosc3, qdss_cti, qdss_gpio, qdss_gpio0, qdss_gpio1,
96-
qdss_gpio10, qdss_gpio11, qdss_gpio12, qdss_gpio13, qdss_gpio14,
97-
qdss_gpio15, qdss_gpio2, qdss_gpio3, qdss_gpio4, qdss_gpio5,
98-
qdss_gpio6, qdss_gpio7, qdss_gpio8, qdss_gpio9, qlink0_enable,
99-
qlink0_request, qlink0_wmss, qlink1_enable, qlink1_request,
100-
qlink1_wmss, qlink2_enable, qlink2_request, qlink2_wmss,
101-
qup0_se0, qup0_se1, qup0_se2, qup0_se3, qup0_se4, qup0_se5,
102-
qup0_se6, qup0_se7, qup1_se0, qup1_se1, qup1_se2, qup1_se3,
103-
qup1_se4, qup1_se5, qup1_se6, sd_write, tb_trig, tgu_ch0,
104-
tgu_ch1, tgu_ch2, tgu_ch3, tmess_prng0, tmess_prng1,
105-
tmess_prng2, tmess_prng3, tsense_pwm1, tsense_pwm2, uim0_clk,
106-
uim0_data, uim0_present, uim0_reset, uim1_clk, uim1_data,
107-
uim1_present, uim1_reset, usb0_hs, usb0_phy, vfr_0, vfr_1,
108-
vsense_trigger ]
75+
enum: [ gpio, atest_char, atest_usb0, audio_ref_clk, cam_mclk,
76+
cci_async_in0, cci_i2c, cci, cmu_rng, coex_uart1_rx,
77+
coex_uart1_tx, cri_trng, dbg_out_clk, ddr_bist,
78+
ddr_pxi0_test, ddr_pxi1_test, gcc_gp1_clk, gcc_gp2_clk,
79+
gcc_gp3_clk, host2wlan_sol, ibi_i3c_qup0, ibi_i3c_qup1,
80+
jitter_bist_ref, mdp_vsync0_out, mdp_vsync1_out,
81+
mdp_vsync2_out, mdp_vsync3_out, mdp_vsync, nav,
82+
pcie0_clk_req, phase_flag, pll_bist_sync, pll_clk_aux,
83+
prng_rosc, qdss_cti_trig0, qdss_cti_trig1, qdss_gpio,
84+
qlink0_enable, qlink0_request, qlink0_wmss_reset,
85+
qup0_se0, qup0_se1, qup0_se2, qup0_se3, qup0_se4,
86+
qup1_se0, qup1_se1, qup1_se2, qup1_se2_l2, qup1_se3,
87+
qup1_se4, sd_write_protect, tb_trig_sdc1, tb_trig_sdc2,
88+
tgu_ch0_trigout, tgu_ch1_trigout, tgu_ch2_trigout,
89+
tgu_ch3_trigout, tmess_prng, tsense_pwm1_out,
90+
tsense_pwm2_out, uim0, uim1, usb0_hs_ac, usb0_phy_ps,
91+
vfr_0_mira, vfr_0_mirb, vfr_1, vsense_trigger_mirnat,
92+
wlan1_adc_dtest0, wlan1_adc_dtest1 ]
10993

11094
required:
11195
- pins

0 commit comments

Comments
 (0)