]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h
authorEmil Renner Berthing <kernel@esmil.dk>
Sat, 1 Apr 2023 11:19:17 +0000 (19:19 +0800)
committerConor Dooley <conor.dooley@microchip.com>
Wed, 5 Apr 2023 14:43:38 +0000 (15:43 +0100)
Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h for making
the code to be common.

Tested-by: Tommaso Merciai <tomm.merciai@gmail.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
drivers/clk/starfive/clk-starfive-jh7100-audio.c
drivers/clk/starfive/clk-starfive-jh7100.c
drivers/clk/starfive/clk-starfive-jh71x0.c
drivers/clk/starfive/clk-starfive-jh71x0.h [moved from drivers/clk/starfive/clk-starfive-jh7100.h with 100% similarity]

index 8473a65e219be732f8f2c6e9d67149ed2f4d03ae..db0d9533bd9c60a46de1ca497a7630113810cc71 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <dt-bindings/clock/starfive-jh7100-audio.h>
 
-#include "clk-starfive-jh7100.h"
+#include "clk-starfive-jh71x0.h"
 
 /* external clocks */
 #define JH7100_AUDCLK_AUDIO_SRC                        (JH7100_AUDCLK_END + 0)
index eea52f16af0d8e4a135f3e24a1cb05086f51bcd5..662eb8f74c120688cb85f7343bdee28cb7332ceb 100644 (file)
@@ -15,7 +15,7 @@
 
 #include <dt-bindings/clock/starfive-jh7100.h>
 
-#include "clk-starfive-jh7100.h"
+#include "clk-starfive-jh71x0.h"
 
 /* external clocks */
 #define JH7100_CLK_OSC_SYS             (JH7100_CLK_END + 0)
index 6c07b61b4a32ce6ec5ea205e0fceaf40248ca3bc..0140bdf27a013590ccb87b264f019c147b66e302 100644 (file)
@@ -10,7 +10,7 @@
 #include <linux/device.h>
 #include <linux/io.h>
 
-#include "clk-starfive-jh7100.h"
+#include "clk-starfive-jh71x0.h"
 
 static struct jh7100_clk *jh7100_clk_from(struct clk_hw *hw)
 {