mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 4/5] ARM: dts: meson8b: add the RMII pins
Date: Sat, 22 Sep 2018 17:10:02 +0200	[thread overview]
Message-ID: <20180922151003.4736-5-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20180922151003.4736-1-martin.blumenstingl@googlemail.com>

Some boards use an RMII Ethernet PHY which requires fewer pins than the
RGMII PHYs. Add a separate eth_rmii_pins node which does not include the
pins which are only required for RGMII (but not for RMII) PHYs.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 arch/arm/boot/dts/meson8b.dtsi | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
index 4bbbbc6bea83..cd1ca9dda126 100644
--- a/arch/arm/boot/dts/meson8b.dtsi
+++ b/arch/arm/boot/dts/meson8b.dtsi
@@ -223,6 +223,21 @@
 			};
 		};
 
+		eth_rmii_pins: eth-rmii {
+			mux {
+				groups = "eth_tx_en",
+					 "eth_txd1_0",
+					 "eth_txd0_0",
+					 "eth_rx_clk",
+					 "eth_rx_dv",
+					 "eth_rxd1",
+					 "eth_rxd0",
+					 "eth_mdio_en",
+					 "eth_mdc";
+				function = "ethernet";
+			};
+		};
+
 		i2c_a_pins: i2c-a {
 			mux {
 				groups = "i2c_sda_a", "i2c_sck_a";
-- 
2.19.0

  parent reply	other threads:[~2018-09-22 15:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-22 15:09 [PATCH v2 0/5] Meson8b: add support for the Endless Mini EC-100 Martin Blumenstingl
2018-09-22 15:09 ` [PATCH v2 1/5] dt-bindings: add vendor prefix for "Endless Mobile, Inc." Martin Blumenstingl
2018-09-22 15:10 ` [PATCH v2 2/5] dt-bindings: arm: amlogic: Add the Endless Mobile Endless Mini (EC-100) Martin Blumenstingl
2018-09-22 15:10 ` [PATCH v2 3/5] ARM: dts: meson8b: add the I2C_A, PWM_C and UART_B pins Martin Blumenstingl
2018-09-22 15:10 ` Martin Blumenstingl [this message]
2018-09-22 15:10 ` [PATCH v2 5/5] ARM: dts: meson8b: Add support for the Endless Mini (EC-100) Martin Blumenstingl
2018-09-26  8:50 ` [PATCH v2 0/5] Meson8b: add support for the Endless Mini EC-100 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=20180922151003.4736-5-martin.blumenstingl@googlemail.com \
    --to=martin.blumenstingl@googlemail.com \
    --cc=linus-amlogic@lists.infradead.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

all inboxes | Powered by JetHome®