Hello, I'm trying to enable the sys_clkout2 pin in a 2.6.29 kernel for my 3530EVM-like board for the main clock line of an FPGA. I've added a MUX_CFG_34XX entry in mux.c, set the gpio direction in my board.c file, and set the rate in my driver with clk_set_parent(), clk_set_rate() but I do not see any output clock when probed with a scope.
I see that sound/soc/omap/n810.c also uses sys_clkout2, but even when I try setting the same parent and rate, I get nothing out. Is there anything special about this clock that requires extra care? Thanks, John -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
