Re: [PATCH v2 1/3] dt-bindings: ufs: qcom: Split common part to qcom,ufs-common.yaml
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-07-31 17:31:56
Also in:
linux-arm-msm, linux-scsi, lkml
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-07-31 17:31:56
Also in:
linux-arm-msm, linux-scsi, lkml
On Thu, 31 Jul 2025 09:15:52 +0200, Krzysztof Kozlowski wrote:
The binding for Qualcomm SoC UFS controllers grew and it will grow further. It already includes several conditionals, partially for difference in handling encryption block (ICE, either as phandle or as IO address space) but it will further grow for MCQ. Prepare for splitting this one big binding into several ones for common group of devices by defining common part for all Qualcomm UFS schemas. This only moves code, no functional impact expected. Signed-off-by: Krzysztof Kozlowski <redacted> --- .../devicetree/bindings/ufs/qcom,ufs-common.yaml | 67 ++++++++++++++++++++++ .../devicetree/bindings/ufs/qcom,ufs.yaml | 53 +---------------- 2 files changed, 68 insertions(+), 52 deletions(-)
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>