Dear All,
Hello.
We referred to "kernel/Documentation/devicetree/binding/bus/imx-weim.txt" and configure the EIM setting in device tree.
But, the error happened on boot-up in L3.14.28_1.0.0.
=========
<device tree setting>
weim: weim@021b8000 {
compatible = "fsl,imx6q-weim";
reg = <0x021b8000 0x4000>;
clocks = <&clks 196>;
...
<Error log>
of_clk_src_onecell_get: invalid clock index 196
imx-weim: probe of 21b8000.weim failed with error -2
==========
It looks wrong clock setting.
Could you tell me the meaning with the value of "clocks = <&clks 196>"?
Or, do you find our wrong setting?
Best Regards,
Keita