On Mon, 07 Nov 2022 19:59:30 +0100, Krzysztof Kozlowski wrote: > Convert Qualcomm MSM8660 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,msm8660-pinctrl.txt | 96 -------------- > .../pinctrl/qcom,msm8660-pinctrl.yaml | 125 ++++++++++++++++++ > 2 files changed, 125 insertions(+), 96 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8660-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,msm8660-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>