Re: [PATCH] ASoC: rt5682: Add fmw property to get name of mclk

2020-07-13 Thread Mark Brown
On Mon, Jul 13, 2020 at 06:46:29AM +0530, Agrawal, Akshu wrote: > clk binding is present for AMD ST platform and using the same. This is something you should be doing through UEFI forum as a generic ACPI thing, and if you need to read the name from the firmware that really does sound like somethi

Re: [PATCH] ASoC: rt5682: Add fmw property to get name of mclk

2020-07-12 Thread Agrawal, Akshu
On 7/7/2020 4:00 PM, Mark Brown wrote: On Tue, Jul 07, 2020 at 03:38:25PM +0530, Akshu Agrawal wrote: Non-dts based systems can use ACPI DSDT to pass on the mclk. Thus add fmw property mclk-name to get the name of the system clk and link it to rt5682 mclk. ACPI doesn't support clocks at all,

Re: [PATCH] ASoC: rt5682: Add fmw property to get name of mclk

2020-07-07 Thread Mark Brown
On Tue, Jul 07, 2020 at 03:38:25PM +0530, Akshu Agrawal wrote: > Non-dts based systems can use ACPI DSDT to pass on the mclk. > Thus add fmw property mclk-name to get the name of the system clk > and link it to rt5682 mclk. ACPI doesn't support clocks at all, you need to add a clock binding to ACP

[PATCH] ASoC: rt5682: Add fmw property to get name of mclk

2020-07-07 Thread Akshu Agrawal
Non-dts based systems can use ACPI DSDT to pass on the mclk. Thus add fmw property mclk-name to get the name of the system clk and link it to rt5682 mclk. Signed-off-by: Akshu Agrawal --- include/sound/rt5682.h| 1 + sound/soc/codecs/rt5682.c | 7 ++- 2 files changed, 7 insertions(+), 1