I am trying to write a driver for my beaglebone running Ubuntu. I am having trouble figuring out how to enable the clock to the LCDC module of the AM3359 processor in the Linux kernel, I am trying to write the driver as a Linux kernel module.
I'm attempting to use the kernel function clk_get() however i have been unsuccessful.