[PATCH 0/4] spi: dt-bindings: qcom: convert qcom,spi-qup to DT schema

Krzysztof Kozlowski posted 4 patches 4 years, 2 months ago
There is a newer version of this series
.../devicetree/bindings/spi/qcom,spi-qup.txt  | 103 ------------------
.../devicetree/bindings/spi/qcom,spi-qup.yaml |  82 ++++++++++++++
arch/arm/boot/dts/qcom-ipq4019.dtsi           |   8 +-
arch/arm64/boot/dts/qcom/msm8916.dtsi         |  24 ++--
arch/arm64/boot/dts/qcom/qcs404.dtsi          |  36 +++---
5 files changed, 116 insertions(+), 137 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/spi/qcom,spi-qup.txt
create mode 100644 Documentation/devicetree/bindings/spi/qcom,spi-qup.yaml
[PATCH 0/4] spi: dt-bindings: qcom: convert qcom,spi-qup to DT schema
Posted by Krzysztof Kozlowski 4 years, 2 months ago
Hi,

The DTS patches are independent and silence warnings pointed
out by schema.

Best regards,
Krzysztof

Krzysztof Kozlowski (4):
  ARM: dts: qcom: ipq4019: align dmas in SPI with DT schema
  arm64: dts: qcom: msm8916: align dmas in SPI with DT schema
  arm64: dts: qcom: qcs404: align clocks in SPI with DT schema
  spi: dt-bindings: qcom,spi-qup: convert to dtschema

 .../devicetree/bindings/spi/qcom,spi-qup.txt  | 103 ------------------
 .../devicetree/bindings/spi/qcom,spi-qup.yaml |  82 ++++++++++++++
 arch/arm/boot/dts/qcom-ipq4019.dtsi           |   8 +-
 arch/arm64/boot/dts/qcom/msm8916.dtsi         |  24 ++--
 arch/arm64/boot/dts/qcom/qcs404.dtsi          |  36 +++---
 5 files changed, 116 insertions(+), 137 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/spi/qcom,spi-qup.txt
 create mode 100644 Documentation/devicetree/bindings/spi/qcom,spi-qup.yaml

-- 
2.32.0
Re: [PATCH 0/4] spi: dt-bindings: qcom: convert qcom,spi-qup to DT schema
Posted by Kuldeep Singh 4 years, 2 months ago
On Tue, Mar 29, 2022 at 01:28:58PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> The DTS patches are independent and silence warnings pointed
> out by schema.
> 
> Best regards,
> Krzysztof
> 
> Krzysztof Kozlowski (4):
>   ARM: dts: qcom: ipq4019: align dmas in SPI with DT schema
>   arm64: dts: qcom: msm8916: align dmas in SPI with DT schema
>   arm64: dts: qcom: qcs404: align clocks in SPI with DT schema
>   spi: dt-bindings: qcom,spi-qup: convert to dtschema

Acked-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>

-Kuldeep