diff options
author | Marek Behún <marek.behun@nic.cz> | 2019-08-28 17:12:41 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-08-31 09:24:31 +0200 |
commit | 8ef75105b5b18d9f957c37cd736fee490a913ace (patch) | |
tree | de53158ff42b517829682a10a4c2b7daaacf03f4 /arch/arm64 | |
parent | 4e48ff438fca98a70d8e813d18e336f25da73ed8 (diff) | |
download | blackbird-op-linux-8ef75105b5b18d9f957c37cd736fee490a913ace.tar.gz blackbird-op-linux-8ef75105b5b18d9f957c37cd736fee490a913ace.zip |
arm64: dts: marvell: armada-37xx: add SPI CS1 pinctrl
This adds pinctrl node for the GPIO to be used as SPI chip select 1.
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index 7f69e3dfcb13..000c135e39b7 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -215,6 +215,11 @@ function = "spi"; }; + spi_cs1_pins: spi-cs1-pins { + groups = "spi_cs1"; + function = "spi"; + }; + i2c1_pins: i2c1-pins { groups = "i2c1"; function = "i2c"; |