Author: jogo
Date: 2014-12-01 01:51:08 +0100 (Mon, 01 Dec 2014)
New Revision: 43450

Added:
   trunk/target/linux/brcm63xx/dts/fast2504n.dts
Modified:
   trunk/target/linux/brcm63xx/image/Makefile
   trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch
   trunk/target/linux/brcm63xx/profiles/sagem.mk
Log:
brcm63xx: Add DT support for F@ST2504n

Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]>

Added: trunk/target/linux/brcm63xx/dts/fast2504n.dts
===================================================================
--- trunk/target/linux/brcm63xx/dts/fast2504n.dts                               
(rev 0)
+++ trunk/target/linux/brcm63xx/dts/fast2504n.dts       2014-12-01 00:51:08 UTC 
(rev 43450)
@@ -0,0 +1,8 @@
+/dts-v1/;
+
+/include/ "bcm6362.dtsi"
+
+/ {
+       model = "Sagem F@ST2504n";
+       compatible = "sagem,f@st2504n", "brcm,bcm6362";
+};

Modified: trunk/target/linux/brcm63xx/image/Makefile
===================================================================
--- trunk/target/linux/brcm63xx/image/Makefile  2014-12-01 00:51:04 UTC (rev 
43449)
+++ trunk/target/linux/brcm63xx/image/Makefile  2014-12-01 00:51:08 UTC (rev 
43450)
@@ -200,9 +200,6 @@
        # RTA1320_16M (numerous routers)
        $(call Image/Build/CFE,$(1),RTA1320_16M,6338,RTA1320_16M,,--layoutver 5)
 
-       # Sagem F@ST2504n
-       $(call 
Image/Build/CFE,$(1),F@ST2504n,6362,F@ST2504n,OpenWRT-$(REVISION))
-
        # USR 9108
        $(call Image/Build/CFE,$(1),96348GW-A,6348,USR9108)
        # NetGear DG834GT, DG834PN
@@ -319,6 +316,8 @@
 $(eval $(call 
ImageDTB,CFEDTB,A226M,a226m-fwb,DWV-S0,6358,A226M-FWB,--block-size 0x20000 
--image-offset 0x20000 --signature2 IMAGE --tag-version 8))
 # Sagem F@ST2404
 $(eval $(call ImageDTB,CFEDTB,FAST2404,fast2404,F@ST2404,6348,F@ST2404))
+# Sagem F@ST2504n
+$(eval $(call ImageDTB,CFEDTB,FAST2504n,fast2504n,F@ST2504n,6362,F@ST2504n))
 # Sagem F@ST2604
 $(eval $(call ImageDTB,CFEDTB,FAST2604,fast2604,F@ST2604,6348,F@ST2604))
 # Sagem F@ST2704V2

Modified: trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch
===================================================================
--- trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch  
2014-12-01 00:51:04 UTC (rev 43449)
+++ trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch  
2014-12-01 00:51:08 UTC (rev 43450)
@@ -111,3 +111,11 @@
  #endif
  
  #ifdef CONFIG_BCM63XX_CPU_6368
+@@ -3738,6 +3829,7 @@ static struct of_device_id const bcm963x
+       { .compatible = "t-com,spw303v", .data = &board_spw303v, },
+ #endif
+ #ifdef CONFIG_BCM63XX_CPU_6362
++      { .compatible = "sagem,f@st2504n", .data = &board_fast2504n, },
+       { .compatible = "sfr,nb6-ser-r0", .data = &board_nb6, },
+ #endif
+ #ifdef CONFIG_BCM63XX_CPU_6368

Modified: trunk/target/linux/brcm63xx/profiles/sagem.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/sagem.mk       2014-12-01 00:51:04 UTC 
(rev 43449)
+++ trunk/target/linux/brcm63xx/profiles/sagem.mk       2014-12-01 00:51:08 UTC 
(rev 43450)
@@ -14,6 +14,15 @@
 endef
 $(eval $(call Profile,FAST2404))
 
+define Profile/FAST2504n
+  NAME:=Sagem F@ST2504n
+  PACKAGES:=kmod-b43 wpad-mini
+endef
+define Profile/FAST2504n/Description
+  Package set optimized for F@ST2504n.
+endef
+$(eval $(call Profile,FAST2504n))
+
 define Profile/FAST2604
   NAME:=Sagem F@ST2604
   PACKAGES:=kmod-b43 wpad-mini
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to