Message ID | YHtE4KSuack3R31o@tp440p.steeds.sam (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] ARM: omap2plus_defconfig: Add WL1251 and WEXT modules | expand |
* Sicelo A. Mhlongo <absicsz@gmail.com> [210417 23:29]: > The Nokia N900 has an LP5523 driving the RGB LED and the 6 keyboard LEDS. > Enable support for it in omap2plus_defconfig. Thanks applying both into omap-for-v5.14/dt. Tony
* Tony Lindgren <tony@atomide.com> [210521 09:32]: > * Sicelo A. Mhlongo <absicsz@gmail.com> [210417 23:29]: > > The Nokia N900 has an LP5523 driving the RGB LED and the 6 keyboard LEDS. > > Enable support for it in omap2plus_defconfig. > > Thanks applying both into omap-for-v5.14/dt. Sorry I mean omap-for-v5.14/defconfig, not dt. Tony
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index a0249e06104a..c0bc0f30637e 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -471,6 +471,8 @@ CONFIG_LEDS_CLASS=m CONFIG_LEDS_CPCAP=m CONFIG_LEDS_LM3532=m CONFIG_LEDS_GPIO=m +CONFIG_LEDS_LP55XX_COMMON=m +CONFIG_LEDS_LP5523=m CONFIG_LEDS_PCA963X=m CONFIG_LEDS_PWM=m CONFIG_LEDS_TRIGGERS=y
The Nokia N900 has an LP5523 driving the RGB LED and the 6 keyboard LEDS. Enable support for it in omap2plus_defconfig. Signed-off-by: Sicelo A. Mhlongo <absicsz@gmail.com> --- arch/arm/configs/omap2plus_defconfig | 2 ++ 1 file changed, 2 insertions(+)