mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
4eda3e8b9a
Copy patches and config from kernel 5.15 to start preparing kernel 6.1 support. Signed-off-by: Robert Marko <robimarko@gmail.com>
40 lines
1.2 KiB
Diff
40 lines
1.2 KiB
Diff
From 159cbe595c1018a0172c637374ec69af643fa9f5 Mon Sep 17 00:00:00 2001
|
|
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Date: Wed, 4 May 2022 15:19:22 +0200
|
|
Subject: [PATCH] arm64: dts: qcom: align DWC3 USB clocks with DT schema
|
|
|
|
Align order of clocks and their names with Qualcomm DWC3 USB DT schema.
|
|
No functional impact expected.
|
|
|
|
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Link: https://lore.kernel.org/r/20220504131923.214367-13-krzysztof.kozlowski@linaro.org
|
|
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -564,8 +564,8 @@
|
|
<&gcc GCC_USB0_MASTER_CLK>,
|
|
<&gcc GCC_USB0_SLEEP_CLK>,
|
|
<&gcc GCC_USB0_MOCK_UTMI_CLK>;
|
|
- clock-names = "sys_noc_axi",
|
|
- "master",
|
|
+ clock-names = "cfg_noc",
|
|
+ "core",
|
|
"sleep",
|
|
"mock_utmi";
|
|
|
|
@@ -604,8 +604,8 @@
|
|
<&gcc GCC_USB1_MASTER_CLK>,
|
|
<&gcc GCC_USB1_SLEEP_CLK>,
|
|
<&gcc GCC_USB1_MOCK_UTMI_CLK>;
|
|
- clock-names = "sys_noc_axi",
|
|
- "master",
|
|
+ clock-names = "cfg_noc",
|
|
+ "core",
|
|
"sleep",
|
|
"mock_utmi";
|
|
|