From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: meson8b: extend ethernet controller description
Date: Wed, 17 Jan 2018 15:52:10 +0100 [thread overview]
Message-ID: <CAFBinCC8XgbLnAatLuKC66pSO4bshLnU0saxdNJE5VVNpEM6Kw@mail.gmail.com> (raw)
In-Reply-To: <20180117141336.GA23975@ingrassia.epigenesys.com>
Hi Emiliano,
On Wed, Jan 17, 2018 at 3:13 PM, Emiliano Ingrassia
<ingrassia@epigenesys.com> wrote:
> Hi Martin,
>
> thanks for the feedback!
>
> On Tue, Jan 16, 2018 at 11:14:37AM +0100, Martin Blumenstingl wrote:
>> On Tue, Jan 16, 2018 at 1:34 AM, Emiliano Ingrassia
>> <ingrassia@epigenesys.com> wrote:
>> > Extend ethernet controller description adding pin multiplexing and
>> > setting the needed attributes in ethmac node.
>> > As reported in S805 SoC manual, the MAC clock source is MPLL2 only.
>> >
>> > Signed-off-by: Emiliano Ingrassia <ingrassia@epigenesys.com>
>> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>>
>> I had your patch also in my local tree, where I added the following
>> comments to the patch description (this is nothing final though, I
>> just added them so I don't forget about these facts):
>> Until now we have been using the "amlogic,meson6-dwmac" binding with the
>> register offset (0xc1108108) defined in meson.dtsi.
>> During testing (and by reading Hardkernel's u-boot sources for the
>> Odroid-C1) it turns out that the actual register that should be used is
>> at 0xc1108140. This also requires us to switch to the new
>> "amlogic,meson8b-dwmac" binding, because the dwmac-meson8b driver knows
>> how to configure that register. The old register is a no-op, so using
>> the old "amlogic,meson6-dwmac" binding with the old register meant that
>> we relied on the bootloader to set up the Ethernet clocks etc.
>> correctly.
>>
>
> Ok, I could send a second version of the patch integrating these
> informations in log message.
> What do you think?
if you send a v2 of this series anyways then it would be great if you
could include it (feel free to change it where needed)
>>
>> > ---
>> > arch/arm/boot/dts/meson8b.dtsi | 35 +++++++++++++++++++++++++++++++++--
>> > 1 file changed, 33 insertions(+), 2 deletions(-)
>> >
>> > diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
>> > index 7cd03ed3742e..3c66d9bdc3a8 100644
>> > --- a/arch/arm/boot/dts/meson8b.dtsi
>> > +++ b/arch/arm/boot/dts/meson8b.dtsi
>> > @@ -185,6 +185,27 @@
>> > #gpio-cells = <2>;
>> > gpio-ranges = <&pinctrl_cbus 0 0 130>;
>> > };
>> > +
>> > + eth_rgmii_pins: eth-rgmii {
>> > + mux {
>> > + groups = "eth_tx_clk",
>> > + "eth_tx_en",
>> > + "eth_txd1_0",
>> > + "eth_txd1_1",
>> > + "eth_txd0_0",
>> > + "eth_txd0_1",
>> > + "eth_rx_clk",
>> > + "eth_rx_dv",
>> > + "eth_rxd1",
>> > + "eth_rxd0",
>> > + "eth_mdio_en",
>> > + "eth_mdc",
>> > + "eth_ref_clk",
>> > + "eth_txd2",
>> > + "eth_txd3";
>> > + function = "ethernet";
>> > + };
>> > + };
>> > };
>> > };
>> >
>> > @@ -203,8 +224,18 @@
>> > };
>> >
>> > ðmac {
>> > - clocks = <&clkc CLKID_ETH>;
>> > - clock-names = "stmmaceth";
>> > + compatible = "amlogic,meson8b-dwmac", "snps,dwmac-3.70a", "snps,dwmac";
>> > +
>> > + reg = <0xc9410000 0x10000
>> > + 0xc1108140 0x4>;
>> > +
>> > + clocks = <&clkc CLKID_ETH>,
>> > + <&clkc CLKID_MPLL2>,
>> > + <&clkc CLKID_MPLL2>;
>> > + clock-names = "stmmaceth", "clkin0", "clkin1";
>> > +
>> > + resets = <&reset RESET_ETHERNET>;
>> > + reset-names = "stmmaceth";
>> > };
>> >
>> > &gpio_intc {
>> > --
>> > 2.15.1
>> >
>
> Regards,
>
> Emiliano
Regards
Martin
prev parent reply other threads:[~2018-01-17 14:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-16 0:34 [PATCH 1/2] ARM: dts: meson8b: extend ethernet controller description Emiliano Ingrassia
[not found] ` <1516097873.2608.70.camel@baylibre.com>
2018-01-17 14:09 ` Emiliano Ingrassia
[not found] ` <CAFBinCBdjMVw1d=c4P0fZi395mMPG_uZQ9en1MRq6zfQNxEbiA@mail.gmail.com>
2018-01-17 14:13 ` Emiliano Ingrassia
2018-01-17 14:52 ` Martin Blumenstingl [this message]
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=CAFBinCC8XgbLnAatLuKC66pSO4bshLnU0saxdNJE5VVNpEM6Kw@mail.gmail.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;
as well as URLs for NNTP newsgroup(s).