0016-v6.2-arm64-dts-qcom-ipq8074-Fix-up-comments.patch 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. From 1b1c1423ca3e740984aa883512a72c4ea08fbe28 Mon Sep 17 00:00:00 2001
  2. From: Konrad Dybcio <[email protected]>
  3. Date: Mon, 7 Nov 2022 15:55:17 +0100
  4. Subject: [PATCH] arm64: dts: qcom: ipq8074-*: Fix up comments
  5. Make sure all multiline C-style commends begin with just '/*' with
  6. the comment text starting on a new line.
  7. Also, fix up some whitespace within comments.
  8. Signed-off-by: Konrad Dybcio <[email protected]>
  9. Signed-off-by: Bjorn Andersson <[email protected]>
  10. Link: https://lore.kernel.org/r/[email protected]
  11. ---
  12. arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 3 ++-
  13. arch/arm64/boot/dts/qcom/ipq8074-hk10-c1.dts | 3 ++-
  14. arch/arm64/boot/dts/qcom/ipq8074-hk10-c2.dts | 3 ++-
  15. arch/arm64/boot/dts/qcom/ipq8074.dtsi | 12 ++++++------
  16. 4 files changed, 12 insertions(+), 9 deletions(-)
  17. --- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
  18. +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
  19. @@ -1,6 +1,7 @@
  20. // SPDX-License-Identifier: GPL-2.0-only
  21. /dts-v1/;
  22. -/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
  23. +/*
  24. + * Copyright (c) 2017, The Linux Foundation. All rights reserved.
  25. */
  26. #include "ipq8074.dtsi"
  27. #include "pmp8074.dtsi"
  28. --- a/arch/arm64/boot/dts/qcom/ipq8074-hk10-c1.dts
  29. +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk10-c1.dts
  30. @@ -1,5 +1,6 @@
  31. // SPDX-License-Identifier: GPL-2.0-only
  32. -/* Copyright (c) 2020 The Linux Foundation. All rights reserved.
  33. +/*
  34. + * Copyright (c) 2020 The Linux Foundation. All rights reserved.
  35. */
  36. /dts-v1/;
  37. --- a/arch/arm64/boot/dts/qcom/ipq8074-hk10-c2.dts
  38. +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk10-c2.dts
  39. @@ -1,6 +1,7 @@
  40. // SPDX-License-Identifier: GPL-2.0-only
  41. /dts-v1/;
  42. -/* Copyright (c) 2020 The Linux Foundation. All rights reserved.
  43. +/*
  44. + * Copyright (c) 2020 The Linux Foundation. All rights reserved.
  45. */
  46. #include "ipq8074-hk10.dtsi"
  47. --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  48. +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  49. @@ -129,10 +129,10 @@
  50. status = "disabled";
  51. usb1_ssphy: phy@58200 {
  52. - reg = <0x00058200 0x130>, /* Tx */
  53. + reg = <0x00058200 0x130>, /* Tx */
  54. <0x00058400 0x200>, /* Rx */
  55. - <0x00058800 0x1f8>, /* PCS */
  56. - <0x00058600 0x044>; /* PCS misc*/
  57. + <0x00058800 0x1f8>, /* PCS */
  58. + <0x00058600 0x044>; /* PCS misc */
  59. #phy-cells = <0>;
  60. #clock-cells = <0>;
  61. clocks = <&gcc GCC_USB1_PIPE_CLK>;
  62. @@ -172,10 +172,10 @@
  63. status = "disabled";
  64. usb0_ssphy: phy@78200 {
  65. - reg = <0x00078200 0x130>, /* Tx */
  66. + reg = <0x00078200 0x130>, /* Tx */
  67. <0x00078400 0x200>, /* Rx */
  68. - <0x00078800 0x1f8>, /* PCS */
  69. - <0x00078600 0x044>; /* PCS misc*/
  70. + <0x00078800 0x1f8>, /* PCS */
  71. + <0x00078600 0x044>; /* PCS misc */
  72. #phy-cells = <0>;
  73. #clock-cells = <0>;
  74. clocks = <&gcc GCC_USB0_PIPE_CLK>;