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
	gpucc_sc8280xp dispcc_sc8280xp
	phy_qcom_edp panel_edp msm

for the display.

For more details see:

	https://github.com/jhovold/linux/wiki/X13s

Not-signed-off-by: Johan Hovold <johan+linaro@kernel.org>
  • Loading branch information
jhovold committed Mar 11, 2024
1 parent 74fb03b commit 935f2e1
Showing 1 changed file with 413 additions and 0 deletions.

0 comments on commit 935f2e1

Please sign in to comment.