OCTOSPI: Fix "MAXTRAN was in wrong yaml".

This commit is contained in:
JackN 2023-10-12 18:52:50 -04:00
parent af1a5f5877
commit 019e802e27
2 changed files with 4 additions and 4 deletions

View File

@ -294,6 +294,10 @@ fieldset/DCR2:
fieldset/DCR3:
description: device configuration register 3
fields:
- name: MAXTRAN
description: Maximum transfer
bit_offset: 0
bit_size: 8
- name: CSBOUND
description: 'NCS boundary. This field enables the transaction boundary feature. When active, a minimum value of 3 is recommended. The NCS is released on each boundary of 2CSBOUND bytes. others: NCS boundary set to 2CSBOUND bytes'
bit_offset: 16

View File

@ -294,10 +294,6 @@ fieldset/DCR2:
fieldset/DCR3:
description: device configuration register 3
fields:
- name: MAXTRAN
description: Maximum transfer
bit_offset: 0
bit_size: 8
- name: CSBOUND
description: 'NCS boundary. This field enables the transaction boundary feature. When active, a minimum value of 3 is recommended. The NCS is released on each boundary of 2CSBOUND bytes. others: NCS boundary set to 2CSBOUND bytes'
bit_offset: 16