Message ID | 20230208183755.2907771-8-vladimir.zapolskiy@linaro.org |
---|---|
State | New |
Headers | show |
Series | None | expand |
On 08/02/2023 19:37, Vladimir Zapolskiy wrote: > Change the old deprecated compatible name to a new one, which is specific > to IPQ4019 SoC. > Your changeset is not bisectable, but that's expected. What is expected is to explicitly say in commit msg, that DTS patches must be taken in next cycle. This patch must wait as it breaks all in-tree and out-of-tree users. Also location of this patch in the patchset is not correct - cannot be taken before the drivers. Best regards, Krzysztof
diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi index a73c3a17b6a4..c73098d7a4da 100644 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi @@ -314,7 +314,7 @@ cryptobam: dma-controller@8e04000 { }; crypto: crypto@8e3a000 { - compatible = "qcom,crypto-v5.1"; + compatible = "qcom,ipq4019-qce"; reg = <0x08e3a000 0x6000>; clocks = <&gcc GCC_CRYPTO_AHB_CLK>, <&gcc GCC_CRYPTO_AXI_CLK>,
Change the old deprecated compatible name to a new one, which is specific to IPQ4019 SoC. Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> --- arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)