mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 14:42:34 -04:00
arm64: dts: qcom: sa8775p: extend the register range for UFS ICE
The full register range for ICE on sa8775p is 0x18000 so update the crypto node. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/r/20241007-wrapped-keys-dts-v8-3-05ee041f2fc1@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
5a25ef30a8
commit
dcf8ef1c8d
@@ -2139,7 +2139,7 @@ ufs_mem_phy: phy@1d87000 {
|
||||
ice: crypto@1d88000 {
|
||||
compatible = "qcom,sa8775p-inline-crypto-engine",
|
||||
"qcom,inline-crypto-engine";
|
||||
reg = <0x0 0x01d88000 0x0 0x8000>;
|
||||
reg = <0x0 0x01d88000 0x0 0x18000>;
|
||||
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user