On Fri, Nov 04, 2022 at 12:11:31PM -0400, Krzysztof Kozlowski wrote: > Convert Qualcomm QCS404 pin controller bindings to DT schema. Keep the > parsing of pin configuration subnodes consistent with other Qualcomm > schemas (children named with '-state' suffix, their children with > '-pins'). > > Changes during conversion: add sdc1_rclk pins (used in qcs404-evb.dtsi). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../bindings/pinctrl/qcom,qcs404-pinctrl.txt | 199 ------------------ > .../bindings/pinctrl/qcom,qcs404-pinctrl.yaml | 176 ++++++++++++++++ > 2 files changed, 176 insertions(+), 199 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml > new file mode 100644 > index 000000000000..3d314458bf84 > --- /dev/null > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml > @@ -0,0 +1,176 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/pinctrl/qcom,qcs404-pinctrl.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm SCS404 TLMM pin controller SCS? With that fixed, Reviewed-by: Rob Herring <robh@xxxxxxxxxx>