diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-05-24 04:28:25 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-30 18:12:41 -0400 |
commit | 85b2e743d392680f42f601813acdd6934f223a76 (patch) | |
tree | ccd51fec6135ee40f52dd8fdd617e16324cb4111 | |
parent | ec0a8260899700b3e49bc1d9d0535c6e888737d2 (diff) |
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>
-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 @@ | |||
281 | }; | 281 | }; |
282 | }; | 282 | }; |
283 | 283 | ||
284 | spi_pins: spi { | ||
285 | mux { | ||
286 | groups = "spi_miso", | ||
287 | "spi_mosi", | ||
288 | "spi_sclk"; | ||
289 | function = "spi"; | ||
290 | }; | ||
291 | }; | ||
292 | |||
293 | spi_ss0_pins: spi-ss0 { | ||
294 | mux { | ||
295 | groups = "spi_ss0"; | ||
296 | function = "spi"; | ||
297 | }; | ||
298 | }; | ||
299 | |||
284 | sdcard_pins: sdcard { | 300 | sdcard_pins: sdcard { |
285 | mux { | 301 | mux { |
286 | groups = "sdcard_d0", | 302 | groups = "sdcard_d0", |