Looking at codec driver https://www.ti.com/tool/PCM3168ASW-LINUX I see that currently this device is being enumerated only with of (open-firmware) + DeviceTree (DT)
How can we enumerate this device in ACPI tree?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Looking at codec driver https://www.ti.com/tool/PCM3168ASW-LINUX I see that currently this device is being enumerated only with of (open-firmware) + DeviceTree (DT)
How can we enumerate this device in ACPI tree?
Sorry, we have no much experience on ACPI-based platform. You may as well consult the platform vendor on this. As far as I know, you will add some acpi parsing code into the driver instead of dts parsing