Message ID | 1606226120-2622-1-git-send-email-peter@cardoe.co.uk |
---|---|
State | Changes Requested |
Headers | show |
Series | ipq806x: Fix FS#3086 - Netgear D7800 eth0 WAN Port not working with 100Mbit Make &gmac1 and &gmac2 same as R7500v2.dts | expand |
Hi, > -----Original Message----- > From: openwrt-devel [mailto:openwrt-devel-bounces@lists.openwrt.org] > On Behalf Of peter@cardoe.co.uk > Sent: Dienstag, 24. November 2020 14:55 > To: openwrt-devel@lists.openwrt.org > Cc: Peter Cardoe <peter@cardoe.co.uk> > Subject: [PATCH] ipq806x: Fix FS#3086 - Netgear D7800 eth0 WAN Port not > working with 100Mbit Make &gmac1 and &gmac2 same as R7500v2.dts > > From: Peter Cardoe <peter@cardoe.co.uk> This lacks proper title and commit message. See: https://openwrt.org/submitting-patches Apart from that, if unsure, it's always a good idea to look at git history to see what people did before you. Best Adrian > > Signed-off-by: Peter Cardoe <peter@cardoe.co.uk> > --- > target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-d7800.dts | 6 > +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064- > d7800.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064- > d7800.dts > index 7fb871b..229596b 100644 > --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-d7800.dts > +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064- > d7800.dts > @@ -283,13 +283,17 @@ > &gmac1 { > status = "okay"; > phy-mode = "rgmii"; > - phy-handle = <&phy4>; > qcom,id = <1>; > > pinctrl-0 = <&rgmii2_pins>; > pinctrl-names = "default"; > > mtd-mac-address = <&art 6>; > + > + fixed-link { > + speed = <1000>; > + full-duplex; > + }; > }; > > &gmac2 { > -- > 2.7.4 > > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-d7800.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-d7800.dts index 7fb871b..229596b 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-d7800.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-d7800.dts @@ -283,13 +283,17 @@ &gmac1 { status = "okay"; phy-mode = "rgmii"; - phy-handle = <&phy4>; qcom,id = <1>; pinctrl-0 = <&rgmii2_pins>; pinctrl-names = "default"; mtd-mac-address = <&art 6>; + + fixed-link { + speed = <1000>; + full-duplex; + }; }; &gmac2 {