Skip to content

Commit dda4bdd

Browse files
vdadhaniandersson
authored andcommitted
arm64: dts: qcom: talos: Drop opp-shared from QUP OPP table
QUP devices are currently marked with opp-shared in their OPP table, causing the kernel to treat them as part of a shared OPP domain. This leads to the qcom_geni_serial driver failing to probe with error -EBUSY (-16). Remove the opp-shared property to ensure the OPP framework treats the QUP OPP table as device-specific, allowing the serial driver to probe successfully Fixes: f6746dc ("arm64: dts: qcom: qcs615: Add QUPv3 configuration") Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251111170350.525832-1-viken.dadhaniya@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent f010e0b commit dda4bdd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm64/boot/dts/qcom/talos.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@
532532

533533
qup_opp_table: opp-table-qup {
534534
compatible = "operating-points-v2";
535-
opp-shared;
536535

537536
opp-75000000 {
538537
opp-hz = /bits/ 64 <75000000>;

0 commit comments

Comments
 (0)