mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add a directory by kernel instead of a common root, add qnap-301w and rpi4 kernel 6.1 suppport
This commit is contained in:
parent
e910436a7a
commit
46837ec4c0
9459 changed files with 362648 additions and 116345 deletions
|
@ -0,0 +1,36 @@
|
|||
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";
|
Loading…
Add table
Add a link
Reference in a new issue