@@ -130,17 +130,17 @@ static void pxa168_pll_init(struct pxa168_clk_unit *pxa_unit)
130
130
static DEFINE_SPINLOCK (uart0_lock );
131
131
static DEFINE_SPINLOCK (uart1_lock );
132
132
static DEFINE_SPINLOCK (uart2_lock );
133
- static const char * uart_parent_names [] = {"pll1_3_16" , "uart_pll" };
133
+ static const char * const uart_parent_names [] = {"pll1_3_16" , "uart_pll" };
134
134
135
135
static DEFINE_SPINLOCK (ssp0_lock );
136
136
static DEFINE_SPINLOCK (ssp1_lock );
137
137
static DEFINE_SPINLOCK (ssp2_lock );
138
138
static DEFINE_SPINLOCK (ssp3_lock );
139
139
static DEFINE_SPINLOCK (ssp4_lock );
140
- static const char * ssp_parent_names [] = {"pll1_96" , "pll1_48" , "pll1_24" , "pll1_12" };
140
+ static const char * const ssp_parent_names [] = {"pll1_96" , "pll1_48" , "pll1_24" , "pll1_12" };
141
141
142
142
static DEFINE_SPINLOCK (timer_lock );
143
- static const char * timer_parent_names [] = {"pll1_48" , "clk32" , "pll1_96" , "pll1_192" };
143
+ static const char * const timer_parent_names [] = {"pll1_48" , "clk32" , "pll1_96" , "pll1_192" };
144
144
145
145
static DEFINE_SPINLOCK (reset_lock );
146
146
@@ -192,16 +192,16 @@ static void pxa168_apb_periph_clk_init(struct pxa168_clk_unit *pxa_unit)
192
192
193
193
static DEFINE_SPINLOCK (sdh0_lock );
194
194
static DEFINE_SPINLOCK (sdh1_lock );
195
- static const char * sdh_parent_names [] = {"pll1_12" , "pll1_13" };
195
+ static const char * const sdh_parent_names [] = {"pll1_12" , "pll1_13" };
196
196
197
197
static DEFINE_SPINLOCK (usb_lock );
198
198
199
199
static DEFINE_SPINLOCK (disp0_lock );
200
- static const char * disp_parent_names [] = {"pll1_2" , "pll1_12" };
200
+ static const char * const disp_parent_names [] = {"pll1_2" , "pll1_12" };
201
201
202
202
static DEFINE_SPINLOCK (ccic0_lock );
203
- static const char * ccic_parent_names [] = {"pll1_2" , "pll1_12" };
204
- static const char * ccic_phy_parent_names [] = {"pll1_6" , "pll1_12" };
203
+ static const char * const ccic_parent_names [] = {"pll1_2" , "pll1_12" };
204
+ static const char * const ccic_phy_parent_names [] = {"pll1_6" , "pll1_12" };
205
205
206
206
static struct mmp_param_mux_clk apmu_mux_clks [] = {
207
207
{0 , "sdh0_mux" , sdh_parent_names , ARRAY_SIZE (sdh_parent_names ), CLK_SET_RATE_PARENT , APMU_SDH0 , 6 , 1 , 0 , & sdh0_lock },
0 commit comments