mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
37 lines
1.3 KiB
Diff
37 lines
1.3 KiB
Diff
|
From a9f7dc27469ca9588d7aa572bdfdfd5f0f1aab6a 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] 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";
|