All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: Xiaobo Tian <peterwillcn@gmail.com>
Cc: U-Boot-Denx <u-boot@lists.denx.de>,
	Kever Yang <kever.yang@rock-chips.com>
Subject: Re: [PATCH 3/4] arm64: rk3399: r4s: Remove undesirable MAC address fetching methods for ethernet
Date: Wed, 11 Aug 2021 18:07:39 +0800	[thread overview]
Message-ID: <CAKUh=Rz+2NzSjrYG5bYdivdh1ushekRLwxPXWKYjrb+9gHf4=w@mail.gmail.com> (raw)
In-Reply-To: <20210706144400.8665-3-peterwillcn@gmail.com>

Xiaobo Tian <peterwillcn@gmail.com> 于2021年7月6日周二 下午10:44写道:
>
> Remove the recommended MAC address from the network card.
> NanoPi R4S has a EEPROM attached to the 2nd I2C bus (U92), which stores the MAC address.
>
> Signed-off-by: Xiaobo Tian <peterwillcn@gmail.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>  arch/arm/dts/rk3399-nanopi-r4s.dts | 15 ---------------
>  1 file changed, 15 deletions(-)
>
> diff --git a/arch/arm/dts/rk3399-nanopi-r4s.dts b/arch/arm/dts/rk3399-nanopi-r4s.dts
> index f663bc87a5..042c73ca17 100644
> --- a/arch/arm/dts/rk3399-nanopi-r4s.dts
> +++ b/arch/arm/dts/rk3399-nanopi-r4s.dts
> @@ -17,10 +17,6 @@
>         model = "FriendlyElec NanoPi R4S";
>         compatible = "friendlyarm,nanopi-r4s", "rockchip,rk3399";
>
> -       aliases {
> -               ethernet1 = &r8169;
> -       };
> -
>         vdd_5v: vdd-5v {
>                 compatible = "regulator-fixed";
>                 regulator-name = "vdd_5v";
> @@ -95,17 +91,6 @@
>         max-link-speed = <1>;
>         num-lanes = <1>;
>         vpcie3v3-supply = <&vcc3v3_sys>;
> -
> -       pcie@0 {
> -               reg = <0x00000000 0 0 0 0>;
> -               #address-cells = <3>;
> -               #size-cells = <2>;
> -
> -               r8169: pcie@0,0 {
> -                       reg = <0x000000 0 0 0 0>;
> -                       local-mac-address = [ 00 00 00 00 00 00 ];
> -               };
> -       };
>  };
>
>  &sdhci {
> --
> 2.32.0
>

  reply	other threads:[~2021-08-11 10:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-06 14:43 [PATCH 1/4] arm64: rk3399: r4s: correct the LEDS label name Xiaobo Tian
2021-07-06 14:43 ` [PATCH 2/4] arm64: rk3399: r4s: Inheritance uses the sdmmc definition in dtsi Xiaobo Tian
2021-08-11 10:07   ` Kever Yang
2021-07-06 14:43 ` [PATCH 3/4] arm64: rk3399: r4s: Remove undesirable MAC address fetching methods for ethernet Xiaobo Tian
2021-08-11 10:07   ` Kever Yang [this message]
2021-07-06 14:44 ` [PATCH 4/4] arm64: rk3399: r4s: disabled i2c4 bus during the system boot process Xiaobo Tian
2021-08-11 10:10   ` Kever Yang
2021-08-11 10:06 ` [PATCH 1/4] arm64: rk3399: r4s: correct the LEDS label name Kever Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKUh=Rz+2NzSjrYG5bYdivdh1ushekRLwxPXWKYjrb+9gHf4=w@mail.gmail.com' \
    --to=kever.yang@rock-chips.com \
    --cc=peterwillcn@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.