Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename some (wrong named) macro in samv71q-pinctrl.h for AFEC0 pins #39

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions include/dt-bindings/pinctrl/samv71q-pinctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1998,8 +1998,8 @@
#define PE4B_TC3_TIOB10 \
SAM_PINMUX(e, 4, b, periph)

/* pe4x_afe1_ad4 */
#define PE4X_AFE1_AD4 \
/* pe4x_afe0_ad4 */
#define PE4X_AFE0_AD4 \
SAM_PINMUX(e, 4, x, extra)

/* pe5_gpio */
Expand All @@ -2014,6 +2014,6 @@
#define PE5B_TC3_TCLK10 \
SAM_PINMUX(e, 5, b, periph)

/* pe5x_afe1_ad3 */
#define PE5X_AFE1_AD3 \
/* pe5x_afe0_ad3 */
#define PE5X_AFE0_AD3 \
SAM_PINMUX(e, 5, x, extra)