commit | 442152027c19f91cc2900b0542d09a81278b0abd | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Thu Apr 03 15:23:06 2025 +0200 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Mon Apr 07 15:34:33 2025 +0200 |
tree | 7e43bb5861b71d2078973296b0c0a449a87a7840 | |
parent | 5a0cf64b6757cdf8b71ec1027318952f4c0c972c [diff] [blame] |
schemas: legacy: refine 'BridgeGpio' 'BridgeGpio' was not clearly defined, define it according to the upstream configurations. 2 Configurations have been adjusted due to misconfiguration of 'Polarity' field. This change should have no effect on runtime behavior, the code has been checked [1]. Tested: Schema Validator Pass References: [1] https://github.com/openbmc/dbus-sensors/blob/408061153b93d3cf1699a019bc76dc5cc2b0c356/src/adc/ADCSensorMain.cpp#L284 Change-Id: Ic4167cbe371cb28d8ad8e8f375dfa5f9c4089019 Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/configurations/meta/yosemite4.json b/configurations/meta/yosemite4.json index 8b90d8a..a3b1ff9 100644 --- a/configurations/meta/yosemite4.json +++ b/configurations/meta/yosemite4.json
@@ -450,7 +450,7 @@ "BridgeGpio": [ { "Name": "EN_P3V_BAT_SCALED_R", - "Polarity": "H", + "Polarity": "High", "SetupTime": 1 } ],