On Wed, Aug 25, 2021 at 8:41 AM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> wrote: > > Merge Exynos4210 and Exynos4412 clock controller bindings to existing DT > schema. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > --- > .../bindings/clock/exynos4-clock.txt | 86 ------------------- > .../bindings/clock/samsung,exynos-clock.yaml | 3 + > .../clock/samsung,exynos4412-isp-clock.yaml | 64 ++++++++++++++ > 3 files changed, 67 insertions(+), 86 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/exynos4-clock.txt > create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.yaml [...] > +examples: > + - | > + #include <dt-bindings/clock/exynos4412.h> Where is this header? linux-next is now failing: Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.example.dts:19:18: fatal error: dt-bindings/clock/exynos4412.h: No such file or directory 19 | #include <dt-bindings/clock/exynos4412.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:398: Documentation/devicetree/bindings/clock/samsung,exynos4412-isp-clock.example.dt.yaml] Error 1 Rob