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

Commit 5b9f967c authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

ARM: dts: ls1021a: DSPI has 6 chip-selects



Both DSPI have signals SPIn_PCS[0:5] so in summary 6 chip-selects, not 5.
Fix that.

Signed-off-by: default avatarAlexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c54dd442
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -259,7 +259,7 @@
			interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
			clock-names = "dspi";
			clock-names = "dspi";
			clocks = <&platform_clk 1>;
			clocks = <&platform_clk 1>;
			spi-num-chipselects = <5>;
			spi-num-chipselects = <6>;
			big-endian;
			big-endian;
			status = "disabled";
			status = "disabled";
		};
		};
@@ -272,7 +272,7 @@
			interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
			clock-names = "dspi";
			clock-names = "dspi";
			clocks = <&platform_clk 1>;
			clocks = <&platform_clk 1>;
			spi-num-chipselects = <5>;
			spi-num-chipselects = <6>;
			big-endian;
			big-endian;
			status = "disabled";
			status = "disabled";
		};
		};