b0416a5c2c
- Why I did it Advance hw-mgmt service to V.7.0020.4100 Add missing thermal sensors that are supported by hw-mgmt package Delay system health service before hw-mgmt has started on Mellanox platform in order to avoid reading some sensors before ready. Depends on sonic-net/sonic-linux-kernel#305 - How I did it 1. Update hw mgmt version 2. Add missing sensors 3. Delay service - How to verify it Regression test. Signed-off-by: Stephen Sun <stephens@nvidia.com>
26 lines
718 B
Diff
26 lines
718 B
Diff
From 439639e939f896f9aee42a4dbd5216feb728220c Mon Sep 17 00:00:00 2001
|
|
From: Alexander Allen <arallen@nvidia.com>
|
|
Date: Thu, 17 Feb 2022 04:19:50 +0000
|
|
Subject: [PATCH 3/4] Remove unused non-upstream kernel modules from load
|
|
|
|
---
|
|
usr/etc/modules-load.d/05-hw-management-modules.conf | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/usr/etc/modules-load.d/05-hw-management-modules.conf b/usr/etc/modules-load.d/05-hw-management-modules.conf
|
|
index cfcfaa4..dd3b5ca 100644
|
|
--- a/usr/etc/modules-load.d/05-hw-management-modules.conf
|
|
+++ b/usr/etc/modules-load.d/05-hw-management-modules.conf
|
|
@@ -15,8 +15,6 @@ xdpe12284
|
|
mp2975
|
|
mp2888
|
|
i2c-mux-pca954x
|
|
-emc2305
|
|
-ti-ads1015
|
|
powr1220
|
|
gpio-pca953x
|
|
pmbus
|
|
--
|
|
2.20.1
|
|
|