-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LED-GPIO support using for QUANTA IX1B switch #40
Conversation
patch/config-quanta-ix1b.patch
Outdated
@@ -0,0 +1,14 @@ | |||
diff --git a/debian/build/build_amd64_none_amd64/.config b/debian/build/build_amd64_none_amd64/.config | |||
old mode 100644 | |||
new mode 100755 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not change the file mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commit again, sorry for mistake.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolve conflict and revert the file mode change.
patch/config-quanta-ix1b.patch
Outdated
@@ -5128,6 +5128,7 @@ CONFIG_LEDS_CLASS=y | ||
CONFIG_LEDS_PCA9532=m | ||
# CONFIG_LEDS_PCA9532_GPIO is not set | ||
# CONFIG_LEDS_GPIO is not set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove CONFIG_LEDS_GPIO is not set
scripts/kconfig/conf --silentoldconfig Kconfig
.config:5132:warning: override: reassigning to symbol LEDS_GPIO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already removed the line, please checked, thanks.
@cpchangtw, can you check your config patch. does not look correct. error: patch failed: debian/build/build_amd64_none_amd64/.config:5128 |
This reverts commit 1fdc091.
* msft_github/master: Update to optoe driver to improve EOF handling (sonic-net#44) drivers/misc/eeprom: Add support for optoe driver (sonic-net#41) Add LED-GPIO support using for QUANTA IX1B switch (sonic-net#40)
Add led-gpio kernel module which used for controlling status led on front panel.
Signed-off-by: Chih-Pei Chang Chih-Pei.Chang@qct.io