diff options
author | Paul Cercueil <paul@crapouillou.net> | 2021-10-16 15:33:21 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-11-12 05:27:14 +0100 |
commit | c4a11bf423ec84a16f7df0773041c29f2f305cc1 (patch) | |
tree | 2345d1b872d7a32d1e1dfca19be8a96b16dfdd5c /drivers/clk/ingenic/jz4725b-cgu.c | |
parent | Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-c4a11bf423ec84a16f7df0773041c29f2f305cc1.tar.xz linux-c4a11bf423ec84a16f7df0773041c29f2f305cc1.zip |
dt-bindings: Rename Ingenic CGU headers to ingenic,*.h
Tidy up a bit the tree, by prefixing all include/dt-bindings/clock/ files
related to Ingenic SoCs with 'ingenic,'.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211016133322.40771-1-paul@crapouillou.net
Diffstat (limited to 'drivers/clk/ingenic/jz4725b-cgu.c')
-rw-r--r-- | drivers/clk/ingenic/jz4725b-cgu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ingenic/jz4725b-cgu.c b/drivers/clk/ingenic/jz4725b-cgu.c index 5154b0cf8ad6..744d136b721b 100644 --- a/drivers/clk/ingenic/jz4725b-cgu.c +++ b/drivers/clk/ingenic/jz4725b-cgu.c @@ -10,7 +10,7 @@ #include <linux/delay.h> #include <linux/of.h> -#include <dt-bindings/clock/jz4725b-cgu.h> +#include <dt-bindings/clock/ingenic,jz4725b-cgu.h> #include "cgu.h" #include "pm.h" |