25 lines
907 B
Diff
Executable File
25 lines
907 B
Diff
Executable File
From 9f6af2701407c166c87a328a2f2335546f3de078 Mon Sep 17 00:00:00 2001
|
|
From: "Wang.Bin" <Bin-B.Wang@luxshare-ict.com>
|
|
Date: Sun, 5 Jan 2025 16:39:13 +0800
|
|
Subject: [PATCH 2/2] Set PowerSupplyRedundancyEnabled to false by default
|
|
|
|
---
|
|
.../openbmc_project/Control/PowerSupplyRedundancy.interface.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml b/yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml
|
|
index 432b2c2..baec4f5 100644
|
|
--- a/yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml
|
|
+++ b/yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml
|
|
@@ -7,6 +7,7 @@ properties:
|
|
- const
|
|
description: >
|
|
When true, the power supplies are redundant.
|
|
+ default: false
|
|
- name: RotationEnabled
|
|
type: boolean
|
|
description: >
|
|
--
|
|
2.25.1
|
|
|