cc4c3482335b6aaebfb58e35f9739abaacb2e984
[openwrt/openwrt.git] / target / linux / ipq807x / patches-5.15 / 0016-v5.19-arm64-dts-qcom-align-DWC3-USB-clocks-with-DT-schema.patch
1 From 159cbe595c1018a0172c637374ec69af643fa9f5 Mon Sep 17 00:00:00 2001
2 From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
3 Date: Wed, 4 May 2022 15:19:22 +0200
4 Subject: [PATCH] arm64: dts: qcom: align DWC3 USB clocks with DT schema
5
6 Align order of clocks and their names with Qualcomm DWC3 USB DT schema.
7 No functional impact expected.
8
9 Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
10 Link: https://lore.kernel.org/r/20220504131923.214367-13-krzysztof.kozlowski@linaro.org
11 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 ---
13 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
17 +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
18 @@ -563,8 +563,8 @@
19 <&gcc GCC_USB0_MASTER_CLK>,
20 <&gcc GCC_USB0_SLEEP_CLK>,
21 <&gcc GCC_USB0_MOCK_UTMI_CLK>;
22 - clock-names = "sys_noc_axi",
23 - "master",
24 + clock-names = "cfg_noc",
25 + "core",
26 "sleep",
27 "mock_utmi";
28
29 @@ -603,8 +603,8 @@
30 <&gcc GCC_USB1_MASTER_CLK>,
31 <&gcc GCC_USB1_SLEEP_CLK>,
32 <&gcc GCC_USB1_MOCK_UTMI_CLK>;
33 - clock-names = "sys_noc_axi",
34 - "master",
35 + clock-names = "cfg_noc",
36 + "core",
37 "sleep",
38 "mock_utmi";
39