]> Git Repo - linux.git/commitdiff
dt-bindings: clock: samsung: fix header path in example
authorKrzysztof Kozlowski <[email protected]>
Tue, 31 Aug 2021 13:06:43 +0000 (15:06 +0200)
committerStephen Boyd <[email protected]>
Wed, 1 Sep 2021 05:27:20 +0000 (22:27 -0700)
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 <[email protected]>
Reported-by: Rob Herring <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml

index 7b405bcd6fef100c85ad6b1c60792b8ae8ad6ea5..1ed64add4355d34819275eafea95440c03868b07 100644 (file)
@@ -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>;
This page took 0.058101 seconds and 4 git commands to generate.