[PATCH] dt-bindings: power: renesas,rcar-sysc: correct typo in path

Krzysztof Kozlowski posted 1 patch 4 years, 2 months ago
Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: power: renesas,rcar-sysc: correct typo in path
Posted by Krzysztof Kozlowski 4 years, 2 months ago
Fix typo '.' -> '/' in the path to headers.

Fixes: 981a34054038 ("dt-bindings: power: renesas,rcar-sysc: drop useless consumer example")
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml
index bd9608c83c3f..76c417990f12 100644
--- a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml
+++ b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml
@@ -14,7 +14,7 @@ description: |
   The R-Car (RZ/G) System Controller provides power management for the CPU
   cores and various coprocessors.
   The power domain IDs for consumers are defined in header files::
-  include.dt-bindings/power/r8*-sysc.h
+  include/dt-bindings/power/r8*-sysc.h
 
 properties:
   compatible:
-- 
2.32.0
Re: [PATCH] dt-bindings: power: renesas,rcar-sysc: correct typo in path
Posted by Rob Herring 4 years, 2 months ago
On Mon, 11 Apr 2022 11:53:17 +0200, Krzysztof Kozlowski wrote:
> Fix typo '.' -> '/' in the path to headers.
> 
> Fixes: 981a34054038 ("dt-bindings: power: renesas,rcar-sysc: drop useless consumer example")
> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!