Skip to content

Commit

Permalink
hw-mgmt: patches: Fix r/w attributes for bmc_to_cpu_ctrl (N5110_LD)
Browse files Browse the repository at this point in the history
Fix r/w attributes for bmc_to_cpu_ctrl (N5110_LD).
0200 => 0644

Signed-off-by: Oleksandr Shamray <oleksandrs@nvidia.com>
  • Loading branch information
sholeksandr committed Jun 27, 2024
1 parent f057642 commit 1f0f875
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 @@ -473,7 +473,7 @@ index ece3eaf72..42c7512a3 100644
+ .label = "bmc_to_cpu_ctrl",
+ .reg = MLXPLAT_CPLD_LPC_REG_GP1_OFFSET,
+ .mask = GENMASK(7, 0) & ~BIT(5),
+ .mode = 0200,
+ .mode = 0644,
+ },
+ {
+ .label = "uart_sel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ index 19a98f4..cd429e5 100644
+ .label = "bmc_to_cpu_ctrl",
+ .reg = MLXPLAT_CPLD_LPC_REG_GP1_OFFSET,
+ .mask = GENMASK(7, 0) & ~BIT(5),
+ .mode = 0200,
+ .mode = 0644,
+ },
+ {
+ .label = "uart_sel",
Expand Down

0 comments on commit 1f0f875

Please sign in to comment.