Skip to content

Commit f18a4aa

Browse files
erwangocarlescufi
authored andcommitted
dts/arm/st: mp1: Default node status should be "disabled"
Set SPI nodes status as disabled, as this should be the in .dtsi soc description. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 37bf7cb commit f18a4aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dts/arm/st/mp1/stm32mp157.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x100>;
172172
interrupts = <35 5>;
173173
label = "SPI_1";
174+
status = "disabled";
174175
};
175176

176177
spi2: spi@4000b000 {
@@ -181,6 +182,7 @@
181182
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x800>;
182183
interrupts = <36 5>;
183184
label = "SPI_2";
185+
status = "disabled";
184186
};
185187

186188
spi3: spi@4000c000 {
@@ -191,6 +193,7 @@
191193
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x1000>;
192194
interrupts = <51 5>;
193195
label = "SPI_3";
196+
status = "disabled";
194197
};
195198

196199
spi4: spi@44005000 {
@@ -201,6 +204,7 @@
201204
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x200>;
202205
interrupts = <84 5>;
203206
label = "SPI_4";
207+
status = "disabled";
204208
};
205209

206210
spi5: spi@44009000 {
@@ -211,6 +215,7 @@
211215
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x400>;
212216
interrupts = <85 5>;
213217
label = "SPI_5";
218+
status = "disabled";
214219
};
215220

216221
usart2: serial@4000e000 {

0 commit comments

Comments
 (0)