10 Jun
2013
10 Jun
'13
11:27 a.m.
On Sun, Jun 09, 2013 at 10:07:46PM -0300, Fabio Estevam wrote:
- if (IS_ERR(data->codec_clk)) {
/* assuming clock enabled by default */
data->codec_clk = NULL;
ret = of_property_read_u32(codec_np, "clock-frequency",
&data->clk_frequency);
if (ret) {
dev_err(&codec_dev->dev,
"clock-frequency missing or invalid\n");
goto fail;
}
Applied but this means that the binding document needs to be updated to remove the clock-frequency property.