-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels