On Mon, 13 Jun 2022 10:16:32 +0200, Lukas Bulwahn wrote: > Most of the clock related dt-binding header files are located in > dt-bindings/clock folder. It would be good to keep all the similar > header files at a single location. > > This was discovered while investigating the state of ownership of the > files in include/dt-bindings/ according to the MAINTAINERS file. > > This change here is similar to commit 8e28918a85a0 ("dt-bindings: clock: > Move ti-dra7-atl.h to dt-bindings/clock") and commit 35d35aae8177 > ("dt-bindings: clock: Move at91.h to dt-bindigs/clock"). > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > --- > Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 4 ++-- > arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi | 2 +- > arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi | 2 +- > drivers/clk/clk-versaclock5.c | 2 +- > include/dt-bindings/{clk => clock}/versaclock.h | 0 > 5 files changed, 5 insertions(+), 5 deletions(-) > rename include/dt-bindings/{clk => clock}/versaclock.h (100%) > Acked-by: Rob Herring <robh@xxxxxxxxxx>