devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: khilman@baylibre.com
Cc: linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Neil Armstrong <narmstrong@baylibre.com>
Subject: [PATCH 4/5] ARM64: dts: meson-gxbb: Add SPI pinctrl nodes
Date: Wed, 24 May 2017 10:28:24 +0200	[thread overview]
Message-ID: <1495614505-4437-5-git-send-email-narmstrong@baylibre.com> (raw)
In-Reply-To: <1495614505-4437-1-git-send-email-narmstrong@baylibre.com>

This patch adds the SPICC Controller pins nodes for Amlogic GXBB SoCs.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index f0cfb02..16a9d45 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -393,6 +393,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",
-- 
1.9.1

  parent reply	other threads:[~2017-05-24  8:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24  8:28 [PATCH 0/5] ARM64: dts: meson: Add CEC, Ethernet Link and SPI pins nodes Neil Armstrong
2017-05-24  8:28 ` [PATCH 1/5] ARM64: dts: meson-gxbb: Add CEC " Neil Armstrong
2017-05-24  8:28 ` [PATCH 2/5] ARM64: dts: meson-gxl: " Neil Armstrong
2017-05-24  8:28 ` [PATCH 3/5] ARM64: dts: meson-gxl: Add Ethernet PHY LEDS " Neil Armstrong
2017-05-24  8:28 ` Neil Armstrong [this message]
2017-05-24  8:28 ` [PATCH 5/5] ARM64: dts: meson-gxl: Add SPI pinctrl nodes Neil Armstrong
     [not found] ` <1495614505-4437-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-05-30 22:14   ` [PATCH 0/5] ARM64: dts: meson: Add CEC, Ethernet Link and SPI pins nodes Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1495614505-4437-5-git-send-email-narmstrong@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).