Skip to content

Commit

Permalink
Revert "[Telink]: Changed application pin from PF6 to PE5"
Browse files Browse the repository at this point in the history
This reverts commit 2bb8616.
  • Loading branch information
mishadesh authored and andriy-bilynskyy committed Nov 6, 2023
1 parent 62d1a3e commit 26a58be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/platform/telink/tlsr9528a.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
gpios = <&gpiod 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
key_4: button_4 {
gpios = <&gpioe 5 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
gpios = <&gpiof 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};

key_matrix_col1: key_matrix_col1 {
Expand Down
2 changes: 1 addition & 1 deletion src/platform/telink/tlsr9528a_retention.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
gpios = <&gpiod 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
key_4: button_4 {
gpios = <&gpioe 5 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
gpios = <&gpiof 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};

key_matrix_col1: key_matrix_col1 {
Expand Down

0 comments on commit 26a58be

Please sign in to comment.