diff mbox series

dt-bindings: clock: samsung: fix header path in example

Message ID 20210831130643.83249-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State New, archived
Headers show
Series dt-bindings: clock: samsung: fix header path in example | expand

Commit Message

Krzysztof Kozlowski Aug. 31, 2021, 1:06 p.m. UTC
The proper header is exynos4.h:

    samsung,exynos4412-isp-clock.example.dts:19:18: fatal error: dt-bindings/clock/exynos4412.h: No such file or directory

Fixes: 7ac615780926 ("dt-bindings: clock: samsung: convert Exynos4 to dtschema")
Reported-by: Stephen Boyd <sboyd@kernel.org>
Reported-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

---

The SHA in fixes tag is from linux-next. Might not be stable.
---
 .../devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) Sept. 1, 2021, 1:45 a.m. UTC | #1
On Tue, 31 Aug 2021 15:06:43 +0200, Krzysztof Kozlowski wrote:
> The proper header is exynos4.h:
> 
>     samsung,exynos4412-isp-clock.example.dts:19:18: fatal error: dt-bindings/clock/exynos4412.h: No such file or directory
> 
> Fixes: 7ac615780926 ("dt-bindings: clock: samsung: convert Exynos4 to dtschema")
> Reported-by: Stephen Boyd <sboyd@kernel.org>
> Reported-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> 
> ---
> 
> The SHA in fixes tag is from linux-next. Might not be stable.
> ---
>  .../devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
Stephen Boyd Sept. 1, 2021, 5:27 a.m. UTC | #2
Quoting Krzysztof Kozlowski (2021-08-31 06:06:43)
> The proper header is exynos4.h:
> 
>     samsung,exynos4412-isp-clock.example.dts:19:18: fatal error: dt-bindings/clock/exynos4412.h: No such file or directory
> 
> Fixes: 7ac615780926 ("dt-bindings: clock: samsung: convert Exynos4 to dtschema")
> Reported-by: Stephen Boyd <sboyd@kernel.org>
> Reported-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> 
> ---

Applied to clk-next
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml b/Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml
index 7b405bcd6fef..1ed64add4355 100644
--- a/Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml
@@ -52,7 +52,7 @@  additionalProperties: false
 
 examples:
   - |
-    #include <dt-bindings/clock/exynos4412.h>
+    #include <dt-bindings/clock/exynos4.h>
     clock-controller@10048000 {
         compatible = "samsung,exynos4412-isp-clock";
         reg = <0x10048000 0x1000>;