
26 Feb
2022
26 Feb
'22
2:44 p.m.
On Mon, Feb 14, 2022 at 9:08 AM Peng Fan (OSS) peng.fan@oss.nxp.com wrote:
From: Peng Fan peng.fan@nxp.com
Add a new ddr script, defconfig for ND
What does ND, LD and OD stand for?
Configure the clock for ND mode changing A35 to 960M for OD mode
s/960M/960MHz
Update NIC CLK for the various modes Introduce clock_init_early/late, late is used after pmic voltage setting, early is used in the very early stage for upower mu, lpuart and etc.
Note: NIC runs at 324MHz, 442MHz has some random kernel hang issue with cpuidle enabled now.
Reviewed-by: Ye Li ye.li@nxp.com Signed-off-by: Peng Fan peng.fan@nxp.com
+config IMX8ULP_LD_MODE
bool
default n
'default n' is already the default. Just remove it.