commit | 3c32fdf9081323595a4c2f72cecb3282783e3540 | [log] [tgz] |
---|---|---|
author | Ingrid Chen <ingrid.chen.wiwynn@gmail.com> | Wed Jul 31 11:20:45 2024 +0800 |
committer | Ingrid Chen <ingrid.chen.wiwynn@gmail.com> | Mon Aug 05 02:30:50 2024 +0000 |
tree | ef6692591047c5387998487ec594763b1934b35b | |
parent | ef095a7908b5d8154b7d0730548736874cae1f92 [diff] |
configurations: yosemite4: Fan Board support slot number Support fan board with slot number Change-Id: I6da95389b406b389e60cd0adcf12e8acba8b3c46 Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
diff --git a/configurations/yosemite4_fanboard_fsc_max_adc_ti.json b/configurations/yosemite4_fanboard_fsc_max_adc_ti.json index 4be4120..580b3ed 100644 --- a/configurations/yosemite4_fanboard_fsc_max_adc_ti.json +++ b/configurations/yosemite4_fanboard_fsc_max_adc_ti.json
@@ -699,5 +699,8 @@ }, "xyz.openbmc_project.Inventory.Decorator.Revision": { "Version": "$PRODUCT_VERSION" + }, + "xyz.openbmc_project.Inventory.Decorator.Slot": { + "SlotNumber": "$bus % 30" } }
diff --git a/configurations/yosemite4_fanboard_fsc_nct_adc_max.json b/configurations/yosemite4_fanboard_fsc_nct_adc_max.json index 4b8bf23..c1ad628 100644 --- a/configurations/yosemite4_fanboard_fsc_nct_adc_max.json +++ b/configurations/yosemite4_fanboard_fsc_nct_adc_max.json
@@ -699,5 +699,8 @@ }, "xyz.openbmc_project.Inventory.Decorator.Revision": { "Version": "$PRODUCT_VERSION" + }, + "xyz.openbmc_project.Inventory.Decorator.Slot": { + "SlotNumber": "$bus % 30" } }