I am attempting to enable a platform device in Linux, but the device I am trying to use does not have any platform data. Is it possible to add this from userspace?
Other thoughts I've had:
Would I have to compile this platform data into the kernel instead? If so can I put this in a loadable module? Can I use udev? Do I have to put this in device tree (I am using an Allwinner SoC which does not appear to support the device tree)?