]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: qcs8300: Partially revert "arm64: dts: qcom: qcs8300: add QCrypto...
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 28 Jan 2025 11:53:33 +0000 (12:53 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 26 Feb 2025 14:54:53 +0000 (08:54 -0600)
Partially revert commit a86d84409947 ("arm64: dts: qcom: qcs8300: add
QCrypto nodes") by dropping the untested QCE device node.  Devicetree
bindings test failures were reported on mailing list on 16th of January
and after two weeks still no fixes:

  qcs8300-ride.dtb: crypto@1dfa000: compatible: 'oneOf' conditional failed, one must be fixed:
    ...
    'qcom,qcs8300-qce' is not one of ['qcom,ipq4019-qce', 'qcom,sm8150-qce']

Reported-by: Rob Herring <robh@kernel.org>
Closes: https://lore.kernel.org/all/CAL_JsqL0HzzGXnCD+z4GASeXNsBxrdw8-qyfHj8S+C2ucK6EPQ@mail.gmail.com/
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250128115333.95021-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcs8300.dtsi

index ff99ec21f88c75ab082a0ad4a9c0a655a15436fb..cdd412706b5b7bd2a953d20bfa9562043b20a18d 100644 (file)
                                 <&apps_smmu 0x481 0x00>;
                };
 
-               crypto: crypto@1dfa000 {
-                       compatible = "qcom,qcs8300-qce", "qcom,qce";
-                       reg = <0x0 0x01dfa000 0x0 0x6000>;
-                       dmas = <&cryptobam 4>, <&cryptobam 5>;
-                       dma-names = "rx", "tx";
-                       iommus = <&apps_smmu 0x480 0x00>,
-                                <&apps_smmu 0x481 0x00>;
-                       interconnects = <&aggre2_noc MASTER_CRYPTO_CORE0 QCOM_ICC_TAG_ALWAYS
-                                        &mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
-                       interconnect-names = "memory";
-               };
-
                ice: crypto@1d88000 {
                        compatible = "qcom,qcs8300-inline-crypto-engine",
                                     "qcom,inline-crypto-engine";