Skip to content

Commit c9922dc

Browse files
authored
Fix ICE reg size on Kodiak and SM8450 dts (#440)
Fix ICE reg size on Kodiak and SM8450 dts
2 parents 7304f47 + acd9fd6 commit c9922dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2587,7 +2587,7 @@
25872587
ice: crypto@1d88000 {
25882588
compatible = "qcom,sc7280-inline-crypto-engine",
25892589
"qcom,inline-crypto-engine";
2590-
reg = <0 0x01d88000 0 0x8000>;
2590+
reg = <0 0x01d88000 0 0x18000>;
25912591
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>,
25922592
<&gcc GCC_UFS_PHY_AHB_CLK>;
25932593
clock-names = "ice_core_clk",

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)