Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 897ed0ca authored by Cory Tusar's avatar Cory Tusar Committed by Shawn Guo
Browse files

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: default avatarCory Tusar <cory.tusar@pid1solutions.com>
Acked-by: default avatarStefan Agner <stefan@agner.ch>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4699ccbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@
				interrupts = <67 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&clks VF610_CLK_DSPI0>;
				clock-names = "dspi";
				spi-num-chipselects = <5>;
				spi-num-chipselects = <6>;
				status = "disabled";
			};

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