imxrt: imxrt11xx set core clock to 1p15v regardless of ocotp

This commit is contained in:
Peter van der Perk 2024-06-26 09:01:18 +02:00 committed by David Sidrane
parent e14ae3e681
commit 6899add8e3
1 changed files with 1 additions and 9 deletions

View File

@ -670,15 +670,7 @@ void imxrt_clockconfig()
/* Set Soc VDD and wait for it to stablise */
if ((getreg32(IMXRT_OCOTP_FUSE(16)) == 0x57ac5969)
&& ((getreg32(IMXRT_OCOTP_FUSE(17)) & 0xffu) == 0x0b))
{
imxrt_pmu_vdd1p0_buckmode_targetvoltage(dcdc_1p0bucktarget1p15v);
}
else
{
imxrt_pmu_vdd1p0_buckmode_targetvoltage(dcdc_1p0bucktarget1p125v);
}
imxrt_pmu_vdd1p0_buckmode_targetvoltage(dcdc_1p0bucktarget1p15v);
/* FUSE FBB bit so that FBB has to be enabled */