From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2120236BCDA; Wed, 8 Apr 2026 06:59:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775631564; cv=none; b=TahmbNunk8/ctBA/vnurB+c4Dnp2F397X9VZDr1CxEIFA9hNqZcN9+vY4HifC6No5uz9OBDnOUlhIxYRWb6e0XdKLz/5r43rfHUfWemQx+75eCntfUrxPL45gSe4jsgQs34ejjKwLmlkcfzCfZLJEKQiKL59wIluGHVRmanbW3U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775631564; c=relaxed/simple; bh=kKyU9sr3o2SV3j0SPapHhJD4cURrV9YyzTUTD8I1+Io=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W9pWYd4vGV3P4ipuQByJvtGFceubF7QkW0bn5XhQSLQyt6Oz3oUuMteKttBDyJ0ktlU374vj/cxi4l4e3nqYKQxowsD6Rmp9XGNZgC3o7EbOBBt3HXrcYQPfyGOq5G+vDghIojX69LodiaUrWnXsdOFwZDNioe/Zb+zptXtvDus= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X5OaCXad; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="X5OaCXad" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 547D5C19425; Wed, 8 Apr 2026 06:59:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775631563; bh=kKyU9sr3o2SV3j0SPapHhJD4cURrV9YyzTUTD8I1+Io=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X5OaCXadVAFldWzWUCHs81OSnx6ONq7YXinra3UnH6hoO4AywCVdfJV0OIUJIcjic Kw1kYtd/YROrfivQXnxJHechljGv4j2CUWN4s/pkCo1b/8WfMQxfvCdriMI88MNNiE suIQ5a9VJk/rIWtOzOkxSFfmMMu+FFDNdOrBdd1m7E/RKulkiTiZr+uHJuK/LGkVQg DgXWqTKZ8JKyHwCGgwLjLHEebwgZvvfkndf4NygBg4UoS6rfOM9GI2hdndoYLDK98D 4wmv9+NWkCMQKMIvdB1R5ZGMF2u1VSwXReYU+f1kEFkajC+F6gWjQzYyNVwHUguMVN OA/ZI8+5znDug== Date: Wed, 8 Apr 2026 08:59:21 +0200 From: Krzysztof Kozlowski To: David Heidelberg Cc: Johannes Berg , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jeff Johnson , Bjorn Andersson , Konrad Dybcio , Paul Sajna , Baochen Qiang , Vasanthakumar Thiagarajan , Dmitry Baryshkov , Amit Pundir , linux-wireless@vger.kernel.org, devicetree@vger.kernel.org, ath10k@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, phone-devel@vger.kernel.org Subject: Re: [PATCH v5 1/3] dt-bindings: wireless: ath10k: Add quirk to skip host cap QMI requests Message-ID: <20260408-hypersonic-enthusiastic-fox-bb7df4@quoll> References: <20260407-skip-host-cam-qmi-req-v5-0-dfa8a05c6538@ixit.cz> <20260407-skip-host-cam-qmi-req-v5-1-dfa8a05c6538@ixit.cz> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260407-skip-host-cam-qmi-req-v5-1-dfa8a05c6538@ixit.cz> On Tue, Apr 07, 2026 at 08:43:54AM +0200, David Heidelberg wrote: > From: Amit Pundir > > Some firmware versions do not support the host-capability QMI request. > Since this request occurs before firmware and board files are loaded, > the quirk cannot be expressed in the firmware itself and must be described > in the device tree. > > Signed-off-by: Amit Pundir > Co-developed-by: David Heidelberg > Signed-off-by: David Heidelberg > --- > .../devicetree/bindings/net/wireless/qcom,ath10k.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof