On Wed, 12 Oct 2022 11:15:45 -0400, Krzysztof Kozlowski wrote: > Convert Qualcomm MSM8996 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,msm8996-pinctrl.txt | 208 ------------------ > .../pinctrl/qcom,msm8996-pinctrl.yaml | 187 ++++++++++++++++ > 2 files changed, 187 insertions(+), 208 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>