From: Bartosz Golaszewski Date: Mon, 7 Oct 2024 10:02:56 +0000 (+0200) Subject: arm64: dts: qcom: sm8550: extend the register range for UFS ICE X-Git-Tag: v6.13-rc1~140^2~22^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a25ef30a84c121fd6ccde39e7e8e41e6e315365;p=thirdparty%2Fkernel%2Fstable.git arm64: dts: qcom: sm8550: extend the register range for UFS ICE The full register range for ICE on sm8550 is 0x18000 so update the crypto node. Signed-off-by: Gaurav Kashyap Co-developed-by: Gaurav Kashyap Reviewed-by: Konrad Dybcio Reviewed-by: Neil Armstrong Signed-off-by: Bartosz Golaszewski Link: https://lore.kernel.org/r/20241007-wrapped-keys-dts-v8-2-05ee041f2fc1@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi index 9dc0ee3eb98f8..93c8aa32e411b 100644 --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi @@ -2076,7 +2076,8 @@ ice: crypto@1d88000 { compatible = "qcom,sm8550-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>; };