Skip to content

Commit

Permalink
Merge pull request #10 from oleksandrivantsiv/Sonic
Browse files Browse the repository at this point in the history
Set PSU control driver for SN2700 and SN2100 platforms
  • Loading branch information
dvirl1 authored Apr 26, 2017
2 parents de615d3 + f125910 commit 52f74da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion usr/etc/mlnx/msn2100
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ load_modules()
if is_module mlnx_cpld_drv; then
log_warning_msg "mlnx_cpld_drv module has already been loaded"
else
if modprobe mlnx_cpld_drv 2>/dev/null; then
if modprobe mlnx_cpld_drv psu_control_driver=dps460 2>/dev/null; then
log_success_msg "mlnx_cpld_drv module load passed"
else
log_failure_msg "mlnx_cpld_drv module load failed"
Expand Down
2 changes: 1 addition & 1 deletion usr/etc/mlnx/msn2700
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ load_modules()
if is_module mlnx_cpld_drv; then
log_warning_msg "mlnx_cpld_drv module has already been loaded"
else
if modprobe mlnx_cpld_drv 2>/dev/null; then
if modprobe mlnx_cpld_drv psu_control_driver=dps460 2>/dev/null; then
log_success_msg "mlnx_cpld_drv module load passed"
else
log_failure_msg "mlnx_cpld_drv module load failed"
Expand Down

0 comments on commit 52f74da

Please sign in to comment.