Hi All,
I am working on TDA2xx Custom board.
I am facing issue with I2C5 Muxing.
Here my I2C muxing information in Device tree
i2c5_pins_default: i2c5_pins_default {
pinctrl-single,pins = <
0x54 (PIN_INPUT | MUX_MODE7) /* i2c5_sda.i2c5_sda */
0x50 (PIN_INPUT | MUX_MODE7) /* i2c5_scl.i2c5_scl */
>;
};
&i2c5 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c5_pins_default>;
clock-frequency = <400000>;
};
But,I2C5 not working,its giving "omap_i2c 4807c000.i2c: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/i2c5_pins_default, deferring probe"
Please give some inputs to solve this issue.
Thanks & Regards,
Sankar.