]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: dts: qcom: msm8998-mtp: Disable funnel 4 and 5
authorBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 8 Mar 2020 05:54:45 +0000 (21:54 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 9 Mar 2020 19:52:06 +0000 (12:52 -0700)
Disable Coresight funnel 4 and 5, for now, as these causes the MTP to
crash when clock late_initcall disables unused clocks.

Reviewed-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20200308055445.1992189-1-bjorn.andersson@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi

index 0e0b9bc12945f6166d4a05c4b9981ecac6b9cda2..8a14b2bf7bca3f26903d3e994a01e0d41c1bd9d4 100644 (file)
 };
 
 &funnel4 {
-       status = "okay";
+       // FIXME: Figure out why clock late_initcall crashes the board with
+       // this enabled.
+       // status = "okay";
 };
 
 &funnel5 {
-       status = "okay";
+       // FIXME: Figure out why clock late_initcall crashes the board with
+       // this enabled.
+       // status = "okay";
 };
 
 &pm8005_lsid1 {