Skip to content

Commit a4c0590

Browse files
kwillis01praneethbajjuri
authored andcommitted
refactor(linux): AM62*: Add LPM subheading and name tables
Add a subheading for the power performance of LPM. Add the table names to the csv-table instead of being text before the table. Signed-off-by: Kendall Willis <[email protected]>
1 parent b1877c0 commit a4c0590

File tree

4 files changed

+17
-21
lines changed

4 files changed

+17
-21
lines changed

source/devices/AM62AX/linux/Linux_Performance_Guide.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -702,9 +702,10 @@ Listed for each algorithm are the code snippets used to run each benchmark test.
702702
Low Power Performance
703703
-------------------------
704704

705-
Table: **Deep sleep**
705+
Power Performance
706+
^^^^^^^^^^^^^^^^^
706707

707-
.. csv-table::
708+
.. csv-table:: Deep Sleep Power Performance
708709
:header: "Rail name","Rail voltage(V)","Power (mW)"
709710

710711
"vdd_core","0.85","19.16"
@@ -715,9 +716,7 @@ Table: **Deep sleep**
715716
"vdd_lpddr4","1.10","3.59"
716717
"Total"," ","42.96"
717718

718-
Table: **MCU only**
719-
720-
.. csv-table::
719+
.. csv-table:: MCU Only Power Performance
721720
:header: "Rail name","Rail voltage(V)","Power (mW)"
722721

723722
"vdd_core","0.85","199.73"

source/devices/AM62LX/linux/Linux_Performance_Guide.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -806,12 +806,13 @@ USB Device Controller
806806
Low Power Performance
807807
---------------------
808808

809+
Power Performance
810+
^^^^^^^^^^^^^^^^^
811+
809812
These are power measurements taken while the device is in various low power modes like
810813
Deep Sleep and RTC Only + DDR.
811814

812-
Table: **Deep sleep**
813-
814-
.. csv-table::
815+
.. csv-table:: Deep Sleep Power Performance
815816
:header: "Rail name","Rail voltage(V)","Power (mW)"
816817

817818
"vdd_core", "0.75", "4.88"
@@ -823,9 +824,7 @@ Table: **Deep sleep**
823824
"vdd_rtc_1v8", "1.80", "0.01"
824825
"Total"," ","~11.04"
825826

826-
Table: **RTC Only + DDR**
827-
828-
.. csv-table::
827+
.. csv-table:: RTC Only + DDR Power Performance
829828
:header: "Rail name","Rail voltage(V)","Power (mW)"
830829

831830
"vdd_core", "0.00", "0.00"

source/devices/AM62PX/linux/Linux_Performance_Guide.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -970,9 +970,10 @@ Listed for each algorithm are the code snippets used to run each
970970
Low Power Performance
971971
---------------------
972972

973-
Table: **Deep sleep**
973+
Power Performance
974+
^^^^^^^^^^^^^^^^^
974975

975-
.. csv-table::
976+
.. csv-table:: Deep Sleep Power Performance
976977
:header: "Rail name","Rail voltage(V)","Power (mW)"
977978

978979
"vdd_core","0.85","8.95"
@@ -983,9 +984,7 @@ Table: **Deep sleep**
983984
"vdd_lpddr4","1.10","0.46"
984985
"Total"," ","88.66"
985986

986-
Table: **MCU only**
987-
988-
.. csv-table::
987+
.. csv-table:: MCU Only Power Performance
989988
:header: "Rail name","Rail voltage(V)","Power (mW)"
990989

991990
"vdd_core","0.85","211.34"

source/devices/AM62X/linux/Linux_Performance_Guide.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,9 +1126,10 @@ IPSec Software Performance
11261126
Low Power Performance
11271127
-------------------------
11281128

1129-
Table: **Deep sleep**
1129+
Power Performance
1130+
^^^^^^^^^^^^^^^^^
11301131

1131-
.. csv-table::
1132+
.. csv-table:: Deep Sleep Power Performance
11321133
:header: "Rail name","Rail voltage(V)","Power (mW)"
11331134

11341135
"vdd_core","0.85","8.53"
@@ -1139,9 +1140,7 @@ Table: **Deep sleep**
11391140
"vdd_ddr4","1.10","7.50"
11401141
"Total"," ","24.37"
11411142

1142-
Table: **MCU only**
1143-
1144-
.. csv-table::
1143+
.. csv-table:: MCU Only Power Performance
11451144
:header: "Rail name","Rail voltage(V)","Power (mW)"
11461145

11471146
"vdd_core","0.85","109.46"

0 commit comments

Comments
 (0)