[openwrt/openwrt] ipq806x: fix dts whitespace

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 8 18:04:20 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/505cf10e8392cc58056014e983bc2fd91ed236c1

commit 505cf10e8392cc58056014e983bc2fd91ed236c1
Author: Felix Baumann <felix.bau at gmx.de>
AuthorDate: Wed Feb 8 03:21:47 2023 +0100

    ipq806x: fix dts whitespace
    
    Replace blanks with tabs
    
    Signed-off-by: Felix Baumann <felix.bau at gmx.de>
---
 .../arch/arm/boot/dts/qcom-ipq8064-ad7200-c2600.dtsi   | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/target/linux/ipq806x/files-5.15/arch/arm/boot/dts/qcom-ipq8064-ad7200-c2600.dtsi b/target/linux/ipq806x/files-5.15/arch/arm/boot/dts/qcom-ipq8064-ad7200-c2600.dtsi
index 7b352edb9b..3494b2bde2 100644
--- a/target/linux/ipq806x/files-5.15/arch/arm/boot/dts/qcom-ipq8064-ad7200-c2600.dtsi
+++ b/target/linux/ipq806x/files-5.15/arch/arm/boot/dts/qcom-ipq8064-ad7200-c2600.dtsi
@@ -11,15 +11,15 @@
 	};
 
 	reserved-memory {
-                ramoops at 42100000 {
-                        compatible = "ramoops";
-                        reg = <0x42100000 0x40000>;
-                        record-size = <0x4000>;
-                        console-size = <0x4000>;
-                        ftrace-size = <0x4000>;
-                        pmsg-size = <0x4000>;
-                };
-        };
+		ramoops at 42100000 {
+			compatible = "ramoops";
+			reg = <0x42100000 0x40000>;
+			record-size = <0x4000>;
+			console-size = <0x4000>;
+			ftrace-size = <0x4000>;
+			pmsg-size = <0x4000>;
+		};
+	};
 
 	aliases {
 		mdio-gpio0 = &mdio0;




More information about the lede-commits mailing list