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 3355B522E for ; Sun, 9 Jul 2023 11:27:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A8F11C433C8; Sun, 9 Jul 2023 11:27:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1688902053; bh=VJWywUojNaj1vZApG/bwjq7KF64+6XwvipnMl3ACdqs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=xPUvv6enyq7DFqI5xJ9XSy9TfA3Ymo6EvD/NgtVcB0IEJACuoHXChwXzJMYO6hiUC DjOkiBDadMHvYBLz+IY1FvprqKRI/Km8y1qum0d1S1tL62n25e784HGFKa+pUUp9jk etncq8wdenx9My3fw845YBox/D6AP+CdN7YYxkwQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski , Vladimir Zapolskiy , Neil Armstrong , Herbert Xu , Sasha Levin Subject: [PATCH 6.3 238/431] arm64: dts: qcom: sm8550: add QCE IP family compatible values Date: Sun, 9 Jul 2023 13:13:06 +0200 Message-ID: <20230709111456.739912476@linuxfoundation.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230709111451.101012554@linuxfoundation.org> References: <20230709111451.101012554@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Vladimir Zapolskiy [ Upstream commit e47a80784306a544a58f5c7febaaa3cc646f51a2 ] Add a family compatible for QCE IP on SM8550 SoC, which is equal to QCE IP found on SM8150 SoC and described in the recently updated device tree bindings documentation, as well add a generic QCE IP family compatible. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Vladimir Zapolskiy Reviewed-by: Neil Armstrong Signed-off-by: Herbert Xu Stable-dep-of: 3cbf49ef1696 ("arm64: dts: qcom: sm8550: correct crypto unit address") Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi index 90e3fb11e6e70..b451e94f2b4c0 100644 --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi @@ -1844,7 +1844,7 @@ cryptobam: dma-controller@1dc4000 { }; crypto: crypto@1de0000 { - compatible = "qcom,sm8550-qce"; + compatible = "qcom,sm8550-qce", "qcom,sm8150-qce", "qcom,qce"; reg = <0x0 0x01dfa000 0x0 0x6000>; dmas = <&cryptobam 4>, <&cryptobam 5>; dma-names = "rx", "tx"; -- 2.39.2