Skip to content

Commit 897ed0c

Browse files
ctusarShawn Guo
authored andcommitted
ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects.
Per the Vybrid Reference Manual (section 3.8.6.1), dspi0 has 6 chip select signals associated with it, while dspi1 has only 4. Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com> Acked-by: Stefan Agner <stefan@agner.ch> Cc: <stable@vger.kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 4699ccb commit 897ed0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/vfxxx.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
interrupts = <67 IRQ_TYPE_LEVEL_HIGH>;
159159
clocks = <&clks VF610_CLK_DSPI0>;
160160
clock-names = "dspi";
161-
spi-num-chipselects = <5>;
161+
spi-num-chipselects = <6>;
162162
status = "disabled";
163163
};
164164

@@ -170,7 +170,7 @@
170170
interrupts = <68 IRQ_TYPE_LEVEL_HIGH>;
171171
clocks = <&clks VF610_CLK_DSPI1>;
172172
clock-names = "dspi";
173-
spi-num-chipselects = <5>;
173+
spi-num-chipselects = <4>;
174174
status = "disabled";
175175
};
176176

0 commit comments

Comments
 (0)