aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2022-06-27 23:39:50 +0100
committerRob Herring <robh@kernel.org>2022-06-30 15:38:25 -0600
commitfbd2251d3ee9937ec21762dd7c785877e1c9faaa (patch)
tree8b6023f64fcd643be2ef00fadd7ccb1cb543d3fe
parentMerge branch 'dt/linus' into dt/next (diff)
downloadwireguard-linux-fbd2251d3ee9937ec21762dd7c785877e1c9faaa.tar.xz
wireguard-linux-fbd2251d3ee9937ec21762dd7c785877e1c9faaa.zip
docs: dt: writing-bindings: Update URL to DT schemas
The previous URL was giving a 404 error. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220627223950.35748-1-paul@crapouillou.net
-rw-r--r--Documentation/devicetree/bindings/writing-bindings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/writing-bindings.rst b/Documentation/devicetree/bindings/writing-bindings.rst
index 5465eced2af1..1ad081de2dd0 100644
--- a/Documentation/devicetree/bindings/writing-bindings.rst
+++ b/Documentation/devicetree/bindings/writing-bindings.rst
@@ -53,7 +53,7 @@ Properties
- DO use common property unit suffixes for properties with scientific units.
Recommended suffixes are listed at
- https://github.com/devicetree-org/dt-schema/blob/master/schemas/property-units.yaml
+ https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/property-units.yaml
- DO define properties in terms of constraints. How many entries? What are
possible values? What is the order?