Tool/software:
Currently, our equipment has a PHY chip and a switch chip. The address of the PHY chip is configured externally as 1, while the address of the switch is only 0.
Challenge: phy has a broadcast address of 0, which prevents AM67A from being able to use the switch in the system. Therefore, I need to disable the broadcast address 0 of the phy chip through mdio before initializing the Ethernet. I already know the configuration parameters of the register, but I'm not sure how to implement them in the driver.How should I modify the driver?