linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jacopo Mondi <jacopo+renesas@jmondi.org>
To: geert@linux-m68k.org, horms@verge.net.au,
	sergei.shtylyov@cogentembedded.com, magnus.damm@gmail.com,
	robh+dt@kernel.org, mark.rutland@arm.com
Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 01/10] arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode
Date: Tue, 27 Feb 2018 11:22:45 +0100	[thread overview]
Message-ID: <1519726974-23160-2-git-send-email-jacopo+renesas@jmondi.org> (raw)
In-Reply-To: <1519726974-23160-1-git-send-email-jacopo+renesas@jmondi.org>

As the PHY interface installed on the Salvator-X[S] board, provides TX
channel delay, make the "phy-mode" property a board-specific one, meant
to override the one specified in the SoC DTSI.

Follow up patches will reset the r8a7795/96/965 SoC DTSI to use "rgmii"
mode and let the board files override that.

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/boot/dts/renesas/salvator-common.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
index 8e8ec30..c725f9b 100644
--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -279,6 +279,7 @@
 	pinctrl-0 = <&avb_pins>;
 	pinctrl-names = "default";
 	phy-handle = <&phy0>;
+	phy-mode = "rgmii-txid";
 	status = "okay";
 
 	phy0: ethernet-phy@0 {
-- 
2.7.4

  reply	other threads:[~2018-02-27 10:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-27 10:22 [PATCH v2 00/10] R-Car M3-N: Enable EtherAVB device node Jacopo Mondi
2018-02-27 10:22 ` Jacopo Mondi [this message]
2018-02-27 10:22 ` [PATCH v2 02/10] arm64: dts: renesas: ulcb: Override EtherAVB phy-mode Jacopo Mondi
2018-02-27 10:22 ` [PATCH v2 03/10] arm64: dts: renesas: draak: " Jacopo Mondi
2018-02-27 10:22 ` [PATCH v2 04/10] arm64: dts: renesas: eagle: " Jacopo Mondi
2018-02-27 10:22 ` [PATCH v2 05/10] arm64: dts: renesas: v3msk: " Jacopo Mondi
2018-02-27 10:22 ` [PATCH v2 06/10] arm64: dts: renesas: r8a7796: Set EtherAVB phy mode to "rgmii" Jacopo Mondi
2018-02-27 10:22 ` [PATCH v2 07/10] arm64: dts: renesas: r8a7795: " Jacopo Mondi
2018-02-27 10:22 ` [PATCH v2 08/10] arm64: dts: renesas: r8a77995: " Jacopo Mondi
2018-02-27 10:22 ` [PATCH v2 09/10] arm64: dts: renesas: r8a77970: " Jacopo Mondi
2018-02-27 10:22 ` [PATCH v2 10/10] arm64: dts: renesas: r8a77965: Add EtherAVB device node Jacopo Mondi
2018-03-01  9:53 ` [PATCH v2 00/10] R-Car M3-N: Enable " Simon Horman

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=1519726974-23160-2-git-send-email-jacopo+renesas@jmondi.org \
    --to=jacopo+renesas@jmondi.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=netdev@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sergei.shtylyov@cogentembedded.com \
    /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).