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: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Alexander Stein 2016-03-23 10:49:06 +01:00 committed by Shawn Guo
parent c54dd442b4
commit 5b9f967c07

View File

@ -259,7 +259,7 @@
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "dspi";
clocks = <&platform_clk 1>;
spi-num-chipselects = <5>;
spi-num-chipselects = <6>;
big-endian;
status = "disabled";
};
@ -272,7 +272,7 @@
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "dspi";
clocks = <&platform_clk 1>;
spi-num-chipselects = <5>;
spi-num-chipselects = <6>;
big-endian;
status = "disabled";
};