Skip to content

Commit

Permalink
dts/arm/st: Fix SPI1 interrupt priority for STM32f0
Browse files Browse the repository at this point in the history
STM32F0 family has only 2 interrupt priority bits.

Fixes zephyrproject-rtos#6238

Signed-off-by: Yannis Damigos <[email protected]>
  • Loading branch information
ydamigos committed Feb 17, 2018
1 parent 25a59cd commit 98cbff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/arm/st/stm32f0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0x40013000 0x400>;
interrupts = <25 5>;
interrupts = <25 3>;
status = "disabled";
label = "SPI_1";
};
Expand Down

0 comments on commit 98cbff3

Please sign in to comment.