schemas: legacy: deduplicate XDPE152C4, XDPE152C4D

This is likely a typo as the PSUSensor in dbus-sensors only supports
XDPE152C4. The 'D' is for 'Version Control', and i assume no daemon
makes use of the difference (if there is any).

The only affected configuration is nf5280m7_baseboard.json
The contributor of the adjusted configuration is added for review.

Tested: Schema Validator Pass

References:
[1] https://www.infineon.com/cms/en/product/power/dc-dc-converters/digital-multiphase-controllers/xdpe152c4d-0000/
[2] https://www.infineon.com/dgdl/Infineon-XDPE152C4D-0000-DataSheet-v02_00-EN.pdf?fileId=8ac78c8c80027ecd018042f23aff00cc

Change-Id: I27ba4f7ba53b810f410c96a454949cf0ecf02e9d
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/configurations/nf5280m7_baseboard.json b/configurations/nf5280m7_baseboard.json
index e4985cb..64b7270 100644
--- a/configurations/nf5280m7_baseboard.json
+++ b/configurations/nf5280m7_baseboard.json
@@ -575,7 +575,7 @@
                     "Value": 1.153
                 }
             ],
-            "Type": "XDPE152C4D",
+            "Type": "XDPE152C4",
             "vout1_Name": "PVCCIN_CPU0"
         },
         {
@@ -630,7 +630,7 @@
                     "Value": 0.649
                 }
             ],
-            "Type": "XDPE152C4D",
+            "Type": "XDPE152C4",
             "vout1_Name": "PVCCINFAON_CPU0"
         },
         {
@@ -685,7 +685,7 @@
                     "Value": 0.92
                 }
             ],
-            "Type": "XDPE152C4D",
+            "Type": "XDPE152C4",
             "vout1_Name": "PVCCD_HV_CPU0"
         },
         {
@@ -740,7 +740,7 @@
                     "Value": 1.153
                 }
             ],
-            "Type": "XDPE152C4D",
+            "Type": "XDPE152C4",
             "vout1_Name": "PVCCIN_CPU1"
         },
         {
@@ -795,7 +795,7 @@
                     "Value": 0.652
                 }
             ],
-            "Type": "XDPE152C4D",
+            "Type": "XDPE152C4",
             "vout1_Name": "PVCCINFAON_CPU1"
         },
         {
@@ -850,7 +850,7 @@
                     "Value": 0.92
                 }
             ],
-            "Type": "XDPE152C4D",
+            "Type": "XDPE152C4",
             "vout1_Name": "PVCCD_HV_CPU1"
         },
         {
diff --git a/schemas/legacy.json b/schemas/legacy.json
index 39d57b5..52af738 100644
--- a/schemas/legacy.json
+++ b/schemas/legacy.json
@@ -1096,7 +1096,7 @@
                     "$ref": "#/$defs/Types/Thresholds"
                 },
                 "Type": {
-                    "enum": ["ISL69269", "XDPE152C4D"]
+                    "enum": ["ISL69269"]
                 }
             },
             "required": ["Name", "Type"],