Skip to content

Commit 510df6f

Browse files
author
Kuldeep Singh
committed
arm64: dts: qcom: monaco: Add iface clock for ice sdhc
Qualcomm in-line crypto engine (ICE) platform driver specifies and votes for its own resources. Before accessing ICE hardware during probe, to avoid potential unclocked register access issues (when clk_ignore_unused is not passed on the kernel command line), in addition to the 'core' clock the 'iface' clock should also be turned on by the driver. As bindings allow to specify 2 clocks, add iface clock now. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Kuldeep Singh <kuldeep.singh@oss.qualcomm.com>
1 parent 1087077 commit 510df6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/qcom/monaco.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4782,7 +4782,8 @@
47824782
compatible = "qcom,qcs8300-inline-crypto-engine",
47834783
"qcom,inline-crypto-engine";
47844784
reg = <0x0 0x087c8000 0x0 0x18000>;
4785-
clocks = <&gcc GCC_SDCC1_ICE_CORE_CLK>;
4785+
clocks = <&gcc GCC_SDCC1_ICE_CORE_CLK>, <&gcc GCC_SDCC1_AHB_CLK>;
4786+
clock-names = "core", "iface";
47864787
};
47874788

47884789
usb_1_hsphy: phy@8904000 {

0 commit comments

Comments
 (0)