Skip to content

Commit

Permalink
fix gmac gpios in default sets for t31
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Jan 31, 2024
1 parent 13aacb5 commit 552d8b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/configs/isvp_t31.h
Original file line number Diff line number Diff line change
Expand Up @@ -704,10 +704,12 @@
* T31ZX Smart Video Application Processor DATA SHEET
* Page 20
* Note: "Pin 60 and 61 share IO with PB15 and PB16..."
* 25 and 26 shall be set to only be set to input if
* GMAC doesn't exist or is disabled.
*/

#define CONFIG_GPIO_SETTINGS \
"gpio_default_net=25I 26I\0"
"gpio_default_net=25ID 26IDU\0"

#include "isvp_common.h"

Expand Down

0 comments on commit 552d8b8

Please sign in to comment.