diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2021-05-12 18:23:11 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-05-18 04:05:49 +0300 |
commit | d0413118bbc306070d97c6a218960c39cb92ab5d (patch) | |
tree | d405bbf47c267e8ef5550d4d4aed56d9e51e21f6 /Documentation/devicetree/bindings/writing-bindings.rst | |
parent | d1dd216738f54c7a29a608c33ac98ce1f41e8fda (diff) | |
download | linux-d0413118bbc306070d97c6a218960c39cb92ab5d.tar.xz |
docs: dt: remove stale property-units.txt, link to current schema
property-units.txt is not maintained anymore. New suffixes are now
supported that have not been added here.
To avoid people incorrectly think a given suffix is not in the list remove
the file entirely and point to the authoritative place where the
recommended suffixes are maintained.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Link: https://lore.kernel.org/r/20210512152311.7399-1-luca@lucaceresoli.net
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/writing-bindings.rst')
-rw-r--r-- | Documentation/devicetree/bindings/writing-bindings.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/writing-bindings.rst b/Documentation/devicetree/bindings/writing-bindings.rst index 45ff426d0019..f7dfb98c156e 100644 --- a/Documentation/devicetree/bindings/writing-bindings.rst +++ b/Documentation/devicetree/bindings/writing-bindings.rst @@ -52,7 +52,8 @@ Properties constraints specific to the device. - DO use common property unit suffixes for properties with scientific units. - See property-units.txt. + Recommended suffixes are listed at + https://github.com/devicetree-org/dt-schema/blob/master/schemas/property-units.yaml - DO define properties in terms of constraints. How many entries? What are possible values? What is the order? |