From: stefan@agner.ch (Stefan Agner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: imx6: Add support for Toradex Apalis SoM
Date: Fri, 27 Nov 2015 12:02:46 -0800 [thread overview]
Message-ID: <5b507c5d85e51d56074a8f8c32b8dcf9@agner.ch> (raw)
In-Reply-To: <20151126101742.GM19674@ibawizard.net>
Hi Petr,
On 2015-11-26 02:17, Petr ?tetiar wrote:
> Lucas Stach <l.stach@pengutronix.de> [2015-11-19 15:12:05]:
>> > +&fec {
>> > + pinctrl-names = "default";
>> > + pinctrl-0 = <&pinctrl_enet &pinctrl_enet_ctrl>;
>> > + phy-mode = "rgmii";
>> > + status = "okay";
>> > +
>> > + #address-cells = <0>;
>> > + #size-cells = <1>;
>> > + phy_int {
>> > + reg = <0x6>;
>> > + interrupt-parent = <&gpio1>;
>> > + interrupts = <30 IRQ_TYPE_LEVEL_LOW>;
>> > + };
>>
>> I don't think that's the right way to describe a PHY with the mainline
>> kernel bindings.
>
> I'm quite stuck here as I don't have schematics of that SOM, so I don't know
> how the PHY is connected to the i.MX6. I've asked Toradex about the details,
> but they've just replied with "These signals connect to the on module Ethernet
> PHY.", which isn't much helpful :-) and gave me a link to the DTS[1] with a same
> content.
>
> So, I've simply tried to convert it to the mainline DTS:
>
> &fec {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_enet &pinctrl_enet_ctrl>;
> phy-mode = "rgmii";
>
> phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>;
> interrupts-extended = <&gpio1 30 IRQ_TYPE_LEVEL_LOW>,
> <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
> status = "okay";
> };
According to the schema, &gpio1 30 is low active as well as the reset
GPIO &gpio1 25. Both pulled high externally...
So phy reset GPIO should be ACTIVE_LOW, otherwise things look correct to
me.
> but it doesn't work, the PHY isn't being initialized. Then I've tried
> bruteforce method with all remaining combinations of high/low level types for
> both reset and interrupt GPIOs, but without success. If I simply remove reset
> and interrupt GPIO descriptions, then it boots, but I don't know if everything
> is setup as it should be. Any ideas?
I guess in that case U-Boot took care of it. However, this is not a
clean solution...
Not sure what happens exactly, maybe the phy-reset does not honor the
GPIO_ACTIVE_LOW flag?
Maybe also check the reset pad control, I guess you need to set
something different here anyway.
MX6QDL_PAD_ENET_CRS_DV__GPIO1_IO25 PAD_CTRL_NO
In case that does not help, I can have a look here what is going on next
week.
--
Stefan
next prev parent reply other threads:[~2015-11-27 20:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-19 12:24 [PATCH 0/2] ARM: dts: imx6: Add support for Toradex Apalis SoM/Ixora Petr Štetiar
2015-11-19 12:24 ` [PATCH 1/2] ARM: dts: imx6: Add support for Toradex Apalis SoM Petr Štetiar
2015-11-19 14:12 ` Lucas Stach
2015-11-19 16:59 ` Joshua Clayton
2015-11-19 17:03 ` Fabio Estevam
2015-11-20 10:40 ` Petr Štetiar
2015-11-20 17:09 ` Joshua Clayton
2015-11-26 10:17 ` Petr Štetiar
2015-11-27 20:02 ` Stefan Agner [this message]
2015-11-28 19:38 ` Petr Štetiar
2015-11-27 19:38 ` Stefan Agner
2015-11-28 19:47 ` Petr Štetiar
2015-11-30 10:16 ` Lucas Stach
2015-11-19 12:25 ` [PATCH 2/2] ARM: dts: imx6: Add support for Toradex Apalis Ixora board Petr Štetiar
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=5b507c5d85e51d56074a8f8c32b8dcf9@agner.ch \
--to=stefan@agner.ch \
--cc=linux-arm-kernel@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).