Tool/software:
Team,
My customer is using Intel x86 platform running Linux to connect and control DP86867 via SGMii interface.
There are two questions about Linux driver.
1. In order to change the LED register to make the current setting before Linux boot up, customer will set the LED registers to 0x18 = 0xb56 and 0x19 = 0x444 via MDIO from BIOS and it works fine.
However, after x86 boot up Linux and we found DP83867 driver will send RESET commend via SGMii to reset DP83867 to default value. Customer can hardcode to modify the LED register setting back but they would like to know if there is a configuration file or setting file which they can set in Linux driver to set the correct LED setting? Customer claim there is no DTS in x86 Linux.
The reason for this request is if their customer update DP83867 driver from community and they need to keep the setting aligned and not be changed.
What's the recommend way to modify LED registers?
2. Does Linux driver support retrieving setting and parameters from ACPI tables?
BR, Rich