Skip to content

Commit

Permalink
build-configs.yaml: Build sc7180 display clock controller driver as m…
Browse files Browse the repository at this point in the history
…odule

Configure the display clock controller for trogdor Chromebooks to be
built as a module, by modifying the arm64-chromebook fragment.
This fixes a kernel hang observed on lazor and kingoftown Chromebooks
when disabling the display clocks while they might still be in use.

See also: https://lore.kernel.org/linux-arm-msm/[email protected]/

Signed-off-by: Laura Nao <[email protected]>
  • Loading branch information
laura-nao committed Jan 22, 2024
1 parent 537a0f1 commit 0270000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/core/build-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ fragments:
# This is required for sc7180-trogdor-lazor-limozeen and it hasn't been
# merged upstream yet.
- 'CONFIG_INTERCONNECT_QCOM_SC7180=y'
- 'CONFIG_SC_DISPCC_7180=y'
- 'CONFIG_SC_DISPCC_7180=m'
- 'CONFIG_SC_GPUCC_7180=y'
- 'CONFIG_SC_LPASS_CORECC_7180=y'
- 'CONFIG_SC_VIDEOCC_7180=y'
Expand Down

0 comments on commit 0270000

Please sign in to comment.