mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
Merge branch 'qcom' into 'master'
hook-functions: fixes for Qualcomm platforms See merge request kernel-team/initramfs-tools!135
This commit is contained in:
commit
0f6cb43717
@ -875,6 +875,17 @@ hidden_dep_add_modules()
|
||||
mt6397)
|
||||
echo mtk-pmic-wrap
|
||||
;;
|
||||
qmi_helpers)
|
||||
echo qrtr
|
||||
;;
|
||||
panel-edp)
|
||||
# panels don't have devlink to backlight
|
||||
echo pwm_bl
|
||||
;;
|
||||
msm)
|
||||
# DP devices which don't have devlinks
|
||||
echo pmic_glink_altmode gpio_sbu_mux
|
||||
;;
|
||||
esac
|
||||
done
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user