Skip to content

Commit

Permalink
Bug-fix: u-boot doesn't set PUs for UART3 (shell) pads
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPayne86 committed May 14, 2024
1 parent d91856c commit 5a95204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2708,7 +2708,7 @@ index 00000000000..5e953c131fa
+
+DECLARE_GLOBAL_DATA_PTR;
+
+#define UART_PAD_CTRL (PAD_CTL_DSE6 | PAD_CTL_FSEL1)
+#define UART_PAD_CTRL (PAD_CTL_DSE6 | PAD_CTL_FSEL1 | PAD_CTL_PUE | PAD_CTL_PE)
+#define WDOG_PAD_CTRL (PAD_CTL_DSE6 | PAD_CTL_ODE | PAD_CTL_PUE | PAD_CTL_PE)
+
+static iomux_v3_cfg_t const uart_pads[] = {
Expand Down

0 comments on commit 5a95204

Please sign in to comment.