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