Message ID | 20240709162009.5166-1-rayyan.ansari@linaro.org |
---|---|
Headers | show |
Series | dt-bindings: pinctrl: convert remaining qcom bindings to yaml | expand |
On Tue, Jul 09, 2024 at 05:17:52PM GMT, Rayyan Ansari wrote: > Hi, > The following patches convert all remaining old text bindings for > Qualcomm pinctrl to yaml, so device trees can be validated against the > schema. > Thanks for fixing these up! I think it would have been good to use andersson@kernel.org as the maintainer address, but I see the other bindings have the broken address as well, so I can follow up with a patch to change them all. Reviewed-by: Bjorn Andersson <andersson@kernel.org> Regards, Bjorn > Thanks, > Rayyan > > Rayyan Ansari (4): > dt-bindings: pinctrl: qcom,apq8064-pinctrl: convert to dtschema > dt-bindings: pinctrl: qcom,ipq8064-pinctrl: convert to dtschema > dt-bindings: pinctrl: qcom,ipq4019-pinctrl: convert to dtschema > dt-bindings: pinctrl: qcom,apq8084-pinctrl: convert to dtschema > > .../bindings/pinctrl/qcom,apq8064-pinctrl.txt | 95 --------- > .../pinctrl/qcom,apq8064-pinctrl.yaml | 110 ++++++++++ > .../bindings/pinctrl/qcom,apq8084-pinctrl.txt | 188 ------------------ > .../pinctrl/qcom,apq8084-pinctrl.yaml | 129 ++++++++++++ > .../bindings/pinctrl/qcom,ipq4019-pinctrl.txt | 85 -------- > .../pinctrl/qcom,ipq4019-pinctrl.yaml | 102 ++++++++++ > .../bindings/pinctrl/qcom,ipq8064-pinctrl.txt | 101 ---------- > .../pinctrl/qcom,ipq8064-pinctrl.yaml | 108 ++++++++++ > 8 files changed, 449 insertions(+), 469 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,apq8064-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,apq8064-pinctrl.yaml > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.yaml > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.yaml > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq8064-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq8064-pinctrl.yaml > > -- > 2.45.2 >
On 09/07/2024 18:17, Rayyan Ansari wrote: > Convert the Qualcomm IPQ4019 TLMM block bindings from text to yaml dt > schema format. > > Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Tue, Jul 9, 2024 at 6:20 PM Rayyan Ansari <rayyan.ansari@linaro.org> wrote: > Hi, > The following patches convert all remaining old text bindings for > Qualcomm pinctrl to yaml, so device trees can be validated against the > schema. Patches applied! Yours, Linus Walleij