Skip to content

Commit f10e671

Browse files
committed
[nrf fromtree] 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 <[email protected]> (cherry picked from commit d215f5e)
1 parent 8876f35 commit f10e671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soc/nordic/nrf54h/bicr/bicr-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"title": "Power supply scheme",
1212
"enumNames": [
1313
"Unconfigured (system will not boot)",
14-
"VDDH supplied with 2.1-5.5 V and VDD regulated by the chip (inductor present)",
15-
"Both VDD and VDDH supplied with 1.8 V (inductor present)"
14+
"Both VDD and VDDH supplied with 1.8 V (inductor present)",
15+
"VDDH supplied with 2.1-5.5 V and VDD regulated by the chip (inductor present)"
1616
],
1717
"enum": [
1818
"UNCONFIGURED",

0 commit comments

Comments
 (0)