Skip to content

Duplicated line in socfpga_cyclone5.dts #5

@mrkozmic

Description

@mrkozmic

There is a duplicated line in the https://github.com/ExorEmbedded/linux-us02/blob/3.10-LTS/arch/arm/boot/dts/socfpga_cyclone5.dts

"rxd0-skew-ps" is defined twice. Should there be another value or is this line just entered twice?

&gmac1 {
phy-mode = "mii";
snps,phy-addr = <0x01>;
rxd0-skew-ps = <0>; <--------
rxd0-skew-ps = <0>; <--------
rxd1-skew-ps = <0>;
rxd2-skew-ps = <0>;
rxd3-skew-ps = <0>;
txen-skew-ps = <0>;
txc-skew-ps = <2600>;
rxdv-skew-ps = <0>;
rxc-skew-ps = <2000>;
snps,max-mtu = <3800>;
status = "okay";
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions