Sysfs nodes are defined as device type. If they
are accessed through kobj type, it leads to CFI
failure.
This change skip creating sysfs node as its not
required for touch functionality.
Ideally all the sysfs node should be refactored
with kobj attribute.
Change-Id: I9ca69799231b0df7b10b637d669b64f5bba76918
Signed-off-by: Ritesh Kumar <quic_riteshk@quicinc.com>