Skip to content

Commit 4f004b6

Browse files
committed
FROMLIST: arm64: dts: qcom: lemans: Add OPP-table for ICE UFS device node
Qualcomm Inline Crypto Engine (ICE) platform driver now supports an optional OPP-table. Add OPP-table for ICE UFS device nodes for LeMans platform. Link: https://lore.kernel.org/all/20260530-add-opp-table-for-lemans-ice-ufs-v2-1-2b46d3ac37d5@oss.qualcomm.com/ Signed-off-by: Abhinaba Rakshit <abhinaba.rakshit@oss.qualcomm.com>
1 parent bd6adc0 commit 4f004b6

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2806,6 +2806,32 @@
28062806
"qcom,inline-crypto-engine";
28072807
reg = <0x0 0x01d88000 0x0 0x18000>;
28082808
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
2809+
2810+
operating-points-v2 = <&ice_opp_table>;
2811+
2812+
ice_opp_table: opp-table {
2813+
compatible = "operating-points-v2";
2814+
2815+
opp-75000000 {
2816+
opp-hz = /bits/ 64 <75000000>;
2817+
required-opps = <&rpmhpd_opp_svs_l1>;
2818+
};
2819+
2820+
opp-150000000 {
2821+
opp-hz = /bits/ 64 <150000000>;
2822+
required-opps = <&rpmhpd_opp_svs_l1>;
2823+
};
2824+
2825+
opp-300000000 {
2826+
opp-hz = /bits/ 64 <300000000>;
2827+
required-opps = <&rpmhpd_opp_nom>;
2828+
};
2829+
2830+
opp-600000000 {
2831+
opp-hz = /bits/ 64 <600000000>;
2832+
required-opps = <&rpmhpd_opp_nom>;
2833+
};
2834+
};
28092835
};
28102836

28112837
cryptobam: dma-controller@1dc4000 {

0 commit comments

Comments
 (0)