Skip to content

Commit

Permalink
imxrt: imxrt11xx set core clock to 1p15v regardless of ocotp
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervdPerk-NXP committed Jun 26, 2024
1 parent c3b05bd commit 0d30169
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions arch/arm/src/imxrt/imxrt_clockconfig_ver2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 0d30169

Please sign in to comment.