summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-06-02 11:42:19 -0500
committerRob Herring <robh@kernel.org>2020-06-15 10:17:30 -0600
commitd954ea4250dcd2e843a951d382f369c60aaa30b9 (patch)
tree1ea62e3ede8840cc7c7beed611ac290ab0d72ef4
parent2f6e6e11b23f9ee83eb568e56ef9867ffed950ba (diff)
dt-bindings: property-units: Add picoseconds type
Add the '-ps' picosecond unit suffix for property names. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/property-units.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/property-units.txt b/Documentation/devicetree/bindings/property-units.txt
index c80a110c1e26..218f99fa311f 100644
--- a/Documentation/devicetree/bindings/property-units.txt
+++ b/Documentation/devicetree/bindings/property-units.txt
@@ -17,6 +17,7 @@ Time/Frequency
-ms : millisecond
-us : microsecond
-ns : nanosecond
+-ps : picosecond
Distance
----------------------------------------