Other Parts Discussed in Thread: TPS65910
Hi,
Linux Version: Linux 4.9.28
Uboot Version: U-Boot 2013.10
We are in process of evaluating partno AM3358BZCZA80 for our custom board which is based on AM3358BZCZA60 and it is clocked at 600MHz (OPP100).
In our existing uboot code VDD MPU & VDD CORE are set to below
#define TPS65910_OP_REG_SEL_1_1_3 (0x2E) /* 1.1375 V */
and the DPLLs are set to below.
struct dpll_params dpll_mpu_opp100 = {
CONFIG_SYS_MPUCLK, OSC-1, 1, -1, -1, -1, -1};
const struct dpll_params dpll_core_opp100 = {
1000, OSC-1, -1, -1, 10, 8, 4};
We would like to understand what is involved in downgrading clock of AM3358BZCZA80 to operate at 600MHz (OPP100).
Does downgrading requires additional changes in our existing code?
Regards,
Mahidhar