bd8dfd304f
6c30cb42a4
("linux-postmarketos-omap: enable new community kconfig options")
set CONFIG_LEDS_TRIGGER_DEFAULT_ON builtin. The consequence is that the debug
LEDs are now always turned on, which interferes with the keyboard backlight.
Since pmOS requires it to be builtin now, let us workaround the issue by not
loading leds_gpio at boot.
[ci:skip-build]: already built successfully in CI
12 lines
579 B
Text
12 lines
579 B
Text
# rx51-battery is not absolutely necessary to running system, but can be
|
|
# useful to keep around since it can detect battery design capacity
|
|
blacklist rx51_battery
|
|
# extra modules to block for pm purposes. lifted from maemo leste
|
|
# https://github.com/maemo-leste/leste-config/blob/master/leste-config-n900/etc/modprobe.d/blacklist-pm.conf.leste
|
|
blacklist omap3_isp
|
|
blacklist hci_nokia
|
|
blacklist hci_uart
|
|
blacklist ehci_omap
|
|
# do not autoload leds_gpio used by the debug leds, since it is now initialized
|
|
# in ON state, interfering with the keyboard backlight
|
|
blacklist leds_gpio
|