From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 B66E744606F for ; Wed, 29 Jul 2026 09:44:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785318253; cv=none; b=bvuTh2AMV6M8INeHHI6uAdInnRpijJfzMhFHIEFWIAG3TWsJJZmGX+iJ+ucwGhX8acqO7jpZpO1F6JTNxEkXS4Inpupy/W88eIPEgi2f5y0xed4oY08jdvR+0kgd/+46iAyoNkFPIt2joaZ3gWhGVXpY70iY/cAfxMzDf8HSbFw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785318253; c=relaxed/simple; bh=3W8pKEAqMCksHh1IAoRFDhwfzAePdgDJa9QsrROJldw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=uaN77CkZ22q1Fjq/xXYMUQJPMXpaxb98lGzs9NKvFpHua0LR5JJM8G0xYabPPMAo11ENwcAyIaiNu3ksJiJacSteNzTZKO1Q9vb97E8mcwRc7sSLK8R4II4nVL18iXDFQnhfA3QHMQV8CA94BpfRiWC5YbVHhVB8ClaZWXubA/w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AwQNNQyW; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="AwQNNQyW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CC411F000E9; Wed, 29 Jul 2026 09:44:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785318252; bh=aKuImGeh1XBulAacbpdYDiJdOAAjegd/Jw+m/B6F2GI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=AwQNNQyWanHjSFly/vAXJer00TLnCr1oWQf87L1G6N3Ic4deT+MOon8fZ4rMUtQtY L8Bc+YcJIbwLAcLKbuWOLSzsYKXDu8U5iv1BOc3n6GEvQdFAUmTYdOKo5o31WVddRb CfmIjbkDWf12K4kwEyut2gICjhwsz78POXVrzVWp30du2UCQSaSmFxwSlt8WEKp8ci VblLUjhXdNp0BHR3tnvz7FL00PZcHsm3lsdNaDF65S2BobnAycoY2Zvo4ofrHx4bqG dSBEzaJSIkmmbMvFH8XP1NlFRBDjS0iQfypTLAaZ1TwBHIUA2Mi/ExYc7w6HIzQQ8Q G23/joIA7mOAA== From: srini@kernel.org To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Yijie Yang , Krzysztof Kozlowski , Srinivas Kandagatla Subject: [PATCH 09/10] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible Date: Wed, 29 Jul 2026 10:43:51 +0100 Message-ID: <20260729094352.111065-10-srini@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260729094352.111065-1-srini@kernel.org> References: <20260729094352.111065-1-srini@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Yijie Yang Document compatible string for the FastRPC interface on the Qualcomm Maili SoC, which is compatible with the Qualcomm Kaanapali FastRPC and can fallback to Kaanapali. Signed-off-by: Yijie Yang Acked-by: Krzysztof Kozlowski Signed-off-by: Srinivas Kandagatla --- Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml index 47e5976c8743..49d2a5e8ba39 100644 --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml @@ -26,6 +26,7 @@ properties: - enum: - qcom,glymur-fastrpc - qcom,hawi-fastrpc + - qcom,maili-fastrpc - qcom,nord-fastrpc - const: qcom,kaanapali-fastrpc -- 2.53.0