lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <22e7df8e-51a2-4549-ad80-0e7fd256de0a@lunn.ch>
Date: Tue, 8 Apr 2025 18:13:10 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Martyn Welch <martyn.welch@...labora.com>
Cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
	Sascha Hauer <s.hauer@...gutronix.de>,
	Pengutronix Kernel Team <kernel@...gutronix.de>,
	Fabio Estevam <festevam@...il.com>, kernel <kernel@...labora.com>,
	devicetree <devicetree@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	imx <imx@...ts.linux.dev>,
	linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v2] arm64: dts: imx8mp: Add device tree for Nitrogen8M
 Plus ENC Carrier Board

On Tue, Apr 08, 2025 at 05:02:07PM +0100, Martyn Welch wrote:
>  ---- On Thu, 27 Mar 2025 14:25:38 +0000  Andrew Lunn <andrew@...n.ch> wrote --- 
>  > > +++ b/arch/arm64/boot/dts/freescale/imx8mp-nitrogen-som.dtsi
>  > > @@ -0,0 +1,415 @@
>  > > +&eqos {
>  > > +    pinctrl-names = "default";
>  > > +    pinctrl-0 = <&pinctrl_eqos>;
>  > > +    phy-handle = <&ethphy0>;
>  > > +    phy-mode = "rgmii-id";
>  > > +    status = "okay";
>  > > +
>  > > +    mdio {
>  > > +        compatible = "snps,dwmac-mdio";
>  > > +        #address-cells = <1>;
>  > > +        #size-cells = <0>;
>  > > +
>  > > +        ethphy0: ethernet-phy@4 {
>  > 
>  > Just conformation, the PHY is on the SOM? Are the magnetics and RJ45
>  > socket on the SOM, or the carrier?
>  > 
> 
> The PHY is on the SOM, the magnetics and RJ45 socket are on the carrier.

Thanks. So phy-mode is in the right place.

> 
>  > > +            compatible = "ethernet-phy-ieee802.3-c22";
>  > > +            reg = <4>;

and the reg value is fixed.

    Andrew

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ