From: Neil Armstrong Date: Wed, 24 May 2017 08:28:25 +0000 (+0200) Subject: ARM64: dts: meson-gxl: Add SPI pinctrl nodes X-Git-Tag: v4.13-rc1~165^2~17^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=85b2e743d392680f42f601813acdd6934f223a76;p=karo-tx-linux.git ARM64: dts: meson-gxl: Add SPI pinctrl nodes This patch adds the SPICC Controller pins nodes for Amlogic GXL SoCs. Signed-off-by: Neil Armstrong Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index 4a3a74aa186d..4dfc22b07bf0 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -281,6 +281,22 @@ }; }; + spi_pins: spi { + mux { + groups = "spi_miso", + "spi_mosi", + "spi_sclk"; + function = "spi"; + }; + }; + + spi_ss0_pins: spi-ss0 { + mux { + groups = "spi_ss0"; + function = "spi"; + }; + }; + sdcard_pins: sdcard { mux { groups = "sdcard_d0",