diff mbox

[OpenWrt-Devel] kirkwood: enable EA4500 switch on 3.18

Message ID 1418312880-7335-1-git-send-email-leitec@staticky.com
State Accepted
Headers show

Commit Message

Claudio Leite Dec. 11, 2014, 3:48 p.m. UTC
Signed-off-by: Claudio Leite <leitec@staticky.com>
---
 target/linux/kirkwood/patches-3.18/160-ea4500.patch | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

Comments

Luka Perkov Dec. 14, 2014, 6:11 p.m. UTC | #1
Hi Claudio,

On Thu, Dec 11, 2014 at 10:48:00AM -0500, Claudio Leite wrote:
> Signed-off-by: Claudio Leite <leitec@staticky.com>
> ---
>  target/linux/kirkwood/patches-3.18/160-ea4500.patch | 13 ++++++++++++-
>  1 file changed, 12 insertions(+), 1 deletion(-)

I see that John merged your patch... Can you please send patch for this
board uci-defaults too? Thanks!

Luka
John Crispin Dec. 14, 2014, 6:45 p.m. UTC | #2
On 14/12/2014 19:11, Luka Perkov wrote:
> Hi Claudio,
> 
> On Thu, Dec 11, 2014 at 10:48:00AM -0500, Claudio Leite wrote:
>> Signed-off-by: Claudio Leite <leitec@staticky.com>
>> ---
>>  target/linux/kirkwood/patches-3.18/160-ea4500.patch | 13 ++++++++++++-
>>  1 file changed, 12 insertions(+), 1 deletion(-)
> 
> I see that John merged your patch... Can you please send patch for this
> board uci-defaults too? Thanks!
> 
> Luka
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 

i thought you missed that one i recall reading a mail where you said you
will merge 3.18 patches. when you did this one was missing from 3.18 but
was in 3.18 so i merged it so that it does not get lost ... and because
i am trying to keep the patchwork backlog to a minimum.

	John
diff mbox

Patch

diff --git a/target/linux/kirkwood/patches-3.18/160-ea4500.patch b/target/linux/kirkwood/patches-3.18/160-ea4500.patch
index bf33756..7456b13 100644
--- a/target/linux/kirkwood/patches-3.18/160-ea4500.patch
+++ b/target/linux/kirkwood/patches-3.18/160-ea4500.patch
@@ -10,7 +10,7 @@ 
  	kirkwood-ib62x0.dtb \
 --- /dev/null
 +++ b/arch/arm/boot/dts/kirkwood-ea4500.dts
-@@ -0,0 +1,156 @@
+@@ -0,0 +1,167 @@
 +/*
 + * kirkwood-ea4500.dts - Device Tree file for Linksys EA4500
 + *
@@ -120,6 +120,17 @@ 
 +			gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
 +		};
 +	};
++
++	mvsw6171 {
++		compatible = "marvell,88e6171";
++		status = "okay";
++		reg = <0x10>;
++
++		mii-bus = <&mdio>;
++		cpu-port-0 = <5>;
++		cpu-port-1 = <6>;
++		is-indirect;
++	};
 +};
 +
 +&nand {