qualcommax: dts: cleanup whitespace

Replace blanks with tabs, remove extra blank lines.
Also add new lines as appropriate.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
This commit is contained in:
Chukun Pan 2024-02-13 23:17:10 +08:00 committed by Robert Marko
parent 85ad6b9569
commit a75102bbbc
8 changed files with 20 additions and 19 deletions

View File

@ -314,6 +314,7 @@
nand-ecc-strength = <4>; nand-ecc-strength = <4>;
nand-ecc-step-size = <512>; nand-ecc-step-size = <512>;
nand-bus-width = <8>; nand-bus-width = <8>;
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;

View File

@ -317,21 +317,25 @@
label = "alt_rootfs"; label = "alt_rootfs";
reg = <0xac80000 0x9000000>; reg = <0xac80000 0x9000000>;
}; };
partition@13c80000 { partition@13c80000 {
label = "sysdiag"; label = "sysdiag";
reg = <0x13c80000 0x200000>; reg = <0x13c80000 0x200000>;
read-only; read-only;
}; };
partition@13e80000 { partition@13e80000 {
label = "0:ethphyfw"; label = "0:ethphyfw";
reg = <0x13e80000 0x80000>; reg = <0x13e80000 0x80000>;
read-only; read-only;
}; };
partition@13f00000 { partition@13f00000 {
label = "syscfg"; label = "syscfg";
reg = <0x13f00000 0xb800000>; reg = <0x13f00000 0xb800000>;
read-only; read-only;
}; };
partition@1f700000 { partition@1f700000 {
label = "0:wififw"; label = "0:wififw";
reg = <0x1f700000 0x900000>; reg = <0x1f700000 0x900000>;

View File

@ -106,7 +106,6 @@
label = "wlan5g:green"; label = "wlan5g:green";
gpios = <&led_gpio 5 GPIO_ACTIVE_HIGH>; gpios = <&led_gpio 5 GPIO_ACTIVE_HIGH>;
}; };
}; };
}; };

View File

@ -350,7 +350,6 @@
status = "okay"; status = "okay";
}; };
&mdio { &mdio {
status = "okay"; status = "okay";
pinctrl-0 = <&mdio_pins>; pinctrl-0 = <&mdio_pins>;
@ -384,7 +383,6 @@
reg = <28>; reg = <28>;
reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>; reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
}; };
}; };
&switch { &switch {
@ -422,27 +420,27 @@
}; };
&dp2 { &dp2 {
status = "okay"; status = "okay";
phy-handle = <&qca8075_1>; phy-handle = <&qca8075_1>;
label = "lan1"; label = "lan1";
}; };
&dp3 { &dp3 {
status = "okay"; status = "okay";
phy-handle = <&qca8075_2>; phy-handle = <&qca8075_2>;
label = "lan2"; label = "lan2";
}; };
&dp4 { &dp4 {
status = "okay"; status = "okay";
phy-handle = <&qca8075_3>; phy-handle = <&qca8075_3>;
label = "lan3"; label = "lan3";
}; };
&dp6 { &dp6 {
status = "okay"; status = "okay";
phy-handle = <&qca8081>; phy-handle = <&qca8081>;
label = "wan"; label = "wan";
}; };
&pcie_qmp0 { &pcie_qmp0 {

View File

@ -22,6 +22,7 @@
cpu-supply = <&apc_vreg>; cpu-supply = <&apc_vreg>;
voltage-tolerance = <1>; voltage-tolerance = <1>;
}; };
&cpu0_thermal { &cpu0_thermal {
trips { trips {
cpu0_passive: cpu-passive { cpu0_passive: cpu-passive {

View File

@ -22,6 +22,7 @@
cpu-supply = <&apc_vreg>; cpu-supply = <&apc_vreg>;
voltage-tolerance = <1>; voltage-tolerance = <1>;
}; };
&cpu0_thermal { &cpu0_thermal {
trips { trips {
cpu0_passive_low: cpu-passive-low { cpu0_passive_low: cpu-passive-low {

View File

@ -13,7 +13,6 @@
#include <dt-bindings/leds/common.h> #include <dt-bindings/leds/common.h>
#include <dt-bindings/input/input.h> #include <dt-bindings/input/input.h>
/ { / {
model = "Zyxel NBG7815"; model = "Zyxel NBG7815";
compatible = "zyxel,nbg7815", "qcom,ipq8074"; compatible = "zyxel,nbg7815", "qcom,ipq8074";
@ -59,7 +58,6 @@
}; };
}; };
&blsp1_uart3 { &blsp1_uart3 {
status = "okay"; status = "okay";
}; };
@ -105,7 +103,6 @@
status = "disabled"; status = "disabled";
}; };
flash@0 { flash@0 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;

View File

@ -15,7 +15,7 @@
aliases { aliases {
serial0 = &blsp1_uart5; serial0 = &blsp1_uart5;
ethernet0 = &dp6_syn; ethernet0 = &dp6_syn;
ethernet1 = &dp4; ethernet1 = &dp4;
label-mac-device = &dp6_syn; label-mac-device = &dp6_syn;