mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 14:14:00 +08:00
e470f96fe9
Add entries for microwatt-hours and microamp-hours. Cc: Rob Herring <robh@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Matt Ranostay <matt@ranostay.consulting> Signed-off-by: Liam Breck <kernel@networkimprov.net> Acked-by: Sebastian Reichel <sre@kernel.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
42 lines
1.1 KiB
Plaintext
42 lines
1.1 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 : seconds
|
|
-ms : milliseconds
|
|
-us : microseconds
|
|
-ns : nanoseconds
|
|
|
|
Distance
|
|
----------------------------------------
|
|
-mm : millimeters
|
|
|
|
Electricity
|
|
----------------------------------------
|
|
-microamp : micro amps
|
|
-microamp-hours : micro amp-hours
|
|
-ohms : Ohms
|
|
-micro-ohms : micro Ohms
|
|
-microwatt-hours: micro Watt-hours
|
|
-microvolt : micro volts
|
|
|
|
Temperature
|
|
----------------------------------------
|
|
-celsius : Degrees Celsius
|
|
-millicelsius : Degreee milli-Celsius
|
|
|
|
Pressure
|
|
----------------------------------------
|
|
-kpascal : kiloPascal
|