How do I turn on the video clock (clkout2) on the DM6467T EVM? I want to reproduce that by modifying my ADV7170 video display chip driver, so the moment the driver loads, the chip gets a clock and can output color bars during the boot process.
Right now, when I run my encodedecode-demo-derived application, the clock gets turned on. Presumably this happens when I open the display device. But I don't know exactly how it's happening. For example, I could start by putting an ioctrl() in my application, prior to opening the display device. But what I would really want to do is put this ioctrl inside the ADV7170 driver. If ioctrl() is the way to go.
What I'm really doing here is trying to modify the CPLD Reg1 bit 1. I'd like to know how to do that in general, too. ref: http://e2e.ti.com/support/embedded/f/354/p/102216/358990.aspx#358990
Thanks,
Helmut