I have compile my camera driver and try to test it from my target board i.MX6Q I am facing with
probe of 1-001a failed with error -16
camera_name: camera_name@1a { compatible = "camera,camera_name"; reg = <0x1a>; inck-name = "mclk"; xvs-output-len = <8>; xclr-gpio = <&gpio1 6 1 GPIO_ACTIVE_LOW>; pwn-gpios = <&gpio1 6 1>; clock-names = "csi_mclk"; DOVDD = <®_1p8v>; AVDD = <®_2p9v>; DVDD = <®_1p2v>; rst-gpios = <&gpio1 6 1>; /* xclr */ ipu_id = <0>; csi_id = <0>; mclk = <37125000>; mclk_source = <0>; lanes = <4>; };
But I couldnt understand what this error is saying and I couldnt find any information about it ? Do you have any suggestion ? .I would be very appreciated .
Thanks so much .
Best Regards.