From: Vadim Pasternak Date: Wed, 8 Feb 2023 06:33:19 +0000 (+0200) Subject: platform: mellanox: Change "reset_pwr_converter_fail" attribute X-Git-Tag: io_uring-6.3-2023-03-03~15^2~15 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=488f0fca0db00257c42d44857061bc6726adaa15;p=linux-block.git platform: mellanox: Change "reset_pwr_converter_fail" attribute Change "reset_voltmon_upgrade_fail" attribute name to "reset_pwr_converter_fail". For systems using "mlxplat_mlxcpld_default_ng_regs_io_data", relevant CPLD 'register.bit' indicates the failure of power converter, while on older systems same 'register.bit' indicates failure of voltage monitor devices upgrade failure. Signed-off-by: Vadim Pasternak Reviewed-by: Michael Shych Link: https://lore.kernel.org/r/20230208063331.15560-3-vadimp@nvidia.com Signed-off-by: Hans de Goede --- diff --git a/drivers/platform/x86/mlx-platform.c b/drivers/platform/x86/mlx-platform.c index 3e4adeb20a7e..c53eca49c47f 100644 --- a/drivers/platform/x86/mlx-platform.c +++ b/drivers/platform/x86/mlx-platform.c @@ -3186,7 +3186,7 @@ static struct mlxreg_core_data mlxplat_mlxcpld_default_ng_regs_io_data[] = { .mode = 0444, }, { - .label = "reset_voltmon_upgrade_fail", + .label = "reset_pwr_converter_fail", .reg = MLXPLAT_CPLD_LPC_REG_RST_CAUSE2_OFFSET, .mask = GENMASK(7, 0) & ~BIT(0), .mode = 0444,