From 36194f5e0e2ba0b7839b84b47a1622ca5c0a0653 Mon Sep 17 00:00:00 2001 From: hliangs90 Date: Wed, 14 Aug 2024 22:36:47 +0800 Subject: [PATCH] Add VersionPurpose CPLD To Support CPLD Component. Signed-off-by: hliangs90 --- yaml/xyz/openbmc_project/Software/Version.interface.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yaml/xyz/openbmc_project/Software/Version.interface.yaml b/yaml/xyz/openbmc_project/Software/Version.interface.yaml index ee4d5ac..3826af0 100644 --- a/yaml/xyz/openbmc_project/Software/Version.interface.yaml +++ b/yaml/xyz/openbmc_project/Software/Version.interface.yaml @@ -42,3 +42,6 @@ enumerations: - name: PSU description: > The version is a version for a PSU. + - name: CPLD + description: > + The version is a version for a CPLD. -- 2.25.1