Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[faraday/ftgmac100] Add support for PHY of-node passing #111

Open
wants to merge 1 commit into
base: dev-4.7
Choose a base branch
from

Commits on Nov 10, 2016

  1. [faraday/ftgmac100] Add support for PHY of-node passing

    This patch based on ability of ethernet/cadence to configure PHY with corresponding driver defined in DTS or fallback to the default behaviour otherwise.
    
    An example DTS snippet:
    
    mac0: ethernet@1e660000 {
        no-hw-checksum;
    
        phy-handle = <&phy0>;
        phy-mode = "rgmii";
    
        phy0: phy@0 {
            compatible = "ethernet-phy-id001c.c915",
                         "ethernet-phy-ieee802.3-c22";
            reg = <0>;
        };
    };
    
    Signed-off-by: Anton D. Kachalov <[email protected]>
    Anton D. Kachalov committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    0701d02 View commit details
    Browse the repository at this point in the history