[PATCH] ipq806x: Fix FS#3086 - Netgear D7800 eth0 WAN Port not working with 100Mbit Make &gmac1 and &gmac2 same as R7500v2.dts
Adrian Schmutzler
mail at adrianschmutzler.de
Tue Nov 24 09:23:50 EST 2020
Hi,
> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-bounces at lists.openwrt.org]
> On Behalf Of peter at cardoe.co.uk
> Sent: Dienstag, 24. November 2020 14:55
> To: openwrt-devel at lists.openwrt.org
> Cc: Peter Cardoe <peter at 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 at 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 at 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 at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20201124/cfffb149/attachment.sig>
More information about the openwrt-devel
mailing list