Skip to content

Commit 0384759

Browse files
bulwahnbebarino
authored andcommitted
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 8e28918 ("dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock") and commit 35d35aa ("dt-bindings: clock: Move at91.h to dt-bindigs/clock"). Signed-off-by: Lukas Bulwahn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Charles Keepax <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 568035b commit 0384759

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Documentation/devicetree/bindings/mfd/cirrus,lochnagar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ additionalProperties: false
261261

262262
examples:
263263
- |
264-
#include <dt-bindings/clk/lochnagar.h>
264+
#include <dt-bindings/clock/lochnagar.h>
265265
#include <dt-bindings/pinctrl/lochnagar.h>
266266
i2c@e0004000 {
267267
#address-cells = <1>;

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4957,7 +4957,7 @@ F: drivers/hwmon/lochnagar-hwmon.c
49574957
F: drivers/mfd/lochnagar-i2c.c
49584958
F: drivers/pinctrl/cirrus/pinctrl-lochnagar.c
49594959
F: drivers/regulator/lochnagar-regulator.c
4960-
F: include/dt-bindings/clk/lochnagar.h
4960+
F: include/dt-bindings/clock/lochnagar.h
49614961
F: include/dt-bindings/pinctrl/lochnagar.h
49624962
F: include/linux/mfd/lochnagar*
49634963
F: sound/soc/codecs/lochnagar-sc.c

drivers/clk/clk-lochnagar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <linux/mfd/lochnagar1_regs.h>
2020
#include <linux/mfd/lochnagar2_regs.h>
2121

22-
#include <dt-bindings/clk/lochnagar.h>
22+
#include <dt-bindings/clock/lochnagar.h>
2323

2424
#define LOCHNAGAR_NUM_CLOCKS (LOCHNAGAR_SPDIF_CLKOUT + 1)
2525

0 commit comments

Comments
 (0)