Tool/software: Linux
Hi Linux support team,
I would like to know how to change the GPMC clock from 50MHz to 100MHz on AM3352 with Linux.
The default setting is 50MHz by Linux kernel version 3.14,
however the maximum GPMC_CLK can be 100MHz.
My customer need to achieve the following status.
-Device: AM3352 (1GHz)
-OS: Linux kernel version 3.14
-GPMC Sync mode (need to change GPMC_CLK from 50MHz to 100MHz)
I am just wondering that there is the limitation for GPMC with sync mode.
Because I found this post, it was very old post and taking other device; DM814x though.
e2e.ti.com/.../678465
>> All the time GPMC works at GPMC_FCLK = 100MHz
>> Asynchronous mode: All the Assert/de-assert are done with reference to GPMC_FCLK = 100MHZ
>> Synchronous mode: All assertions/de-assertions are done with reference to GPMC_CLK = 100MHZ / ( 1+ GPMCFCLKDIVIDER)
>> Normally in Synchronous mode GPMCFCLKDIVIDER = 0x1 ( GPMC_CLK = GPMC_FCLK/2 = 100MHz/2 = 50 Mhz)
Is the above specs for GPMC on DM814x same as GPMC on Sitara?
I need to explain to my customer about the fastest GPMC_CLK for Synchronous mode on AM335x.
If the fastest GPMC_CLK for Synchronous mode on AM335x is 100MHz,
could I get the advice how to change GPMC_CLK setting in Linux?
Best regards,
Kanae