This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA726: Question Regarding Warranty Scope for Using eFuse Offset at Low Frequencies

Part Number: DRA726

Tool/software:

Hello TI Support Team,

I am evaluating the DRA726 processor for product adoption

and have questions regarding CPU frequency scaling and voltage settings within warranty coverage.

Questions:

Does the proposed configuration remain within TI's warranty and support scope?

Specifically, using an eFuse offset of 0x0 (calibration value for 1000MHz) at low frequencies such as 400MHz or 600MHz.
In other words, is it appropriate to use the eFuse voltage calibrated for 1.0GHz (e.g., 1.06V) for a lower frequency like 400MHz or 600MHz?

■Current Configuration (SDK 6.03):

// arch/arm/boot/dts/dra7.dtsi
opp_supply_mpu: opp-supply@4a003b20 {
    compatible = "ti,omap5-opp-supply";
    reg = <0x4a003b20 0xc>;
    ti,efuse-settings = <
        /* uV     offset */
        1060000  0x0     // 1000MHz
        1160000  0x4     // 1500MHz  
        1210000  0x8     // 1760MHz
    >;
    ti,absolute-max-voltage-uv = <1500000>;
};

■Proposed Configuration: 

For power consumption reduction,

I am considering low CPU frequency operation (400MHz, 600MHz, 1000MHz):

ti,efuse-settings = <
    /* uV     offset */
    1060000  0x0     // 400MHz (reusing 1000MHz eFuse value)
    1060000  0x0     // 600MHz (reusing 1000MHz eFuse value)  
    1060000  0x0     // 1000MHz (original eFuse value)
>;

 

Information I Understand:

Based on previous e2e posts and documentation, I understand the following:

The general consensus is as follows:

  • Applying excessive voltage to lower frequencies can shorten the device’s lifespan.

I sincerely apologize for asking multiple questions.

I appreciate your help and look forward to your reply.

  • Hi Kota-san,

    Answering strictly from the hardware side (not necessarily the SDK) ...

    The efuse value for OPP_NOM should be used to set the PMIC voltage level for any frequency less than or equal to 1 GHz.  There is no lifespan impact in the scenario where you either choose to run at (say) 600 MHz (or a part number's max frequency is say 600 MHz) vs the max OPP_NOM frequency of 1 GHz.

    Regards,
    Kyle

  • Hello Kyle,

    Thank you very much for your kind support multiple times.
    All my questions regarding voltage and frequency have been addressed.

    Once again, I sincerely appreciate your assistance.

    Best regards,
    Kota