On 24/03/2023 00:37, Vladimir Zapolskiy wrote: > Change the old deprecated compatible name of QCE IP on SDM845 to new > ones based on SoC name. > > Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi > index 2f32179c7d1b..bca0521dc08c 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi > @@ -2643,7 +2643,7 @@ cryptobam: dma-controller@1dc4000 { > }; > > crypto: crypto@1dfa000 { > - compatible = "qcom,crypto-v5.4"; > + compatible = "qcom,sdm845-qce", "qcom,ipq4019-qce", "qcom,qce"; Same comments as previous patch. I guess it applies to other patches as well. Best regards, Krzysztof