diff mbox

[OpenWrt-Devel] ramips: update BR-6475ND dts

Message ID 1419071224-19482-1-git-send-email-chris+openwrt@zenthought.org
State Superseded
Headers show

Commit Message

Christopher Lais Dec. 20, 2014, 10:27 a.m. UTC
Update firmware location for 2.4GHz radio on the Edimax BR-6475nD.

Signed-off-by: Christopher Lais <chris+openwrt@zenthought.org>
---
 target/linux/ramips/dts/BR-6475ND.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Christopher Lais Dec. 20, 2014, 10:44 a.m. UTC | #1
Disregard, seems to not function the same as reading from offset 0x8000 of
factory.  Will make a proper patch later (perhaps as RTN56U is doing it, as
that does work..)

On Sat, Dec 20, 2014 at 4:27 AM, Christopher Lais <
chris+openwrt@zenthought.org> wrote:

> Update firmware location for 2.4GHz radio on the Edimax BR-6475nD.
>
> Signed-off-by: Christopher Lais <chris+openwrt@zenthought.org>
> ---
>  target/linux/ramips/dts/BR-6475ND.dts | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/target/linux/ramips/dts/BR-6475ND.dts
> b/target/linux/ramips/dts/BR-6475ND.dts
> index 06f00d6..8dcaca7 100644
> --- a/target/linux/ramips/dts/BR-6475ND.dts
> +++ b/target/linux/ramips/dts/BR-6475ND.dts
> @@ -39,6 +39,7 @@
>         };
>
>         wmac@10180000 {
> +               status = "okay";
>                 ralink,mtd-eeprom = <&factory 0>;
>         };
>
> @@ -58,9 +59,10 @@
>                         pci-bridge@1 {
>                                 status = "okay";
>                                 wmac@0,0 {
> +                                       ralink,5ghz = <0>;
>                                         compatible = "ralink,rt2880-pci",
> "pciclass060400", "pciclass0604";
>                                         reg = < 0x10000 0 0 0 0 >;
> -                                       ralink,eeprom = "soc_wmac.eeprom";
> +                                       ralink,mtd-eeprom = <&factory
> 0x8000>;
>                                 };
>                         };
>                 };
> --
> 2.1.3
>
>
diff mbox

Patch

diff --git a/target/linux/ramips/dts/BR-6475ND.dts b/target/linux/ramips/dts/BR-6475ND.dts
index 06f00d6..8dcaca7 100644
--- a/target/linux/ramips/dts/BR-6475ND.dts
+++ b/target/linux/ramips/dts/BR-6475ND.dts
@@ -39,6 +39,7 @@ 
 	};
 
 	wmac@10180000 {
+		status = "okay";
 		ralink,mtd-eeprom = <&factory 0>;
 	};
 
@@ -58,9 +59,10 @@ 
 			pci-bridge@1 {
 				status = "okay";
 				wmac@0,0 {
+					ralink,5ghz = <0>;
 					compatible = "ralink,rt2880-pci", "pciclass060400", "pciclass0604";
 					reg = < 0x10000 0 0 0 0 >;
-					ralink,eeprom = "soc_wmac.eeprom";
+					ralink,mtd-eeprom = <&factory 0x8000>;
 				};
 			};
 		};