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?