* [PATCH] ARM: dts: imx6qdl-wandboard: add ethernet PHY description
@ 2019-09-21 12:07 Anatolij Gustschin
2019-10-07 12:38 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Anatolij Gustschin @ 2019-09-21 12:07 UTC (permalink / raw)
To: Shawn Guo; +Cc: Fabio Estevam, linux-arm-kernel
Wandboard devicetrees lack the ethernet PHY description, add it.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
index 2cfb4112a467..c070893c509e 100644
--- a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
@@ -279,8 +279,18 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rgmii-id";
+ phy-handle = <ðphy>;
phy-reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
status = "okay";
+
+ mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ ethphy: ethernet-phy@1 {
+ reg = <1>;
+ };
+ };
};
&mipi_csi {
--
2.21.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: imx6qdl-wandboard: add ethernet PHY description
2019-09-21 12:07 [PATCH] ARM: dts: imx6qdl-wandboard: add ethernet PHY description Anatolij Gustschin
@ 2019-10-07 12:38 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2019-10-07 12:38 UTC (permalink / raw)
To: Anatolij Gustschin; +Cc: Fabio Estevam, linux-arm-kernel
On Sat, Sep 21, 2019 at 02:07:36PM +0200, Anatolij Gustschin wrote:
> Wandboard devicetrees lack the ethernet PHY description, add it.
>
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Applied, thanks.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-07 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-21 12:07 [PATCH] ARM: dts: imx6qdl-wandboard: add ethernet PHY description Anatolij Gustschin
2019-10-07 12:38 ` Shawn Guo
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).