On Fri, 30 Sep 2022 22:05:29 +0200, Krzysztof Kozlowski wrote: > Convert Qualcomm SDM845 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,sdm845-pinctrl.txt | 176 ------------------ > .../bindings/pinctrl/qcom,sdm845-pinctrl.yaml | 158 ++++++++++++++++ > 2 files changed, 158 insertions(+), 176 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>