Commit e19aa786 authored by Emil Renner Berthing's avatar Emil Renner Berthing Committed by Conor Dooley

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: default avatarTommaso Merciai <tomm.merciai@gmail.com>
Reviewed-by: default avatarConor Dooley <conor.dooley@microchip.com>
Reviewed-by: default avatarEmil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: default avatarEmil Renner Berthing <kernel@esmil.dk>
Signed-off-by: default avatarHal Feng <hal.feng@starfivetech.com>
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent 00f1cb17
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <dt-bindings/clock/starfive-jh7100-audio.h> #include <dt-bindings/clock/starfive-jh7100-audio.h>
#include "clk-starfive-jh7100.h" #include "clk-starfive-jh71x0.h"
/* external clocks */ /* external clocks */
#define JH7100_AUDCLK_AUDIO_SRC (JH7100_AUDCLK_END + 0) #define JH7100_AUDCLK_AUDIO_SRC (JH7100_AUDCLK_END + 0)
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <dt-bindings/clock/starfive-jh7100.h> #include <dt-bindings/clock/starfive-jh7100.h>
#include "clk-starfive-jh7100.h" #include "clk-starfive-jh71x0.h"
/* external clocks */ /* external clocks */
#define JH7100_CLK_OSC_SYS (JH7100_CLK_END + 0) #define JH7100_CLK_OSC_SYS (JH7100_CLK_END + 0)
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <linux/device.h> #include <linux/device.h>
#include <linux/io.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) static struct jh7100_clk *jh7100_clk_from(struct clk_hw *hw)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment