mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
45a41875fa
Interconnects often quantify their performance points in terms of bandwidth. So, add opp-peak-kBps (required) and opp-avg-kBps (optional) to allow specifying Bandwidth OPP tables in DT. opp-peak-kBps is a required property that replaces opp-hz for Bandwidth OPP tables. opp-avg-kBps is an optional property that can be used in Bandwidth OPP tables. Signed-off-by: Saravana Kannan <saravanak@google.com> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org> Reviewed-by: Sibi Sankar <sibis@codeaurora.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
Standard Unit Suffixes for Property names
|
|
|
|
Properties which have a unit of measure are recommended to have a unit
|
|
suffix appended to the property name. The list below contains the
|
|
recommended suffixes. Other variations exist in bindings, but should not
|
|
be used in new bindings or added here. The inconsistency in the unit
|
|
prefixes is due to selecting the most commonly used variants.
|
|
|
|
It is also recommended to use the units listed here and not add additional
|
|
unit prefixes.
|
|
|
|
Time/Frequency
|
|
----------------------------------------
|
|
-mhz : megahertz
|
|
-hz : hertz (preferred)
|
|
-sec : second
|
|
-ms : millisecond
|
|
-us : microsecond
|
|
-ns : nanosecond
|
|
|
|
Distance
|
|
----------------------------------------
|
|
-mm : millimeter
|
|
|
|
Electricity
|
|
----------------------------------------
|
|
-microamp : microampere
|
|
-microamp-hours : microampere hour
|
|
-ohms : ohm
|
|
-micro-ohms : microohm
|
|
-microwatt-hours: microwatt hour
|
|
-microvolt : microvolt
|
|
-picofarads : picofarad
|
|
-femtofarads : femtofarad
|
|
|
|
Temperature
|
|
----------------------------------------
|
|
-celsius : degree Celsius
|
|
-millicelsius : millidegree Celsius
|
|
|
|
Pressure
|
|
----------------------------------------
|
|
-kpascal : kilopascal
|
|
|
|
Throughput
|
|
----------------------------------------
|
|
-kBps : kilobytes per second
|