Skip to content

Commit

Permalink
johan_defconfig: add custom config
Browse files Browse the repository at this point in the history
Add a custom trimmed configuration that can be used to test SC8280XP
support including the Lenovo ThinkPad X13s, sc8280xp-crd and
sa8295p-adp.

Make sure the initramfs includes any modules required to boot, for
example:

	nvme phy_qcom_qmp_pcie pcie_qcom

for the X13s, and

	phy_qcom_qmp_ufs ufs_qcom

for the CRD with rootfs on UFS.

For keyboard input and (more than 30 seconds of) display in initramfs,
make sure to also include:

	i2c_hid_of i2c_qcom_geni

for keyboard, and

	leds_qcom_lpg pwm_bl
	qrtr pmic_glink_altmode gpio_sbu_mux phy_qcom_qmp_combo
	panel-edp msm phy_qcom_edp

for the display (preferably in the above order to avoid an msm drm
probe-deferral issue).

Not-signed-off-by: Johan Hovold <johan+linaro@kernel.org>
  • Loading branch information
jhovold committed Jul 10, 2023
1 parent 63f2b5c commit bcb8d1c
Showing 1 changed file with 409 additions and 0 deletions.

0 comments on commit bcb8d1c

Please sign in to comment.