mbox series

[v2,0/5] ARM: dts: qcom: adhere to pinctrl dt schema

Message ID 20240711110545.31641-2-rayyan.ansari@linaro.org (mailing list archive)
Headers show
Series ARM: dts: qcom: adhere to pinctrl dt schema | expand

Message

Rayyan Ansari July 11, 2024, 11:01 a.m. UTC
Hi,
The following patches make the device trees compliant with the pinctrl
text to dt schema conversion here:
https://lore.kernel.org/all/20240709162009.5166-1-rayyan.ansari@linaro.org/

v1: https://lore.kernel.org/all/20240710084250.11342-1-rayyan.ansari@linaro.org/

Thanks,
Rayyan

Rayyan Ansari (5):
  ARM: dts: qcom: apq8064-pins: correct error in drive-strength property
  ARM: dts: qcom: asus,nexus7-flo: remove duplicate pinctrl handle in
    i2c nodes
  ARM: dts: qcom: apq8064: adhere to pinctrl dtschema
  ARM: dts: qcom: ipq8064: adhere to pinctrl dtschema
  ARM: dts: qcom: ipq4019: adhere to pinctrl dtschema

 .../dts/qcom/qcom-apq8064-asus-nexus7-flo.dts |   4 -
 .../boot/dts/qcom/qcom-apq8064-cm-qs600.dts   |  25 +-
 .../boot/dts/qcom/qcom-apq8064-ifc6410.dts    |  25 +-
 arch/arm/boot/dts/qcom/qcom-apq8064-pins.dtsi | 362 +++++++-----------
 .../qcom-apq8064-sony-xperia-lagan-yuga.dts   |  10 +-
 arch/arm/boot/dts/qcom/qcom-apq8064.dtsi      |  34 +-
 .../boot/dts/qcom/qcom-ipq4018-ap120c-ac.dtsi |  34 +-
 .../boot/dts/qcom/qcom-ipq4018-jalapeno.dts   |  27 +-
 .../boot/dts/qcom/qcom-ipq4019-ap.dk01.1.dtsi |  26 +-
 .../boot/dts/qcom/qcom-ipq4019-ap.dk04.1.dtsi |  14 +-
 .../dts/qcom/qcom-ipq4019-ap.dk07.1-c1.dts    |   8 +-
 .../dts/qcom/qcom-ipq4019-ap.dk07.1-c2.dts    |   2 +-
 .../boot/dts/qcom/qcom-ipq4019-ap.dk07.1.dtsi |   6 +-
 arch/arm/boot/dts/qcom/qcom-ipq8064-ap148.dts |  11 +-
 .../arm/boot/dts/qcom/qcom-ipq8064-rb3011.dts |  76 ++--
 arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi      | 114 +++---
 16 files changed, 309 insertions(+), 469 deletions(-)

Comments

Bjorn Andersson July 29, 2024, 3:58 a.m. UTC | #1
On Thu, 11 Jul 2024 12:01:37 +0100, Rayyan Ansari wrote:
> The following patches make the device trees compliant with the pinctrl
> text to dt schema conversion here:
> https://lore.kernel.org/all/20240709162009.5166-1-rayyan.ansari@linaro.org/
> 
> v1: https://lore.kernel.org/all/20240710084250.11342-1-rayyan.ansari@linaro.org/
> 
> Thanks,
> Rayyan
> 
> [...]

Applied, thanks!

[1/5] ARM: dts: qcom: apq8064-pins: correct error in drive-strength property
      commit: 046301eafc3296efe7266832b47c9cc93ff0ad38
[2/5] ARM: dts: qcom: asus,nexus7-flo: remove duplicate pinctrl handle in i2c nodes
      commit: 6dbec1c39d3ff53e24e434862c7b7da3552b1ffe
[3/5] ARM: dts: qcom: apq8064: adhere to pinctrl dtschema
      commit: c9c8f449c8a27791bd8540cbcb538a19568608cc
[4/5] ARM: dts: qcom: ipq8064: adhere to pinctrl dtschema
      commit: de52c020e1a9c3313d88405a4545020b1f5ab24d
[5/5] ARM: dts: qcom: ipq4019: adhere to pinctrl dtschema
      commit: 268a968ef946ccce45be7c01bf915dddce7208c9

Best regards,