mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +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>
37 lines
1.3 KiB
Diff
37 lines
1.3 KiB
Diff
From af38dc1085f574d575c886c0800645c8b7d4b874 Mon Sep 17 00:00:00 2001
|
|
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Date: Thu, 26 May 2022 22:42:47 +0200
|
|
Subject: [PATCH 18/44] arm64: dts: qcom: adjust whitespace around '='
|
|
|
|
Fix whitespace coding style: use single space instead of tabs or
|
|
multiple spaces around '=' sign in property assignment. No functional
|
|
changes (same DTB).
|
|
|
|
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
|
Link: https://lore.kernel.org/r/20220526204248.832139-1-krzysztof.kozlowski@linaro.org
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -119,7 +119,7 @@
|
|
<&xo>;
|
|
clock-names = "aux", "cfg_ahb", "ref";
|
|
|
|
- resets = <&gcc GCC_USB1_PHY_BCR>,
|
|
+ resets = <&gcc GCC_USB1_PHY_BCR>,
|
|
<&gcc GCC_USB3PHY_1_PHY_BCR>;
|
|
reset-names = "phy","common";
|
|
status = "disabled";
|
|
@@ -162,7 +162,7 @@
|
|
<&xo>;
|
|
clock-names = "aux", "cfg_ahb", "ref";
|
|
|
|
- resets = <&gcc GCC_USB0_PHY_BCR>,
|
|
+ resets = <&gcc GCC_USB0_PHY_BCR>,
|
|
<&gcc GCC_USB3PHY_0_PHY_BCR>;
|
|
reset-names = "phy","common";
|
|
status = "disabled";
|