Skip to content

Commit

Permalink
hw-mgmt: patches: Add fix to FPGA patches
Browse files Browse the repository at this point in the history
Fix mux selector in v5.10 #317 and v6.1 #57 patches.

Reviewed-by: Felix Radensky <[email protected]>
Signed-off-by: Vadim Pasternak <[email protected]>
  • Loading branch information
vadimp-nvidia committed Aug 4, 2023
1 parent ebe3148 commit f666b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ index c4a4afff7..e303b8e5a 100644
+ .parent = 1,
+ .chan_ids = mlxplat_default_regmap_mux_chan,
+ .num_adaps = ARRAY_SIZE(mlxplat_default_regmap_mux_chan),
+ .sel_reg_addr = MLXPLAT_CPLD_LPC_REG_I2C_CH3_OFFSET,
+ .sel_reg_addr = MLXPLAT_CPLD_LPC_REG_I2C_CH2_OFFSET,
+ .reg_size = 1,
+ },
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ index 04be8aeb23e9..bf1fc139e397 100644
+ .parent = 1,
+ .chan_ids = mlxplat_default_regmap_mux_chan,
+ .num_adaps = ARRAY_SIZE(mlxplat_default_regmap_mux_chan),
+ .sel_reg_addr = MLXPLAT_CPLD_LPC_REG_I2C_CH3_OFFSET,
+ .sel_reg_addr = MLXPLAT_CPLD_LPC_REG_I2C_CH2_OFFSET,
+ .reg_size = 1,
+ },
+
Expand Down

0 comments on commit f666b9c

Please sign in to comment.