]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: dts: imx6q-tbs2910: Fix Ethernet regression
authorFabio Estevam <festevam@gmail.com>
Thu, 25 Jun 2020 11:14:57 +0000 (08:14 -0300)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 14:39:48 +0000 (10:39 -0400)
commita97adae5e21e8b50211a2b840efae49ce9f1727a
treeff21fd3c8870c29f44ddb67502a1b40bfd3c8282
parentd95c949cfdc45a412c57ab341c889af402959157
ARM: dts: imx6q-tbs2910: Fix Ethernet regression

Since commit:

commit c8333f2bf986f13e29be8b9490c3c2ec9eeb8072
Author: Michael Walle <michael@walle.cc>
Date:   Thu May 7 00:11:58 2020 +0200

    phy: atheros: ar8035: remove static clock config

    We can configure the clock output in the device tree. Disable the
    hardcoded one in here. This is highly board-specific and should have
    never been enabled in the PHY driver.

    If bisecting shows that this commit breaks your board it probably
    depends on the clock output of your Atheros AR8035 PHY. Please have a
    look at doc/device-tree-bindings/net/phy/atheros.txt. You need to set
    "clk-out-frequency = <125000000>" because that value was the hardcoded
    value until this commit.

Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
, the clock output setting for the AR803x driver is removed from being
hardcoded in the PHY driver and should be passed via device tree instead.

Update the device tree with the "qca,clk-out-frequency" property so that
Ethernet can work again.

Reported-by: Soeren Moch <smoch@web.de>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Soeren Moch <smoch@web.de>
arch/arm/dts/imx6q-tbs2910.dts