@@ -127,16 +127,16 @@ static void mmp2_pll_init(struct mmp2_clk_unit *pxa_unit)
127
127
static DEFINE_SPINLOCK (uart0_lock );
128
128
static DEFINE_SPINLOCK (uart1_lock );
129
129
static DEFINE_SPINLOCK (uart2_lock );
130
- static const char * uart_parent_names [] = {"uart_pll" , "vctcxo" };
130
+ static const char * const uart_parent_names [] = {"uart_pll" , "vctcxo" };
131
131
132
132
static DEFINE_SPINLOCK (ssp0_lock );
133
133
static DEFINE_SPINLOCK (ssp1_lock );
134
134
static DEFINE_SPINLOCK (ssp2_lock );
135
135
static DEFINE_SPINLOCK (ssp3_lock );
136
- static const char * ssp_parent_names [] = {"vctcxo_4" , "vctcxo_2" , "vctcxo" , "pll1_16" };
136
+ static const char * const ssp_parent_names [] = {"vctcxo_4" , "vctcxo_2" , "vctcxo" , "pll1_16" };
137
137
138
138
static DEFINE_SPINLOCK (timer_lock );
139
- static const char * timer_parent_names [] = {"clk32" , "vctcxo_4" , "vctcxo_2" , "vctcxo" };
139
+ static const char * const timer_parent_names [] = {"clk32" , "vctcxo_4" , "vctcxo_2" , "vctcxo" };
140
140
141
141
static DEFINE_SPINLOCK (reset_lock );
142
142
@@ -190,7 +190,7 @@ static void mmp2_apb_periph_clk_init(struct mmp2_clk_unit *pxa_unit)
190
190
}
191
191
192
192
static DEFINE_SPINLOCK (sdh_lock );
193
- static const char * sdh_parent_names [] = {"pll1_4" , "pll2" , "usb_pll" , "pll1" };
193
+ static const char * const sdh_parent_names [] = {"pll1_4" , "pll2" , "usb_pll" , "pll1" };
194
194
static struct mmp_clk_mix_config sdh_mix_config = {
195
195
.reg_info = DEFINE_MIX_REG_INFO (4 , 10 , 2 , 8 , 32 ),
196
196
};
@@ -201,11 +201,12 @@ static DEFINE_SPINLOCK(usbhsic1_lock);
201
201
202
202
static DEFINE_SPINLOCK (disp0_lock );
203
203
static DEFINE_SPINLOCK (disp1_lock );
204
- static const char * disp_parent_names [] = {"pll1" , "pll1_16" , "pll2" , "vctcxo" };
204
+ static const char * const disp_parent_names [] = {"pll1" , "pll1_16" , "pll2" , "vctcxo" };
205
205
206
206
static DEFINE_SPINLOCK (ccic0_lock );
207
207
static DEFINE_SPINLOCK (ccic1_lock );
208
- static const char * ccic_parent_names [] = {"pll1_2" , "pll1_16" , "vctcxo" };
208
+ static const char * const ccic_parent_names [] = {"pll1_2" , "pll1_16" , "vctcxo" };
209
+
209
210
static struct mmp_clk_mix_config ccic0_mix_config = {
210
211
.reg_info = DEFINE_MIX_REG_INFO (4 , 17 , 2 , 6 , 32 ),
211
212
};
0 commit comments