On Sun, 23 Oct 2022 20:23:55 -0400, Krzysztof Kozlowski wrote: > Convert Qualcomm MSM8916 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,msm8916-pinctrl.txt | 195 ------------------ > .../pinctrl/qcom,msm8916-pinctrl.yaml | 166 +++++++++++++++ > 2 files changed, 166 insertions(+), 195 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>