From 4aea6bf38125970d4bf3d1101e83ca3711c5f8bf Mon Sep 17 00:00:00 2001 From: Raffaele Tranquillini Date: Mon, 13 Sep 2021 19:17:14 +0200 Subject: [PATCH] main/linux-postmarketos-qcom-msm8996: enable CONFIG_BACKLIGHT_QCOM_WLED (MR 2515) This is needed for devices such as Xiaomi Mi 5 (gemini), having backlight embedded in the panel controller Signed-off-by: Raffaele Tranquillini --- main/linux-postmarketos-qcom-msm8996/APKBUILD | 4 ++-- .../config-postmarketos-qcom-msm8996.aarch64 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/linux-postmarketos-qcom-msm8996/APKBUILD b/main/linux-postmarketos-qcom-msm8996/APKBUILD index 35af0d652..4d482476b 100644 --- a/main/linux-postmarketos-qcom-msm8996/APKBUILD +++ b/main/linux-postmarketos-qcom-msm8996/APKBUILD @@ -4,7 +4,7 @@ _flavor="postmarketos-qcom-msm8996" pkgname=linux-$_flavor pkgver=5.14.0 -pkgrel=1 +pkgrel=2 pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8996 devices" arch="aarch64" _carch="arm64" @@ -48,5 +48,5 @@ package() { } sha512sums=" 620075d5e9bcbd424461bebdc73eaac79b8a26a1e15f8cb931b5b9e1181829f7f11341567a63007ced6757da1f2a10a9d85fb5e8f9a91f76d7ebc115e410ed46 linux-msm8996-v5.14.0-msm8996.tar.gz -60ef78da837c0720a2a487e70e24b3a594cf74052bbf9168ae1ebf148cc21a4d15f658eadfe601958cdfb5a9c750ead1b0ea842772cd96e43f5542597ee06734 config-postmarketos-qcom-msm8996.aarch64 +ad82b1a16e8ec71e1340b7d7fdfcb223ef387bfeb709ab67fa5dc7f6b9c70a9948c15b88b37dd557643307efb7facdddb74aa8addf2cfe53ebf2241dd53b4513 config-postmarketos-qcom-msm8996.aarch64 " diff --git a/main/linux-postmarketos-qcom-msm8996/config-postmarketos-qcom-msm8996.aarch64 b/main/linux-postmarketos-qcom-msm8996/config-postmarketos-qcom-msm8996.aarch64 index d48f66f2e..a6a81f52f 100644 --- a/main/linux-postmarketos-qcom-msm8996/config-postmarketos-qcom-msm8996.aarch64 +++ b/main/linux-postmarketos-qcom-msm8996/config-postmarketos-qcom-msm8996.aarch64 @@ -3735,7 +3735,7 @@ CONFIG_LCD_CLASS_DEVICE=y CONFIG_BACKLIGHT_CLASS_DEVICE=y # CONFIG_BACKLIGHT_KTD253 is not set # CONFIG_BACKLIGHT_PWM is not set -# CONFIG_BACKLIGHT_QCOM_WLED is not set +CONFIG_BACKLIGHT_QCOM_WLED=y # CONFIG_BACKLIGHT_ADP8860 is not set # CONFIG_BACKLIGHT_ADP8870 is not set # CONFIG_BACKLIGHT_LM3630A is not set