remove DSISEL from other register ymls where it is not present
This commit is contained in:
parent
dd12c3787a
commit
95ff92f362
@ -3073,9 +3073,10 @@ fieldset/D1CCIPR:
|
|||||||
bit_size: 2
|
bit_size: 2
|
||||||
enum: FMCSEL
|
enum: FMCSEL
|
||||||
- name: DSISEL
|
- name: DSISEL
|
||||||
description: kernel clock source selection
|
description: DSI clock source selection (not available on all chips)
|
||||||
bit_offset: 8
|
bit_offset: 8
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
|
enum: DSISEL
|
||||||
- name: SDMMCSEL
|
- name: SDMMCSEL
|
||||||
description: SDMMC kernel clock source selection
|
description: SDMMC kernel clock source selection
|
||||||
bit_offset: 16
|
bit_offset: 16
|
||||||
@ -3550,6 +3551,15 @@ enum/DFSDMSEL:
|
|||||||
- name: SYS
|
- name: SYS
|
||||||
description: System clock selected as peripheral clock
|
description: System clock selected as peripheral clock
|
||||||
value: 1
|
value: 1
|
||||||
|
enum/DSISEL:
|
||||||
|
bit_size: 1
|
||||||
|
variants:
|
||||||
|
- name: DSI_PHY
|
||||||
|
description: DSI-PHY used as DSI byte lane clock source (usual case)
|
||||||
|
value: 0
|
||||||
|
- name: PLL2_Q
|
||||||
|
description: PLL2_Q used as DSI byte lane clock source, used in case DSI PLL and DSI-PHY are off (low power mode)
|
||||||
|
value: 1
|
||||||
enum/FDCANSEL:
|
enum/FDCANSEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
|
@ -2018,10 +2018,6 @@ fieldset/D1CCIPR:
|
|||||||
bit_offset: 4
|
bit_offset: 4
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
enum: FMCSEL
|
enum: FMCSEL
|
||||||
- name: DSISEL
|
|
||||||
description: kernel clock source selection
|
|
||||||
bit_offset: 8
|
|
||||||
bit_size: 1
|
|
||||||
- name: SDMMCSEL
|
- name: SDMMCSEL
|
||||||
description: SDMMC kernel clock source selection
|
description: SDMMC kernel clock source selection
|
||||||
bit_offset: 16
|
bit_offset: 16
|
||||||
|
@ -3055,10 +3055,6 @@ fieldset/D1CCIPR:
|
|||||||
bit_offset: 4
|
bit_offset: 4
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
enum: FMCSEL
|
enum: FMCSEL
|
||||||
- name: DSISEL
|
|
||||||
description: kernel clock source selection
|
|
||||||
bit_offset: 8
|
|
||||||
bit_size: 1
|
|
||||||
- name: SDMMCSEL
|
- name: SDMMCSEL
|
||||||
description: SDMMC kernel clock source selection
|
description: SDMMC kernel clock source selection
|
||||||
bit_offset: 16
|
bit_offset: 16
|
||||||
|
@ -106,10 +106,10 @@ impl ParsedRccs {
|
|||||||
"AUDIOCLK",
|
"AUDIOCLK",
|
||||||
"PER",
|
"PER",
|
||||||
"CLK48",
|
"CLK48",
|
||||||
|
"DSI_PHY",
|
||||||
// TODO: variants to cleanup
|
// TODO: variants to cleanup
|
||||||
"AFIF",
|
"AFIF",
|
||||||
"HSI_HSE",
|
"HSI_HSE",
|
||||||
"DSI_PHY",
|
|
||||||
"HSI_Div488",
|
"HSI_Div488",
|
||||||
"SAI1_EXTCLK",
|
"SAI1_EXTCLK",
|
||||||
"SAI2_EXTCLK",
|
"SAI2_EXTCLK",
|
||||||
@ -120,7 +120,6 @@ impl ParsedRccs {
|
|||||||
"DAC_HOLD_2",
|
"DAC_HOLD_2",
|
||||||
"RTCCLK",
|
"RTCCLK",
|
||||||
"RTC_WKUP",
|
"RTC_WKUP",
|
||||||
"DSIPHY",
|
|
||||||
"ICLK",
|
"ICLK",
|
||||||
"DCLK",
|
"DCLK",
|
||||||
"I2S1",
|
"I2S1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user