All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Łukasz Stelmach" <l.stelmach@samsung.com>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Kukjin Kim" <kgene@kernel.org>,
	"Anand Moon" <linux.amoon@gmail.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Bartłomiej Żolnierkiewicz" <b.zolnierkie@samsung.com>,
	"Marek Szyprowski" <m.szyprowski@samsung.com>
Subject: Re: [PATCH 1/5] ARM: dts: exynos: Fix ethernet description for Odroid XU3
Date: Tue, 3 Nov 2020 17:36:10 +0100	[thread overview]
Message-ID: <20201103163610.GA14739@kozik-lap> (raw)
In-Reply-To: <20201103124618.21358-2-l.stelmach@samsung.com>

On Tue, Nov 03, 2020 at 01:46:14PM +0100, Łukasz Stelmach wrote:
> Create ethernet alias 

Your commit msg should explain why.


> and assign appropriate compatible properties.

Then what was before? Indeed they do not look like anything
reasonable... old VID do not appear on any of Odroid boards.

> 
> Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
> ---

Best regards,
Krzysztof

>  arch/arm/boot/dts/exynos5422-odroidxu3.dts | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> index d0f6ac5fa79d..2a4153484664 100644
> --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> @@ -15,6 +15,10 @@
>  / {
>  	model = "Hardkernel Odroid XU3";
>  	compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
> +
> +	aliases {
> +		ethernet = &ethernet;
> +	};
>  };
>  
>  &i2c_0 {
> @@ -76,13 +80,13 @@ &usbhost2 {
>  	#size-cells = <0>;
>  
>  	hub@1 {
> -		compatible = "usb8087,0024";
> +		compatible = "usb0424,9514";
>  		reg = <1>;
>  		#address-cells = <1>;
>  		#size-cells = <0>;
>  
>  		ethernet: usbether@1 {
> -			compatible = "usb0c45,6310";
> +			compatible = "usb0424,ec00";
>  			reg = <1>;
>  			local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
>  		};
> -- 
> 2.26.2
> 

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Łukasz Stelmach" <l.stelmach@samsung.com>
Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	"Bartłomiej Żolnierkiewicz" <b.zolnierkie@samsung.com>,
	"Anand Moon" <linux.amoon@gmail.com>,
	linux-kernel@vger.kernel.org, "Rob Herring" <robh+dt@kernel.org>,
	"Kukjin Kim" <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	"Marek Szyprowski" <m.szyprowski@samsung.com>
Subject: Re: [PATCH 1/5] ARM: dts: exynos: Fix ethernet description for Odroid XU3
Date: Tue, 3 Nov 2020 17:36:10 +0100	[thread overview]
Message-ID: <20201103163610.GA14739@kozik-lap> (raw)
In-Reply-To: <20201103124618.21358-2-l.stelmach@samsung.com>

On Tue, Nov 03, 2020 at 01:46:14PM +0100, Łukasz Stelmach wrote:
> Create ethernet alias 

Your commit msg should explain why.


> and assign appropriate compatible properties.

Then what was before? Indeed they do not look like anything
reasonable... old VID do not appear on any of Odroid boards.

> 
> Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
> ---

Best regards,
Krzysztof

>  arch/arm/boot/dts/exynos5422-odroidxu3.dts | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> index d0f6ac5fa79d..2a4153484664 100644
> --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> @@ -15,6 +15,10 @@
>  / {
>  	model = "Hardkernel Odroid XU3";
>  	compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
> +
> +	aliases {
> +		ethernet = &ethernet;
> +	};
>  };
>  
>  &i2c_0 {
> @@ -76,13 +80,13 @@ &usbhost2 {
>  	#size-cells = <0>;
>  
>  	hub@1 {
> -		compatible = "usb8087,0024";
> +		compatible = "usb0424,9514";
>  		reg = <1>;
>  		#address-cells = <1>;
>  		#size-cells = <0>;
>  
>  		ethernet: usbether@1 {
> -			compatible = "usb0c45,6310";
> +			compatible = "usb0424,ec00";
>  			reg = <1>;
>  			local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
>  		};
> -- 
> 2.26.2
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-11-03 16:36 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20201103124620eucas1p169f37e0bd1f30222cdc88de0675adf60@eucas1p1.samsung.com>
2020-11-03 12:46 ` [PATCH 0/5] Add Ethernet interface description for Odroid boards Łukasz Stelmach
2020-11-03 12:46   ` Łukasz Stelmach
2020-11-03 12:46   ` [PATCH 1/5] ARM: dts: exynos: Fix ethernet description for Odroid XU3 Łukasz Stelmach
2020-11-03 12:46     ` Łukasz Stelmach
2020-11-03 16:36     ` Krzysztof Kozlowski [this message]
2020-11-03 16:36       ` Krzysztof Kozlowski
2020-11-03 17:41       ` Lukasz Stelmach
2020-11-03 17:41         ` Lukasz Stelmach
2020-11-03 16:36     ` Krzysztof Kozlowski
2020-11-03 16:36       ` Krzysztof Kozlowski
2020-11-03 12:46   ` [PATCH 2/5] ARM: dts: exynos: Add Ethernet interface description for Odroid X3 Lite Łukasz Stelmach
2020-11-03 12:46     ` Łukasz Stelmach
2020-11-03 16:38     ` Krzysztof Kozlowski
2020-11-03 16:38       ` Krzysztof Kozlowski
2020-11-03 12:46   ` [PATCH 3/5] ARM: dts: exynos: Add Ethernet interface description for Odroid XU Łukasz Stelmach
2020-11-03 12:46     ` Łukasz Stelmach
2020-11-03 16:40     ` Krzysztof Kozlowski
2020-11-03 16:40       ` Krzysztof Kozlowski
2020-11-03 12:46   ` [PATCH 4/5] ARM: dts: exynos: Add Ethernet interface description for Odroid U3 Łukasz Stelmach
2020-11-03 12:46     ` Łukasz Stelmach
2020-11-03 12:46   ` [PATCH 5/5] ARM: dts: exynos: Add Ethernet interface description for Odroid X/X2 Łukasz Stelmach
2020-11-03 12:46     ` Łukasz Stelmach
2020-11-03 16:44     ` Krzysztof Kozlowski
2020-11-03 16:44       ` Krzysztof Kozlowski
2020-11-03 17:12       ` Lukasz Stelmach
2020-11-03 17:12         ` Lukasz Stelmach
2020-11-03 17:22         ` Krzysztof Kozlowski
2020-11-03 17:22           ` Krzysztof Kozlowski

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=20201103163610.GA14739@kozik-lap \
    --to=krzk@kernel.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kgene@kernel.org \
    --cc=l.stelmach@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux.amoon@gmail.com \
    --cc=m.szyprowski@samsung.com \
    --cc=robh+dt@kernel.org \
    /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.