Hi Expert
參考
有提到要在clock_am33xx.c中的enable_basic_clocks做修改開啟SPI的CLOCK.
可是我在am335x-evm-linux-sdk-src-08.02.00.24中找不到enable_basic_clocks這個function
請問.....要在哪開啟SPI的CLOCK?
謝謝
Daniel
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.
Hi Expert
參考
有提到要在clock_am33xx.c中的enable_basic_clocks做修改開啟SPI的CLOCK.
可是我在am335x-evm-linux-sdk-src-08.02.00.24中找不到enable_basic_clocks這個function
請問.....要在哪開啟SPI的CLOCK?
謝謝
Daniel
直接在该函数下添加SPI1的就行了,正如你贴出的帖子中的示例。
ti-u-boot-08.02.00.006\arch\arm\mach-omap2\am33xx\clock_am33xx
&cmper->spi1clkctrl
