Skip to content

Commit ec002ab

Browse files
authored
Enable iface clock and power domain for kodiak and monaco ice sdhc (#455)
Enable iface clock and power domain for kodiak and monaco ice sdhc
2 parents cad3efc + 09dfd14 commit ec002ab

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4565,7 +4565,11 @@
45654565
compatible = "qcom,qcs8300-inline-crypto-engine",
45664566
"qcom,inline-crypto-engine";
45674567
reg = <0x0 0x087c8000 0x0 0x18000>;
4568-
clocks = <&gcc GCC_SDCC1_ICE_CORE_CLK>;
4568+
clocks = <&gcc GCC_SDCC1_ICE_CORE_CLK>,
4569+
<&gcc GCC_SDCC1_AHB_CLK>;
4570+
clock-names = "core",
4571+
"iface";
4572+
power-domains = <&rpmhpd RPMHPD_CX>;
45694573
};
45704574

45714575
usb_1_hsphy: phy@8904000 {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,11 @@
10821082
compatible = "qcom,sc7280-inline-crypto-engine",
10831083
"qcom,inline-crypto-engine";
10841084
reg = <0x0 0x007c8000 0x0 0x18000>;
1085-
clocks = <&gcc GCC_SDCC1_ICE_CORE_CLK>;
1085+
clocks = <&gcc GCC_SDCC1_ICE_CORE_CLK>,
1086+
<&gcc GCC_SDCC1_AHB_CLK>;
1087+
clock-names = "core",
1088+
"iface";
1089+
power-domains = <&rpmhpd SC7280_CX>;
10861090
};
10871091

10881092
gpi_dma0: dma-controller@900000 {

0 commit comments

Comments
 (0)