Hi:
all.
I'm debugging audio codec of SGTL5000 now,the id of the audio codec cann't be recognize;
and checking the master clock pin of AHCLKX ,the master clock isn't appered.
I'am using SDK-06.00.00.00,platform is am3352.
how to enable mcasp0 High speed transmit clock by AHCLKX ?
the codec pin and am3352 pin is layout as follow:
SGTL5000 AM3352
CTRL_DATA I2C0_SCL [mode0]
CTRL_CLK I2C0_SDA [mode0]
I2S_DOUT MCASP0_AXR0[mode0]
I2S_DIN MCASP0_AXR1[mode0]
I2S_LRCLK MCASP0_FSX[mode0]
I2S_SCLK MCASP0_ACLKX[mode0]
SYS_MCLK MCASP0_AHCLKX[mode0]
the following is my testing code in u-boot: