diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-05-24 11:28:25 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-31 01:12:41 +0300 |
commit | 85b2e743d392680f42f601813acdd6934f223a76 (patch) | |
tree | ccd51fec6135ee40f52dd8fdd617e16324cb4111 /arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | |
parent | ec0a8260899700b3e49bc1d9d0535c6e888737d2 (diff) | |
download | linux-85b2e743d392680f42f601813acdd6934f223a76.tar.xz |
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 <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxl.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
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", |