[v6,0/4] Convert soundwire bindings to DT schema

Message ID 1667918763-32445-1-git-send-email-quic_srivasam@quicinc.com
Headers
Series Convert soundwire bindings to DT schema |

Message

Srinivasa Rao Mandadapu Nov. 8, 2022, 2:45 p.m. UTC
  Convert soundwire bindings text file to DT schema and update
device tree entries to follow strict dt-bindings.
Changes since V5:
  -- Update indentation of few properties description.
  -- Update minimum and maximum limit for few properties.
  -- Fix Typo errors in commit message.
  -- Update commit message with differences from text file.
Changes Since V4:
  -- Update interrupt names in example.
  -- Fix blank lines.
  -- Remove dependecy patch info.
  -- Split dtsi patches as per SoC.
Changes Since V3:
  -- Remove subnode description and add appropriate pattern properties.
  -- Add interrput names in example.
  -- update some properties description.
  -- Revert minIteams change in previous version.
  -- Rebase to latest code base.
  -- Update dtsi node names,
  -- Remove redundant property in soundwire node.

Srinivasa Rao Mandadapu (4):
  arm64: dts: qcom: Update soundwire secondary node names
  arm64: dts: qcom: sm8250: Remove redundant soundwire property
  arm64: dts: qcom: sc7280: Remove redundant soundwire property
  dt-bindings: soundwire: Convert text bindings to DT Schema

 .../devicetree/bindings/soundwire/qcom,sdw.txt     | 215 ----------------
 .../bindings/soundwire/qcom,soundwire.yaml         | 270 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/qrb5165-rb5.dts           |   4 +-
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |   1 -
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts         |   4 +-
 .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      |   4 +-
 arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts   |   4 +-
 arch/arm64/boot/dts/qcom/sm8250-mtp.dts            |   4 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |   1 -
 9 files changed, 280 insertions(+), 227 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/soundwire/qcom,sdw.txt
 create mode 100644 Documentation/devicetree/bindings/soundwire/qcom,soundwire.yaml
  

Comments

Bjorn Andersson Nov. 10, 2022, 4:09 a.m. UTC | #1
On Tue, 8 Nov 2022 20:15:59 +0530, Srinivasa Rao Mandadapu wrote:
> Convert soundwire bindings text file to DT schema and update
> device tree entries to follow strict dt-bindings.
> Changes since V5:
>   -- Update indentation of few properties description.
>   -- Update minimum and maximum limit for few properties.
>   -- Fix Typo errors in commit message.
>   -- Update commit message with differences from text file.
> Changes Since V4:
>   -- Update interrupt names in example.
>   -- Fix blank lines.
>   -- Remove dependecy patch info.
>   -- Split dtsi patches as per SoC.
> Changes Since V3:
>   -- Remove subnode description and add appropriate pattern properties.
>   -- Add interrput names in example.
>   -- update some properties description.
>   -- Revert minIteams change in previous version.
>   -- Rebase to latest code base.
>   -- Update dtsi node names,
>   -- Remove redundant property in soundwire node.
> 
> [...]

Applied, thanks!

[1/4] arm64: dts: qcom: Update soundwire secondary node names
      commit: bd35f4b0179692cacc8cd80aece56012b3b36c69
[2/4] arm64: dts: qcom: sm8250: Remove redundant soundwire property
      commit: 837f597ebc529b2dce6451da27f24d93ebe194c8
[3/4] arm64: dts: qcom: sc7280: Remove redundant soundwire property
      commit: 78043031281bbb31f89b66128982f404bcde94e8

Best regards,