diff options
author | Krzysztof Kozlowski <[email protected]> | 2021-08-31 15:06:43 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2021-08-31 22:27:20 -0700 |
commit | 46d4ee48aaef1671adfddbbde588af2259573ba7 (patch) | |
tree | 2007b11f230810ba67e58b43093e747926d9ef69 | |
parent | faa6a1f9de51bc56a9384864ced067f5fa4f9bf7 (diff) |
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: 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]>
-rw-r--r-- | Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |