]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: talos: Drop opp-shared from QUP OPP table
authorViken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
Tue, 11 Nov 2025 17:03:50 +0000 (22:33 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 19 Jan 2026 19:41:59 +0000 (13:41 -0600)
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: f6746dc9e379 ("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>
arch/arm64/boot/dts/qcom/talos.dtsi

index d956c91c7cc8b938a47214ab95179a9b219c5c5a..88980d8c3ee3983fb56b2ccd170fdd41b22c222a 100644 (file)
 
        qup_opp_table: opp-table-qup {
                compatible = "operating-points-v2";
-               opp-shared;
 
                opp-75000000 {
                        opp-hz = /bits/ 64 <75000000>;