Skip to content

Commit acd9fd6

Browse files
committed
FROMLIST: arm64: dts: qcom: sm8450: Fix ICE reg size
The ICE register region size was originally described incorrectly when the ICE hardware was first introduced. The same value was later carried over unchanged when the ICE node was split out from the UFS node into its own DT entry. Correct the register size to match the hardware specification. Link: https://lore.kernel.org/linux-arm-msm/20260402-ice_dt_reg_fix-v1-2-74e4c2129238@oss.qualcomm.com/ Fixes: 276ee34 ("arm64: dts: qcom: sm8450: add Inline Crypto Engine registers and clock") 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 5f671ff commit acd9fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5348,7 +5348,7 @@
53485348
ice: crypto@1d88000 {
53495349
compatible = "qcom,sm8450-inline-crypto-engine",
53505350
"qcom,inline-crypto-engine";
5351-
reg = <0 0x01d88000 0 0x8000>;
5351+
reg = <0 0x01d88000 0 0x18000>;
53525352
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>,
53535353
<&gcc GCC_UFS_PHY_AHB_CLK>;
53545354
clock-names = "ice_core_clk",

0 commit comments

Comments
 (0)