Tool/software: TI C/C++ Compiler
Hi,
I am configuring the device tree for tca9539 as below:
i2c 1{
status = "ok";
ioexp: gpio@74 {
compatible = "ti,tca9539";
reg = <0x74>;
interrupt-parent = <&tlmm>;
gpio-controller;
#gpio-cells = <2>;
};
};
I dont see the system creates a sysfs entry for the I/O Expander GPIO controller.
Do I need to change any driver in this case or is there any problem in the device tree?
Any suggestions are appreciated.
Thank you,
Syed.