Skip to content
Commit 4b78b5bf authored by Fabio Estevam's avatar Fabio Estevam Committed by Tom Rini
Browse files

ARM: dts: imx6q-tbs2910: Fix Ethernet regression



Since commit:

commit 6333cbb3
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: default avatarMichael Walle <michael@walle.cc>
Acked-by: default avatarJoe 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: default avatarSoeren Moch <smoch@web.de>
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Tested-by: default avatarSoeren Moch <smoch@web.de>
parent 922c6d5d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment