Message ID | bb71800b-eaec-b1c2-e5d6-854896246e89@web.de |
---|---|
State | New |
Headers | show |
Series | U-Boot atheros PHY support and cubox ethernet | expand |
Hi Soeren, On Thu, Jun 25, 2020 at 6:56 AM Soeren Moch <smoch at web.de> wrote: > The phy-handle was missing in the fec node. With this added everything > works fine: Ops :-) Yes, I will submit this patch for U-Boot. Thanks
diff --git a/arch/arm/dts/imx6q-tbs2910.dts b/arch/arm/dts/imx6q-tbs2910.dts index cc5df37b46..5b9b025bb6 100644 --- a/arch/arm/dts/imx6q-tbs2910.dts +++ b/arch/arm/dts/imx6q-tbs2910.dts @@ -105,9 +105,20 @@ ?&fec { ??????? pinctrl-names = "default"; ??????? pinctrl-0 = <&pinctrl_enet>; +?????? phy-handle = <&phy>; ??????? phy-mode = "rgmii-id"; ??????? phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>; ??????? status = "okay"; + +?????? mdio { +?????????????? #address-cells = <1>; +?????????????? #size-cells = <0>; + +?????????????? phy: ethernet-phy at 4 { +?????????????????????? reg = <4>; +?????????????????????? qca,clk-out-frequency = <125000000>; +?????????????? }; +?????? }; ?}; ? ?&hdmi {