]> git.hungrycats.org Git - linux/commitdiff
arm64: dts: qcom: sm8550: add QCE IP family compatible values
authorVladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Wed, 22 Feb 2023 17:22:37 +0000 (19:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Jul 2023 17:39:37 +0000 (19:39 +0200)
[ 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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Stable-dep-of: 3cbf49ef1696 ("arm64: dts: qcom: sm8550: correct crypto unit address")
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/sm8550.dtsi

index 90e3fb11e6e7017e3389e302091754f72289a2b8..b451e94f2b4c077755c0d879f0dd896713ef2ccc 100644 (file)
                };
 
                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";