On 22/02/2022 15:58, Krzysztof Kozlowski wrote: > Convert the Qualcomm Universal Flash Storage (UFS) Controller to DT > schema format. > > Except the conversion, add also properties already present in DTS: > iommus, interconnects and power-domains. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > --- > .../devicetree/bindings/ufs/qcom,ufs.yaml | 241 ++++++++++++++++++ > .../devicetree/bindings/ufs/ufshcd-pltfrm.txt | 90 ------- > 2 files changed, 241 insertions(+), 90 deletions(-) > create mode 100644 Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > delete mode 100644 Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt > > diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > new file mode 100644 > index 000000000000..356217124222 > --- /dev/null > +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml > @@ -0,0 +1,241 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/ufs/qcom,ufs.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm Universal Flash Storage (UFS) Controller > + > +maintainers: > + - Yaniv Gardi <ygardi@xxxxxxxxxxxxxx> This email bounces ("User doesn't exist: ygardi@xxxxxxxxxxxxxx"), so maintainer is needed for Qualcomm UFS bindings. Best regards, Krzysztof