Skip to content

Commit 4101e14

Browse files
committed
fixup! pinctrl: Add drivers for ADI ADSP-SC5xx platform
1 parent 2701293 commit 4101e14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/pinctrl/pinctrl-sc5xx.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ struct adsp_pinctrl {
123123
/*
124124
* Custom pinconf properties
125125
*/
126-
#define ADSP_PIN_CONFIG_TRU_TOGGLE (PIN_CONFIG_END+1)
126+
#define ADSP_PIN_CONFIG_TRU_TOGGLE (PIN_CONFIG_END + 1)
127127

128128
static const struct pinconf_generic_params adsp_custom_bindings[] = {
129129
/* Configure this pin as a toggle pin which flip each time a trigger event
@@ -235,7 +235,6 @@ static int adsp_pinctrl_dt_subnode_to_map(struct pinctrl_dev *pctldev,
235235
if (sz < 0)
236236
return dev_err_probe(adsp_pinctrl->dev, sz, "invalid pinmux\n");
237237

238-
239238
for (i = 0; i < sz; i += 2) {
240239
u32 pin = array[i];
241240
u32 func = array[i + 1];

0 commit comments

Comments
 (0)