0054-v6.1-arm64-dts-qcom-replace-deprecated-perst-gpio-with-pe.patch 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. From 0afa47c1b57ba645225b38654869a6e5d2939da5 Mon Sep 17 00:00:00 2001
  2. From: Dmitry Baryshkov <[email protected]>
  3. Date: Fri, 6 May 2022 18:21:07 +0300
  4. Subject: [PATCH] arm64: dts: qcom: replace deprecated perst-gpio with
  5. perst-gpios
  6. Replace deprecated perst-gpio and wake-gpio properties with up-to-date
  7. perst-gpios and wake-gpios in the Qualcomm device trees.
  8. Acked-by: Krzysztof Kozlowski <[email protected]>
  9. Signed-off-by: Dmitry Baryshkov <[email protected]>
  10. Signed-off-by: Bjorn Andersson <[email protected]>
  11. Link: https://lore.kernel.org/r/[email protected]
  12. ---
  13. arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 4 ++--
  14. arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi | 4 ++--
  15. 2 files changed, 4 insertions(+), 4 deletions(-)
  16. --- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
  17. +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
  18. @@ -49,12 +49,12 @@
  19. &pcie0 {
  20. status = "okay";
  21. - perst-gpio = <&tlmm 61 0x1>;
  22. + perst-gpios = <&tlmm 61 0x1>;
  23. };
  24. &pcie1 {
  25. status = "okay";
  26. - perst-gpio = <&tlmm 58 0x1>;
  27. + perst-gpios = <&tlmm 58 0x1>;
  28. };
  29. &pcie_qmp0 {
  30. --- a/arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi
  31. +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi
  32. @@ -39,12 +39,12 @@
  33. &pcie0 {
  34. status = "ok";
  35. - perst-gpio = <&tlmm 58 0x1>;
  36. + perst-gpios = <&tlmm 58 0x1>;
  37. };
  38. &pcie1 {
  39. status = "ok";
  40. - perst-gpio = <&tlmm 61 0x1>;
  41. + perst-gpios = <&tlmm 61 0x1>;
  42. };
  43. &pcie_phy0 {