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:
Carles Cufi 2025-06-17 14:17:39 +02:00 committed by Anas Nashif
commit d215f5efec

View file

@ -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",