commit | 8547215483ca4909c547a2abe9c8c3808843e6c3 | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Tue Apr 08 14:33:12 2025 +0200 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Thu Apr 10 11:27:41 2025 +0200 |
tree | fe11a453daca7004a8415a02b2bd49f94b69d6e5 | |
parent | 84c4a2f361aa9b0de88d80390631fe5b887e5d80 [diff] |
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/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"],