Skip to content

Commit 3113bcf

Browse files
sholeksandrij-intel
authored andcommitted
platform/mellanox: Fix SN5640/SN5610 LED platform data
In SN5640/SN5610 platforms should be used XDR style LED data with predefined slot index per led_fan. Fixes: 317bbe1 ("platform: mellanox: mlx-platform: Add support for new Nvidia system") Signed-off-by: Oleksandr Shamray <oleksandrs@nvidia.com> Reviewed-by: Vadim Pasternak <vadimp@nvidia.com> Link: https://patch.msgid.link/20260107142548.916556-1-oleksandrs@nvidia.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent c92724b commit 3113bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/platform/mellanox/mlx-platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7381,7 +7381,7 @@ static int __init mlxplat_dmi_ng400_hi171_matched(const struct dmi_system_id *dm
73817381
mlxplat_hotplug = &mlxplat_mlxcpld_ng800_hi171_data;
73827382
mlxplat_hotplug->deferred_nr =
73837383
mlxplat_msn21xx_channels[MLXPLAT_CPLD_GRP_CHNL_NUM - 1];
7384-
mlxplat_led = &mlxplat_default_ng_led_data;
7384+
mlxplat_led = &mlxplat_xdr_led_data;
73857385
mlxplat_regs_io = &mlxplat_default_ng_regs_io_data;
73867386
mlxplat_fan = &mlxplat_xdr_fan_data;
73877387

0 commit comments

Comments
 (0)