Re: [PATCH v4 5/5] arm64: dts: imx8mq-evk: Enable wm8524 codec

From: Fabio Estevam
Date: Fri Mar 08 2019 - 05:32:47 EST


Hi Daniel,

On Fri, Mar 1, 2019 at 12:53 PM Daniel Baluta <daniel.baluta@xxxxxxxxx> wrote:

> They are used by simple-card.c machine driver.
>
> asoc_simple_card_parse_clk
> -> /* Parse dai->sysclk come from "clocks = <&xxx>" */
> clk = devm_get_clk_from_child(dev, node, NULL);

The simple-card looks for the "clocks" properties inside the
simple-card node, not inside the codec node, right?