Skip to content

Commit 3892e95

Browse files
committed
feat(linux): AM62Lx: Add performance numbers for RTC Only mode
Add power measured in RTC Only low power mode and resume latency taken to resume from RTC Only low power mode on AM62L EVM. Signed-off-by: Akashdeep Kaur <a-kaur@ti.com>
1 parent 210735d commit 3892e95

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

source/devices/AM62LX/linux/Linux_Performance_Guide.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ Power Performance
710710
^^^^^^^^^^^^^^^^^
711711

712712
These are power measurements taken while the device is in various low power modes like
713-
Deep Sleep and RTC Only + DDR.
713+
Deep Sleep, RTC Only + DDR, and RTC Only.
714714

715715
.. csv-table:: Deep Sleep Power Performance
716716
:header: "Rail name","Rail voltage(V)","Power (mW)"
@@ -736,12 +736,25 @@ Deep Sleep and RTC Only + DDR.
736736
"vdd_rtc_1v8", "1.80", "0.02"
737737
"Total"," ","3.62"
738738

739+
.. csv-table:: RTC Only Power Performance
740+
:header: "Rail name","Rail voltage(V)","Power (mW)"
741+
742+
"vdd_core", "0.00", "0.00"
743+
"soc_dvdd_1v8", "0.00", "0.00"
744+
"soc_dvdd_3v3", "0.00", "0.00"
745+
"vdda_1v8", "0.00", "0.00"
746+
"vdd_lpddr4_pmic2", "0.00", "0.00"
747+
"vdd_rtc", "0.75", "0.02"
748+
"vdd_rtc_1v8", "1.80", "0.01"
749+
"Total"," ","0.04"
750+
739751
Resume Latency Performance
740752
^^^^^^^^^^^^^^^^^^^^^^^^^^
741753

742754
.. csv-table:: LPM Resume Latency Performance
743755
:header: "Low Power Mode","Total Resume Latency (ms)"
744756

757+
"RTC Only", "Full cold boot (~seconds)"
745758
"RTC Only + DDR", "456.44"
746759
"Deep Sleep", "109.96"
747760

0 commit comments

Comments
 (0)