On Tue, 11 Oct 2022 17:31:45 -0400, Krzysztof Kozlowski wrote: > Convert Qualcomm MSM8998 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,msm8998-pinctrl.txt | 202 ------------------ > .../pinctrl/qcom,msm8998-pinctrl.yaml | 176 +++++++++++++++ > 2 files changed, 176 insertions(+), 202 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>