From ba61030159eeb4eab59d6743a591f9c521794871 Mon Sep 17 00:00:00 2001 From: "Clivia.Cai" Date: Fri, 1 Jul 2022 14:26:47 +0800 Subject: [PATCH] reset:starfive:jh7110: update macro definition. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit remove all “si5“ keyword from reset header file. Signed-off-by: Clivia.Cai --- include/dt-bindings/reset/starfive-jh7110.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/dt-bindings/reset/starfive-jh7110.h b/include/dt-bindings/reset/starfive-jh7110.h index 2d960d3..538070f 100644 --- a/include/dt-bindings/reset/starfive-jh7110.h +++ b/include/dt-bindings/reset/starfive-jh7110.h @@ -135,11 +135,11 @@ #define RSTN_U1_CAN_CTRL_APB 114 #define RSTN_U1_CAN_CTRL_CORE 115 #define RSTN_U1_CAN_CTRL_TIMER 116 -#define RSTN_U0_SI5_TIMER_APB 117 -#define RSTN_U0_SI5_TIMER_TIMER0 118 -#define RSTN_U0_SI5_TIMER_TIMER1 119 -#define RSTN_U0_SI5_TIMER_TIMER2 120 -#define RSTN_U0_SI5_TIMER_TIMER3 121 +#define RSTN_U0_TIMER_APB 117 +#define RSTN_U0_TIMER_TIMER0 118 +#define RSTN_U0_TIMER_TIMER1 119 +#define RSTN_U0_TIMER_TIMER2 120 +#define RSTN_U0_TIMER_TIMER3 121 #define RSTN_U0_INT_CTRL_APB 122 #define RSTN_U0_TEMP_SENSOR_APB 123 #define RSTN_U0_TEMP_SENSOR_TEMP 124 -- 2.7.4