Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1730183

Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE

From Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Newsgroups linux.kernel
Subject Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE
Date 2017-09-11 09:20 +0200
Message-ID <uoraF-82k-9@gated-at.bofh.it> (permalink)
References <unrcK-7qq-23@gated-at.bofh.it> <uns8N-87v-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Andrew,

On Fri, 8 Sep 2017 16:03:22 +0200 <andrew@lunn.ch> wrote:

> > +	eth: ethernet@65000000 {
> > +		compatible = "socionext,uniphier-ave4";
> > +		reg = <0x65000000 0x8500>;
> > +		interrupts = <0 66 4>;
> > +		pinctrl-names = "default";
> > +		pinctrl-0 = <&pinctrl_ether_rgmii>;
> > +		phy-mode = "rgmii";
> > +		socionext,desc-bits = <64>;
> > +		local-mac-address = [00 00 00 00 00 00];
> > +
> > +		#address-cells = <1>;
> > +		#size-cells = <0>;
> 
> > +		ethphy: ethphy@1 {
> > +			reg = <1>;
> > +		};
> 
> 
> So you normally have an mdio node, and the phy as a children of that
> node.
> 
>        mdio {
>                 ethphy: ethernet-phy@6 {
>                         reg = <6>;
>                 };
>         };
> 
> 	Andrew

I see. I'll rewrite the binding example using mdio node.

---
Best Regards,
Kunihiko Hayashi

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next 0/3] add UniPhier AVE ethernet support Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-08 15:10 +0200
  [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and functions Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-08 15:10 +0200
    Re: [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and  functions Andrew Lunn <andrew@lunn.ch> - 2017-09-08 16:00 +0200
    Re: [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and  functions Florian Fainelli <f.fainelli@gmail.com> - 2017-09-08 21:00 +0200
      Re: [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and functions Jassi Brar <jaswinder.singh@linaro.org> - 2017-09-09 05:40 +0200
        Re: [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and  functions Andrew Lunn <andrew@lunn.ch> - 2017-09-09 18:00 +0200
          Re: [PATCH net-next 3/3] net: phy: realtek: add RTL8201F phy-id and functions Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-11 09:50 +0200
  [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-08 15:10 +0200
    Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for  Socionext UniPhier AVE Andrew Lunn <andrew@lunn.ch> - 2017-09-08 16:10 +0200
      Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-11 09:20 +0200
    Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for  Socionext UniPhier AVE Florian Fainelli <f.fainelli@gmail.com> - 2017-09-08 21:00 +0200
      Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-11 09:20 +0200
  Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet  driver Andrew Lunn <andrew@lunn.ch> - 2017-09-08 16:00 +0200
    Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet driver Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-11 09:00 +0200
      Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet  driver Andrew Lunn <andrew@lunn.ch> - 2017-09-11 14:40 +0200
        Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet driver Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-12 11:30 +0200
  Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet driver Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-08 16:50 +0200
    Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet driver Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-11 09:00 +0200
  Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet  driver Florian Fainelli <f.fainelli@gmail.com> - 2017-09-09 18:40 +0200
    Re: [PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet driver Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-09-11 09:00 +0200

csiph-web