Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'qcom-clk-fixes-for-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into clk-fixes

Pull a Qualcomm clk driver fix from Bjorn Andersson

- Fix the clock ops for SM8450 DPTX1 aux clock src to ensure
DisplayPort works

* tag 'qcom-clk-fixes-for-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
clk: qcom: dispcc-sm8450: use RCG2 ops for DPTX1 AUX clock source

+1 -1
+1 -1
drivers/clk/qcom/dispcc-sm8450.c
··· 409 409 .parent_data = disp_cc_parent_data_1, 410 410 .num_parents = ARRAY_SIZE(disp_cc_parent_data_1), 411 411 .flags = CLK_SET_RATE_PARENT, 412 - .ops = &clk_dp_ops, 412 + .ops = &clk_rcg2_ops, 413 413 }, 414 414 }; 415 415