[PATCH 2/4] dt-bindings: soc: bcm: use absolute path to other schema

From: Krzysztof Kozlowski
Date: Tue Jul 26 2022 - 07:59:12 EST


Absolute path to other DT schema is preferred over relative one.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml
index a6e8018084c6..e28ef198a801 100644
--- a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml
+++ b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml
@@ -14,7 +14,7 @@ maintainers:
- Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx>

allOf:
- - $ref: ../../watchdog/watchdog.yaml#
+ - $ref: /schemas/watchdog/watchdog.yaml#

properties:
compatible:
--
2.34.1