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

Bug fix #127

Merged
merged 3 commits into from
Jul 4, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
driver:padctrl:correct th1520 gpio_1 24/25 cfg
The bit mapping for the GPIO1_24/25 pins on the
 group2 has been corrected. the issue will lead gpio not
 work in these pin.

Signed-off-by: Huaming <[email protected]>
  • Loading branch information
Huaming authored and Xiangyi Zeng committed Jul 4, 2024
commit 228de6beb3c2774263f78c2455c953a694fcd938
4 changes: 2 additions & 2 deletions drivers/pinctrl/pinctrl-th1520.c
Original file line number Diff line number Diff line change
@@ -332,8 +332,8 @@ static const struct pinctrl_pin_desc th1520_group2_pins[] = {
TH1520_PAD(53, GPIO1_21, GPIO, ____, ISP, ____, ____, ____, 0),
TH1520_PAD(54, GPIO1_22, GPIO, ____, ISP, ____, ____, ____, 0),
TH1520_PAD(55, GPIO1_23, GPIO, ____, ISP, ____, ____, ____, 0),
TH1520_PAD(56, GPIO1_24, GPIO, ____, ISP, ____, ____, ____, 0),
TH1520_PAD(57, GPIO1_25, GPIO, ____, ISP, ____, ____, ____, 0),
TH1520_PAD(56, GPIO1_24, JTAG, ____, ISP, GPIO, ____, ____, 0),
TH1520_PAD(57, GPIO1_25, JTAG, ____, ISP, GPIO, ____, ____, 0),
TH1520_PAD(58, GPIO1_26, GPIO, ____, ISP, ____, ____, ____, 0),
TH1520_PAD(59, GPIO1_27, GPIO, ____, ISP, ____, ____, ____, 0),
TH1520_PAD(60, GPIO1_28, GPIO, ____, ISP, ____, ____, ____, 0),