lkml.org 
[lkml]   [2022]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 net-next 09/10] mips: dts: ralink: mt7621: fix external phy on GB-PC2
    Date
    The address of the external phy on the mdio bus is 5. Update the devicetree
    for GB-PC2 accordingly.

    Fixes: 5bc148649cf3 ("staging: mt7621-dts: fix GB-PC2 devicetree")
    Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
    Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    ---
    arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts b/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts
    index 2e534ea5bab7..5f52193a4c37 100644
    --- a/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts
    +++ b/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts
    @@ -83,12 +83,12 @@ &pcie {

    &gmac1 {
    status = "okay";
    - phy-handle = <&ethphy7>;
    + phy-handle = <&ethphy5>;
    };

    &mdio {
    - ethphy7: ethernet-phy@7 {
    - reg = <7>;
    + ethphy5: ethernet-phy@5 {
    + reg = <5>;
    phy-mode = "rgmii-rxid";
    };
    };
    --
    2.34.1
    \
     
     \ /
      Last update: 2022-09-20 19:29    [W:2.166 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site