This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3352 SD_SYSCONFIG

Other Parts Discussed in Thread: SYSCONFIG

Hi,

We are using BBB(am335x) based custom board with a Marvell's Wifi chip. We are using linux-3.12.10 kernel.

I was referring the AM335x TRM section 18.4.1.1 SD_SYSCONFIG under Multimedia Card Registers. I see from the register settings that bits 31 - 10 are reserved and have a default value of 0h. However when I read the register I see that the value is 0x2015

1. Why is Bit 13 set?

2. I have a wifi chip connected to MMC-SDIO and I am trying to get the MMC-SDIO clk to be free running. I tried changing the values of this register using devmem2 app and read back as set which is 0x230C (AUTO_IDLE - off, SIDDLE_MODE=1h, CLOCKACTIVITY=3h). But there was no effect on the clock. What am I missing?

Thanks

Shankar