Skip to content

Commit

Permalink
[Haliburton-Celestica] Use psu driver dps200 from Linux kernel (#7247)
Browse files Browse the repository at this point in the history
Why I did it
Fix issues below.
#7133
#6602

So, remove the dps200 driver from the platform-specific driver.
Then, add the dps200 module driver to the Linux kernel tree.

How I did it
Remove the dps200 driver from the platform-specific driver and add the dps200 module driver to the Linux kernel.

How to verify it
Build an image with sonic-net/sonic-linux-kernel#207
Then, install to the Haliburton.
  • Loading branch information
schobtr authored and qiluo-msft committed May 24, 2021
1 parent 7a69e0f commit 86e78d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 554 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
obj-m := mc24lc64t.o emc2305.o smc.o hlx_gpio_ich.o dps200.o
obj-m := mc24lc64t.o emc2305.o smc.o hlx_gpio_ich.o

This file was deleted.

Loading

0 comments on commit 86e78d2

Please sign in to comment.