summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorParvathi Pudi <[email protected]>2026-05-07 11:53:49 +0530
committerTom Rini <[email protected]>2026-05-14 15:41:07 -0600
commit55e767426ef6dc59d40eacc89dae6cdee2c582ee (patch)
tree00bb9296a85cdc59d27c946582eda004c07d9957 /scripts/basic
parent46606025225274b065490daf50bd58defb6b6659 (diff)
board: ti: am335x: Conditional MDIO PAD configuration instead of static for AM335_ICE
This patch removes the static MDIO pinmux configuration from rmii1_pin_mux[] and instead configures the MDIO pins conditionally during board_init(). Previously, the MDIO_CLK and MDIO_DATA pins were always configured for CPSW in mux.c, which could lead to unnecessary pin ownership and conflicts in scenarios where CPSW is not used. With this change, the MDIO pins are configured only when required, ensuring that CPSW Ethernet functionality in U-Boot remains unaffected. This approach keeps Ethernet boot behavior intact and provides cleaner separation between CPSW and other Ethernet use cases. Reviewed-by: Markus Schneider-Pargmann (TI) <[email protected]> Signed-off-by: Parvathi Pudi <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions