]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: kodiak: Fix ICE reg size
authorKuldeep Singh <kuldeep.singh@oss.qualcomm.com>
Wed, 1 Apr 2026 18:35:09 +0000 (00:05 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 12 May 2026 20:48:16 +0000 (15:48 -0500)
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.

Fixes: dfd5ee7b34bb ("arm64: dts: qcom: sc7280: Add inline crypto engine")
Signed-off-by: Kuldeep Singh <kuldeep.singh@oss.qualcomm.com>
Reviewed-by: Harshal Dev <harshal.dev@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260402-ice_dt_reg_fix-v1-1-74e4c2129238@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/kodiak.dtsi

index 2dbeb15c84b7607393981a8f046e61145e008e11..c51beada8c7dec267fb956a59ba1461a523b3fcb 100644 (file)
                ice: crypto@1d88000 {
                        compatible = "qcom,sc7280-inline-crypto-engine",
                                     "qcom,inline-crypto-engine";
-                       reg = <0 0x01d88000 0 0x8000>;
+                       reg = <0 0x01d88000 0 0x18000>;
                        clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
                };