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

clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h

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>

authored by

Emil Renner Berthing and committed by
Conor Dooley
e19aa786 00f1cb17

+3 -3
+1 -1
drivers/clk/starfive/clk-starfive-jh7100-audio.c
··· 16 16 17 17 #include <dt-bindings/clock/starfive-jh7100-audio.h> 18 18 19 - #include "clk-starfive-jh7100.h" 19 + #include "clk-starfive-jh71x0.h" 20 20 21 21 /* external clocks */ 22 22 #define JH7100_AUDCLK_AUDIO_SRC (JH7100_AUDCLK_END + 0)
+1 -1
drivers/clk/starfive/clk-starfive-jh7100.c
··· 15 15 16 16 #include <dt-bindings/clock/starfive-jh7100.h> 17 17 18 - #include "clk-starfive-jh7100.h" 18 + #include "clk-starfive-jh71x0.h" 19 19 20 20 /* external clocks */ 21 21 #define JH7100_CLK_OSC_SYS (JH7100_CLK_END + 0)
drivers/clk/starfive/clk-starfive-jh7100.h drivers/clk/starfive/clk-starfive-jh71x0.h
+1 -1
drivers/clk/starfive/clk-starfive-jh71x0.c
··· 10 10 #include <linux/device.h> 11 11 #include <linux/io.h> 12 12 13 - #include "clk-starfive-jh7100.h" 13 + #include "clk-starfive-jh71x0.h" 14 14 15 15 static struct jh7100_clk *jh7100_clk_from(struct clk_hw *hw) 16 16 {