Skip to content

Commit 5170256

Browse files
Stanislav Jakubekffainelli
authored andcommitted
ARM: dts: bcm-mobile: move status properties to the end of nodes
Move some DT "status" properties so that they're the last specified property (before sub-nodes). Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Link: https://lore.kernel.org/r/d7060071cb1f4b36b06b6507a09b32c7751ca7f0.1685127525.git.stano.jakubek@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 2e167b3 commit 5170256

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

arch/arm/boot/dts/bcm11351.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,42 +51,42 @@
5151

5252
serial@3e000000 {
5353
compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
54-
status = "disabled";
5554
reg = <0x3e000000 0x1000>;
5655
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB>;
5756
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
5857
reg-shift = <2>;
5958
reg-io-width = <4>;
59+
status = "disabled";
6060
};
6161

6262
serial@3e001000 {
6363
compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
64-
status = "disabled";
6564
reg = <0x3e001000 0x1000>;
6665
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB2>;
6766
interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
6867
reg-shift = <2>;
6968
reg-io-width = <4>;
69+
status = "disabled";
7070
};
7171

7272
serial@3e002000 {
7373
compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
74-
status = "disabled";
7574
reg = <0x3e002000 0x1000>;
7675
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB3>;
7776
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
7877
reg-shift = <2>;
7978
reg-io-width = <4>;
79+
status = "disabled";
8080
};
8181

8282
serial@3e003000 {
8383
compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
84-
status = "disabled";
8584
reg = <0x3e003000 0x1000>;
8685
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB4>;
8786
interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
8887
reg-shift = <2>;
8988
reg-io-width = <4>;
89+
status = "disabled";
9090
};
9191

9292
L2: l2-cache@3ff20000 {

arch/arm/boot/dts/bcm21664.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,32 +51,32 @@
5151

5252
serial@3e000000 {
5353
compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart";
54-
status = "disabled";
5554
reg = <0x3e000000 0x118>;
5655
clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB>;
5756
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
5857
reg-shift = <2>;
5958
reg-io-width = <4>;
59+
status = "disabled";
6060
};
6161

6262
serial@3e001000 {
6363
compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart";
64-
status = "disabled";
6564
reg = <0x3e001000 0x118>;
6665
clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB2>;
6766
interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
6867
reg-shift = <2>;
6968
reg-io-width = <4>;
69+
status = "disabled";
7070
};
7171

7272
serial@3e002000 {
7373
compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart";
74-
status = "disabled";
7574
reg = <0x3e002000 0x118>;
7675
clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB3>;
7776
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
7877
reg-shift = <2>;
7978
reg-io-width = <4>;
79+
status = "disabled";
8080
};
8181

8282
L2: cache-controller@3ff20000 {

arch/arm/boot/dts/bcm23550.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,32 +129,32 @@
129129

130130
uartb: serial@0 {
131131
compatible = "snps,dw-apb-uart";
132-
status = "disabled";
133132
reg = <0x00000000 0x118>;
134133
clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB>;
135134
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
136135
reg-shift = <2>;
137136
reg-io-width = <4>;
137+
status = "disabled";
138138
};
139139

140140
uartb2: serial@1000 {
141141
compatible = "snps,dw-apb-uart";
142-
status = "disabled";
143142
reg = <0x00001000 0x118>;
144143
clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB2>;
145144
interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
146145
reg-shift = <2>;
147146
reg-io-width = <4>;
147+
status = "disabled";
148148
};
149149

150150
uartb3: serial@2000 {
151151
compatible = "snps,dw-apb-uart";
152-
status = "disabled";
153152
reg = <0x00002000 0x118>;
154153
clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB3>;
155154
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
156155
reg-shift = <2>;
157156
reg-io-width = <4>;
157+
status = "disabled";
158158
};
159159

160160
bsc1: i2c@16000 {

arch/arm/boot/dts/bcm28155-ap.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@
2121
};
2222

2323
i2c@3e016000 {
24-
status = "okay";
2524
clock-frequency = <400000>;
25+
status = "okay";
2626
};
2727

2828
i2c@3e017000 {
29-
status = "okay";
3029
clock-frequency = <400000>;
30+
status = "okay";
3131
};
3232

3333
i2c@3e018000 {
34-
status = "okay";
3534
clock-frequency = <400000>;
35+
status = "okay";
3636
};
3737

3838
i2c@3500d000 {
39-
status = "okay";
4039
clock-frequency = <100000>;
40+
status = "okay";
4141

4242
pmu: pmu@8 {
4343
reg = <0x08>;

0 commit comments

Comments
 (0)