Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: Move versaclock.h to dt-bindings/clock

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@gmail.com>
Link: https://lore.kernel.org/r/20220613081632.2159-3-lukas.bulwahn@gmail.com
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Lukas Bulwahn and committed by
Stephen Boyd
ba6165bc 0384759b

+5 -5
+2 -2
Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
··· 108 108 properties: 109 109 idt,mode: 110 110 description: 111 - The output drive mode. Values defined in dt-bindings/clk/versaclock.h 111 + The output drive mode. Values defined in dt-bindings/clock/versaclock.h 112 112 $ref: /schemas/types.yaml#/definitions/uint32 113 113 minimum: 0 114 114 maximum: 6 ··· 151 151 152 152 examples: 153 153 - | 154 - #include <dt-bindings/clk/versaclock.h> 154 + #include <dt-bindings/clock/versaclock.h> 155 155 156 156 /* 25MHz reference crystal */ 157 157 ref25: ref25m {
+1 -1
arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi
··· 5 5 6 6 #include <dt-bindings/gpio/gpio.h> 7 7 #include <dt-bindings/input/input.h> 8 - #include <dt-bindings/clk/versaclock.h> 8 + #include <dt-bindings/clock/versaclock.h> 9 9 10 10 / { 11 11 backlight_lvds: backlight-lvds {
+1 -1
arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
··· 4 4 */ 5 5 6 6 #include <dt-bindings/gpio/gpio.h> 7 - #include <dt-bindings/clk/versaclock.h> 7 + #include <dt-bindings/clock/versaclock.h> 8 8 9 9 / { 10 10 memory@48000000 {
+1 -1
drivers/clk/clk-versaclock5.c
··· 24 24 #include <linux/regmap.h> 25 25 #include <linux/slab.h> 26 26 27 - #include <dt-bindings/clk/versaclock.h> 27 + #include <dt-bindings/clock/versaclock.h> 28 28 29 29 /* VersaClock5 registers */ 30 30 #define VC5_OTP_CONTROL 0x00
include/dt-bindings/clk/versaclock.h include/dt-bindings/clock/versaclock.h