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

Configure Feed

Select the types of activity you want to include in your feed.

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

Most of the clock-related dt-binding header files are located in
include/dt-bindings/clock. 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-2-lukas.bulwahn@gmail.com
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Lukas Bulwahn and committed by
Stephen Boyd
0384759b 568035b0

+3 -3
+1 -1
Documentation/devicetree/bindings/mfd/cirrus,lochnagar.yaml
··· 261 261 262 262 examples: 263 263 - | 264 - #include <dt-bindings/clk/lochnagar.h> 264 + #include <dt-bindings/clock/lochnagar.h> 265 265 #include <dt-bindings/pinctrl/lochnagar.h> 266 266 i2c@e0004000 { 267 267 #address-cells = <1>;
+1 -1
MAINTAINERS
··· 4957 4957 F: drivers/mfd/lochnagar-i2c.c 4958 4958 F: drivers/pinctrl/cirrus/pinctrl-lochnagar.c 4959 4959 F: drivers/regulator/lochnagar-regulator.c 4960 - F: include/dt-bindings/clk/lochnagar.h 4960 + F: include/dt-bindings/clock/lochnagar.h 4961 4961 F: include/dt-bindings/pinctrl/lochnagar.h 4962 4962 F: include/linux/mfd/lochnagar* 4963 4963 F: sound/soc/codecs/lochnagar-sc.c
+1 -1
drivers/clk/clk-lochnagar.c
··· 19 19 #include <linux/mfd/lochnagar1_regs.h> 20 20 #include <linux/mfd/lochnagar2_regs.h> 21 21 22 - #include <dt-bindings/clk/lochnagar.h> 22 + #include <dt-bindings/clock/lochnagar.h> 23 23 24 24 #define LOCHNAGAR_NUM_CLOCKS (LOCHNAGAR_SPDIF_CLKOUT + 1) 25 25
include/dt-bindings/clk/lochnagar.h include/dt-bindings/clock/lochnagar.h