mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

Manually rebased: bcm27xx/patches-5.15/950-0600-xhci-quirks-add-link-TRB-quirk-for-VL805.patch bcm27xx/patches-5.15/950-0606-usb-xhci-add-VLI_TRB_CACHE_BUG-quirk.patch bcm27xx/patches-5.15/950-0717-usb-xhci-add-a-quirk-for-Superspeed-bulk-OUT-transfe.patch bcm53xx/patches-5.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch lantiq/patches-5.15/0028-NET-lantiq-various-etop-fixes.patch All other patches automatically rebased Co-authored-by: John Audia <therealgraysky@proton.me> Signed-off-by: John Audia <therealgraysky@proton.me>
40 lines
1.2 KiB
Diff
40 lines
1.2 KiB
Diff
From e8949160470080b4c24139cfb88accc25e589f70 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 17/44] 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
|
|
@@ -563,8 +563,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";
|
|
|
|
@@ -603,8 +603,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";
|
|
|