Skip to content

Commit b3157ef

Browse files
author
Dinh Nguyen
committed
FogBugz #192124: Fix SPI IRQ numbers in the DTS
The IRQ numbers for the SPI master entries was incorrectly using the SPI slave IRQ numbers. Signed-off-by: Dinh Nguyen <[email protected]>
1 parent bd9d1aa commit b3157ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/socfpga.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
#address-cells = <1>;
760760
#size-cells = <0>;
761761
reg = <0xfff00000 0x1000>;
762-
interrupts = <0 154 4>;
762+
interrupts = <0 156 4>;
763763
num-chipselect = <4>;
764764
bus-num = <0>;
765765
tx-dma-channel = <&pdma 16>;
@@ -779,7 +779,7 @@
779779
#address-cells = <1>;
780780
#size-cells = <0>;
781781
reg = <0xfff01000 0x1000>;
782-
interrupts = <0 155 4>;
782+
interrupts = <0 157 4>;
783783
num-chipselect = <4>;
784784
bus-num = <1>;
785785
tx-dma-channel = <&pdma 20>;

0 commit comments

Comments
 (0)