Skip to content

Commit 46d4ee4

Browse files
krzkbebarino
authored andcommitted
dt-bindings: clock: samsung: fix header path in example
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: 7ac6157 ("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]>
1 parent faa6a1f commit 46d4ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ additionalProperties: false
5252

5353
examples:
5454
- |
55-
#include <dt-bindings/clock/exynos4412.h>
55+
#include <dt-bindings/clock/exynos4.h>
5656
clock-controller@10048000 {
5757
compatible = "samsung,exynos4412-isp-clock";
5858
reg = <0x10048000 0x1000>;

0 commit comments

Comments
 (0)