Skip to content

Commit 5f671ff

Browse files
committed
FROMLIST: arm64: dts: qcom: kodiak: Fix ICE reg size
The ICE register region on Kodiak is currently defined as 0x8000 bytes. According to the hardware specification, the correct register size is 0x18000. Update the ICE node reg property to match the hardware. Link: https://lore.kernel.org/linux-arm-msm/20260402-ice_dt_reg_fix-v1-1-74e4c2129238@oss.qualcomm.com/ Fixes: dfd5ee7 ("arm64: dts: qcom: sc7280: Add inline crypto engine") Reviewed-by: Harshal Dev <harshal.dev@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Kuldeep Singh <kuldeep.singh@oss.qualcomm.com> Signed-off-by: Abhinaba Rakshit <abhinaba.rakshit@oss.qualcomm.com>
1 parent 085c63c commit 5f671ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,7 @@
25782578
ice: crypto@1d88000 {
25792579
compatible = "qcom,sc7280-inline-crypto-engine",
25802580
"qcom,inline-crypto-engine";
2581-
reg = <0 0x01d88000 0 0x8000>;
2581+
reg = <0 0x01d88000 0 0x18000>;
25822582
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>,
25832583
<&gcc GCC_UFS_PHY_AHB_CLK>;
25842584
clock-names = "ice_core_clk",

0 commit comments

Comments
 (0)