diff mbox series

docs: dt: writing-bindings: Update URL to DT schemas

Message ID 20220627223950.35748-1-paul@crapouillou.net
State Accepted, archived
Headers show
Series docs: dt: writing-bindings: Update URL to DT schemas | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success

Commit Message

Paul Cercueil June 27, 2022, 10:39 p.m. UTC
The previous URL was giving a 404 error.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 Documentation/devicetree/bindings/writing-bindings.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski June 29, 2022, 10:37 a.m. UTC | #1
On 28/06/2022 00:39, Paul Cercueil wrote:
> The previous URL was giving a 404 error.
> 
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> ---
>  Documentation/devicetree/bindings/writing-bindings.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof
Rob Herring (Arm) June 30, 2022, 9:38 p.m. UTC | #2
On Mon, 27 Jun 2022 23:39:50 +0100, Paul Cercueil wrote:
> The previous URL was giving a 404 error.
> 
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> ---
>  Documentation/devicetree/bindings/writing-bindings.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!
diff mbox series

Patch

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?