mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
arm64: dts: qcom: sm8450: correct crypto unit address
Crypto node unit address should match reg.
Fixes: b92b0d2f75 ("arm64: dts: qcom: sm8450: add crypto nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230616174955.1783652-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
adc16b84e1
commit
b02966f868
|
|
@ -4212,7 +4212,7 @@ cryptobam: dma-controller@1dc4000 {
|
|||
<&apps_smmu 0x59f 0x0>;
|
||||
};
|
||||
|
||||
crypto: crypto@1de0000 {
|
||||
crypto: crypto@1dfa000 {
|
||||
compatible = "qcom,sm8450-qce", "qcom,sm8150-qce", "qcom,qce";
|
||||
reg = <0 0x01dfa000 0 0x6000>;
|
||||
dmas = <&cryptobam 4>, <&cryptobam 5>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user