mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock
[ Upstream commitd5240f8e23] The change corrects the described bus clock of the QCE. Fixes:3e482859f1("dts: qcom: sdm845: Add dt entries to support crypto engine.") Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Reviewed-by: Thara Gopinath <thara.gopinath@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211011095534.1580406-1-vladimir.zapolskiy@linaro.org Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
69ec5e3509
commit
286ff24b00
@@ -2331,7 +2331,7 @@
|
||||
compatible = "qcom,crypto-v5.4";
|
||||
reg = <0 0x01dfa000 0 0x6000>;
|
||||
clocks = <&gcc GCC_CE1_AHB_CLK>,
|
||||
<&gcc GCC_CE1_AHB_CLK>,
|
||||
<&gcc GCC_CE1_AXI_CLK>,
|
||||
<&rpmhcc RPMH_CE_CLK>;
|
||||
clock-names = "iface", "bus", "core";
|
||||
dmas = <&cryptobam 6>, <&cryptobam 7>;
|
||||
|
||||
Reference in New Issue
Block a user