Other Parts Discussed in Thread: SYSCONFIG
Hello,
We are currently attempting to bring up a wifi device, sourcing its clock from the MMC2_CLK output on the TDA4, Currently the pin is being set up as an input with a pull up, in mux mode 0 with the following line in the Linux device tree.
J721E_IOPAD(0x270, PIN_INPUT_PULLUP, 0)
I can confirm that this is the correct pin when enabling it as a GPIO, however no clock is being output from it when configured in MMC2_CLK mode. I was hoping that someone at Ti would be able to provide some insight in to what we may have missed in initializing this pin as a clock source.