aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun7i-a20-bananapro.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2015-05-03 09:25:41 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2015-05-10 10:23:56 +0200
commitf3022c6ca06e0b8d8e77c94da1af5f41210e52ba (patch)
tree30cee5dcde63427b6c22845e0a65853a6af8810d /arch/arm/boot/dts/sun7i-a20-bananapro.dts
parent8358aada4e4ba8fddbf792329e11dc4a9660c51f (diff)
ARM: sunxi: dt: Split the SPI pinctrl groups
The pinctrl groups for SPI until now were also adding the chip selects in the SPI pinctrl group. This was causing a few issues, since a board was forced to use a random number of chipselects, even though it might use one of these chip selects for another pin. The number of chipselects defined was also not the same from one group to another because of different needs at the time these groups have been introduced, resulting in no clear view from the board DTS on what exactly is being muxed, which even might change in the future. Solve this by creating different pinctrl groups for the chipselects and the standard SPI pins (CLK, MOSI and MISO) so that we fix both issues. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-bananapro.dts')
-rw-r--r--arch/arm/boot/dts/sun7i-a20-bananapro.dts4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-bananapro.dts b/arch/arm/boot/dts/sun7i-a20-bananapro.dts
index c6f40791083c..45e2a024c6d5 100644
--- a/arch/arm/boot/dts/sun7i-a20-bananapro.dts
+++ b/arch/arm/boot/dts/sun7i-a20-bananapro.dts
@@ -238,7 +238,9 @@
&spi0 {
pinctrl-names = "default";
- pinctrl-0 = <&spi0_pins_a>;
+ pinctrl-0 = <&spi0_pins_a>,
+ <&spi0_cs0_pins_a>,
+ <&spi0_cs1_pins_a>;
status = "okay";
};