Re: [PATCH v2 6/8] arm64: dts: qcom: sc7180: Add UFS nodes

From: Konrad Dybcio
Date: Wed Nov 22 2023 - 15:04:38 EST




On 11/17/23 21:08, David Wronek wrote:
Add the UFS, QMP PHY and ICE nodes for the Qualcomm SC7180 SoC.

Signed-off-by: David Wronek <davidwronek@xxxxxxxxx>
---
[...]

+ ice: crypto@1d90000 {
+ compatible = "qcom,sc7180-inline-crypto-engine",
+ "qcom,inline-crypto-engine";
+ reg = <0x0 0x01d90000 0x0 0x8000>;
0x0 -> 0 for consistency with other nodes

Konrad