From d215f5efec6832ec52947e7384284414cdf0db14 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 17 Jun 2025 14:17:39 +0200 Subject: [PATCH] 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 --- soc/nordic/nrf54h/bicr/bicr-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soc/nordic/nrf54h/bicr/bicr-schema.json b/soc/nordic/nrf54h/bicr/bicr-schema.json index b43b7236a6b..70e133f6ae0 100644 --- a/soc/nordic/nrf54h/bicr/bicr-schema.json +++ b/soc/nordic/nrf54h/bicr/bicr-schema.json @@ -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",