linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/9] ARM: shmobile: ape6evm: fix compatible string for Ethernet controller
@ 2014-12-17 16:18 Ulrich Hecht
  2014-12-17 16:25 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Hecht @ 2014-12-17 16:18 UTC (permalink / raw)
  To: linux-sh

It's a 9220, not a 9118.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 arch/arm/boot/dts/r8a73a4-ape6evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm.dts b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
index ce085fa..baca8f8 100644
--- a/arch/arm/boot/dts/r8a73a4-ape6evm.dts
+++ b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
@@ -43,7 +43,7 @@
 		#size-cells = <1>;
 
 		ethernet@8000000 {
-			compatible = "smsc,lan9118", "smsc,lan9115";
+			compatible = "smsc,lan9220", "smsc,lan9115";
 			reg = <0x08000000 0x1000>;
 			interrupt-parent = <&irqc1>;
 			interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
-- 
1.8.4.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3 1/9] ARM: shmobile: ape6evm: fix compatible string for Ethernet controller
  2014-12-17 16:18 [PATCH v3 1/9] ARM: shmobile: ape6evm: fix compatible string for Ethernet controller Ulrich Hecht
@ 2014-12-17 16:25 ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2014-12-17 16:25 UTC (permalink / raw)
  To: linux-sh

Hi Ulrich,

Thank you for the patch.

On Wednesday 17 December 2014 17:18:13 Ulrich Hecht wrote:
> It's a 9220, not a 9118.
> 
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  arch/arm/boot/dts/r8a73a4-ape6evm.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm.dts
> b/arch/arm/boot/dts/r8a73a4-ape6evm.dts index ce085fa..baca8f8 100644
> --- a/arch/arm/boot/dts/r8a73a4-ape6evm.dts
> +++ b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
> @@ -43,7 +43,7 @@
>  		#size-cells = <1>;
> 
>  		ethernet@8000000 {
> -			compatible = "smsc,lan9118", "smsc,lan9115";
> +			compatible = "smsc,lan9220", "smsc,lan9115";
>  			reg = <0x08000000 0x1000>;
>  			interrupt-parent = <&irqc1>;
>  			interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-17 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 16:18 [PATCH v3 1/9] ARM: shmobile: ape6evm: fix compatible string for Ethernet controller Ulrich Hecht
2014-12-17 16:25 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).