@@ -129,7 +129,6 @@ static const struct stm32f4_gate_data stm32f429_gates[] __initconst = {
129
129
{ STM32F4_RCC_APB2ENR , 20 , "spi5" , "apb2_div" },
130
130
{ STM32F4_RCC_APB2ENR , 21 , "spi6" , "apb2_div" },
131
131
{ STM32F4_RCC_APB2ENR , 22 , "sai1" , "apb2_div" },
132
- { STM32F4_RCC_APB2ENR , 26 , "ltdc" , "apb2_div" },
133
132
};
134
133
135
134
static const struct stm32f4_gate_data stm32f469_gates [] __initconst = {
@@ -211,7 +210,6 @@ static const struct stm32f4_gate_data stm32f469_gates[] __initconst = {
211
210
{ STM32F4_RCC_APB2ENR , 20 , "spi5" , "apb2_div" },
212
211
{ STM32F4_RCC_APB2ENR , 21 , "spi6" , "apb2_div" },
213
212
{ STM32F4_RCC_APB2ENR , 22 , "sai1" , "apb2_div" },
214
- { STM32F4_RCC_APB2ENR , 26 , "ltdc" , "apb2_div" },
215
213
};
216
214
217
215
static const struct stm32f4_gate_data stm32f746_gates [] __initconst = {
@@ -286,7 +284,6 @@ static const struct stm32f4_gate_data stm32f746_gates[] __initconst = {
286
284
{ STM32F4_RCC_APB2ENR , 21 , "spi6" , "apb2_div" },
287
285
{ STM32F4_RCC_APB2ENR , 22 , "sai1" , "apb2_div" },
288
286
{ STM32F4_RCC_APB2ENR , 23 , "sai2" , "apb2_div" },
289
- { STM32F4_RCC_APB2ENR , 26 , "ltdc" , "apb2_div" },
290
287
};
291
288
292
289
static const struct stm32f4_gate_data stm32f769_gates [] __initconst = {
@@ -364,7 +361,6 @@ static const struct stm32f4_gate_data stm32f769_gates[] __initconst = {
364
361
{ STM32F4_RCC_APB2ENR , 21 , "spi6" , "apb2_div" },
365
362
{ STM32F4_RCC_APB2ENR , 22 , "sai1" , "apb2_div" },
366
363
{ STM32F4_RCC_APB2ENR , 23 , "sai2" , "apb2_div" },
367
- { STM32F4_RCC_APB2ENR , 26 , "ltdc" , "apb2_div" },
368
364
{ STM32F4_RCC_APB2ENR , 30 , "mdio" , "apb2_div" },
369
365
};
370
366
0 commit comments