On Sun, 16 Oct 2022 21:22:24 -0400, Krzysztof Kozlowski wrote: > Convert Qualcomm MSM8974 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'). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../bindings/pinctrl/qcom,msm8974-pinctrl.txt | 121 ------------ > .../pinctrl/qcom,msm8974-pinctrl.yaml | 179 ++++++++++++++++++ > 2 files changed, 179 insertions(+), 121 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8974-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8974-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>