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.

Power off control of AM3358 and usage of PMIC PWRHOLD

Other Parts Discussed in Thread: AM3358

We are using the TPS65910A3 to power the AM3358. One of the connections between the two devices is the PMIC_PWR_EN that could be connected to the PWRHOLD input of the PMIC.

We are a bit confused how to power-off the combination.

I see two possibilities:

1-  If I have read the technical manual of the AM335X MPU (SPRUH73G) correctly, the PMIC_PWR_EN output is either always '1', or controlled by ALARM2 event (page 3651). In case PMIC_PWR_EN is controlled by ALARM2, then an ALARM2 event will generate a ON->OFF transition in the PMIC.

2- The PMIC_PWR_EN is also mentioned in an earlier post on this forum (http://e2e.ti.com/support/arm/sitara_arm/f/791/p/239414/837970.aspx#837970),

"When you disconnect the signal PMIC_POWER_EN (Ball C6 on ZCZ package) you should pullup PWRHOLD (pin 1 on TPS65910) to the VDDIO voltage of the PMIC through a 10kOhm resistor. Check the Starter Kit schematics (http://processors.wiki.ti.com/index.php/AM335x_StarterKit_Board_Design_Files)."

In this schematic the PWRHOLD is connected to VAUX33. However, in the TPS65910x Schematic Checklist (SWCA139B) is noted: "If control is not required, then can be tied to VRTC".

In this case the device can be powered off by writing the DEV_OFF bit to register 0x31 of the PMIC.

Questions:

A- Does someone know if there are any drawbacks for using method 2 with respect to method 1?

B- To which voltage must the PWRHOLD be tied in method 2? VAUX33 or VRTC?

  • A. The only differnce b/w two approached is that in approcah 1 process will have a control on turn of the PMIC using PWRHOLD pin but in approach 2 process will not .

    PWRHOLD has to stay high to keep the pmic active other wise pmic will turn off within 1 sec of power off. so either you connect it to PWR_EN or AUX33 motive is the same.

    B, it is recommend it to connect to PWRHOLD to VDDIO domain.

  • Thank you for the answer on A.

    Puneet Sehgal said:

    B, it is recommend it to connect to PWRHOLD to VDDIO domain.

    I am totally confused. Now I have three recommendations: VDDIO, VAUX33 (starterkit), and VRTC (checklist).

    On page 3 of the tps65910A3 datasheet (SWCS046Q) under the absolute ratings table note (1) regarding PWRHOLD says: "I/O supplied from VDDIO but which can be driven from to a VBAT voltage level". This would suggest that VDDIO might be correct?

  • Input voltage range for PWRHOLD is 1.65 min  VDDIO nominal and 5.5V max.

    Now since PWRHOLD is in VDDIO domain so we recommend it to connect is to either 1.8 or 3.3v  because VDDIO is 1.8v or 3.3v typically.

    on the starter kit VAux33 is at 3.3v so they might have used this 3.3v supply to connect PWRHOLD pin.