soc: nordic: 54h20: bicr: Fix order of enum
The order of the enumNames array needs to match the actual enum values array below it. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
4a468e93cd
commit
d215f5efec
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
"title": "Power supply scheme",
|
||||
"enumNames": [
|
||||
"Unconfigured (system will not boot)",
|
||||
"VDDH supplied with 2.1-5.5 V and VDD regulated by the chip (inductor present)",
|
||||
"Both VDD and VDDH supplied with 1.8 V (inductor present)"
|
||||
"Both VDD and VDDH supplied with 1.8 V (inductor present)",
|
||||
"VDDH supplied with 2.1-5.5 V and VDD regulated by the chip (inductor present)"
|
||||
],
|
||||
"enum": [
|
||||
"UNCONFIGURED",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue