Add LED-GPIO support using for QUANTA IX1B switch#40
Add LED-GPIO support using for QUANTA IX1B switch#40lguohan merged 8 commits intosonic-net:masterfrom
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.
do not change the file mode
There was a problem hiding this comment.
commit again, sorry for mistake.
lguohan
left a comment
There was a problem hiding this comment.
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.
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.
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)
Why I did it Backport GNMI native write to 202205 branch. How I did it Add 202205 and 202211 to pr checkout for sonic-host-services. How to verify it PR checker pipeline.
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