I am trying to interface an I2C device ADT7410 with yocto but i am getting this error
adt7410: probe of 4-0048 failed with error -5
and my device tree modification is
TempSen: adt7410@48 {
compatible = "adt7410","adt7x10";
reg = <0x48>;
pinctrl-names = "default";
pinctrl-1 = <&pinctrl_edt_ft5x06_pins>;
interrupt-parent = <&gpio3>;
interrupts = <1 2>;
};
please help me to resolve this issue.